Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
717bf65
1
Parent(s):
6403dd7
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ import time
|
|
18 |
from dcogsphere import MyAgent
|
19 |
from dcogsphere import MyEnv
|
20 |
|
|
|
21 |
|
22 |
tim = MyAgent()
|
23 |
subway=MyEnv()
|
|
|
18 |
from dcogsphere import MyAgent
|
19 |
from dcogsphere import MyEnv
|
20 |
|
21 |
+
from python_actr import log_everything
|
22 |
|
23 |
tim = MyAgent()
|
24 |
subway=MyEnv()
|