Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
6403dd7
1
Parent(s):
de1285d
Update dcogsphere.py
Browse files- dcogsphere.py +2 -2
dcogsphere.py
CHANGED
@@ -14,7 +14,7 @@ from python_actr import Memory
|
|
14 |
from python_actr import DMSpreading
|
15 |
from python_actr import log_everything
|
16 |
|
17 |
-
logev=log_everything(html=False)
|
18 |
|
19 |
class MyEnv(Model):
|
20 |
pass
|
@@ -37,5 +37,5 @@ class MyAgent(ACTR):
|
|
37 |
tim = MyAgent()
|
38 |
subway=MyEnv()
|
39 |
subway.agent=tim
|
40 |
-
logev(subway)
|
41 |
subway.run()
|
|
|
14 |
from python_actr import DMSpreading
|
15 |
from python_actr import log_everything
|
16 |
|
17 |
+
#logev=log_everything(html=False)
|
18 |
|
19 |
class MyEnv(Model):
|
20 |
pass
|
|
|
37 |
tim = MyAgent()
|
38 |
subway=MyEnv()
|
39 |
subway.agent=tim
|
40 |
+
#logev(subway)
|
41 |
subway.run()
|