Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
c71ea91
1
Parent(s):
717bf65
Update dcogsphere.py
Browse files- dcogsphere.py +4 -4
dcogsphere.py
CHANGED
@@ -34,8 +34,8 @@ class MyAgent(ACTR):
|
|
34 |
def stop_production(goal="stop"):
|
35 |
self.stop() # stop the agent
|
36 |
|
37 |
-
tim = MyAgent()
|
38 |
-
subway=MyEnv()
|
39 |
-
subway.agent=tim
|
40 |
#logev(subway)
|
41 |
-
subway.run()
|
|
|
34 |
def stop_production(goal="stop"):
|
35 |
self.stop() # stop the agent
|
36 |
|
37 |
+
#tim = MyAgent()
|
38 |
+
#subway=MyEnv()
|
39 |
+
#subway.agent=tim
|
40 |
#logev(subway)
|
41 |
+
#subway.run()
|