You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/mirror/anaconda3/envs/qmap/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/mirror/anaconda3/envs/qmap/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/mirror/Documents/GithubCode/qmap/qmap/train_mario.py", line 9, in <module>
from qmap.agents.q_map_dqn_agent import Q_Map_DQN_Agent
File "/home/mirror/Documents/GithubCode/qmap/qmap/agents/q_map_dqn_agent.py", line 3, in <module>
from baselines.deepq.utils import ObservationInput
ImportError: cannot import name 'ObservationInput'
baselines version is:
(qmap) mirror@agent:~/Desktop$ pip list | grep base
baselines 0.1.5
The text was updated successfully, but these errors were encountered:
Following readme.md
When I run
The result is:
baselines version is:
The text was updated successfully, but these errors were encountered: