CognitiveScience commited on
Commit
c71ea91
1 Parent(s): 717bf65

Update dcogsphere.py

Browse files
Files changed (1) hide show
  1. 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()