@@ -0,0 +1,8 @@
|
||||
from farm_core.module import HydroponicModule
|
||||
from farm_core.agent import FarmAgent
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(FarmAgent.get_manual())
|
||||
module = HydroponicModule(3)
|
||||
agent = FarmAgent("AI-Operator", module)
|
||||
# Студент должен будет написать цикл тут
|
||||
Reference in New Issue
Block a user