Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'ObservationInput' #1

Open
sweetice opened this issue Mar 19, 2019 · 0 comments
Open

ImportError: cannot import name 'ObservationInput' #1

sweetice opened this issue Mar 19, 2019 · 0 comments

Comments

@sweetice
Copy link

Following readme.md
When I run

python -m qmap.train_mario --render

The result is:

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   
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant