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: No module named 'openai_benchmark' #10

Open
jixian79 opened this issue Mar 21, 2018 · 4 comments
Open

ImportError: No module named 'openai_benchmark' #10

jixian79 opened this issue Mar 21, 2018 · 4 comments

Comments

@jixian79
Copy link

ubuntu 16.04
python3.5
anaconda
installed gym refered https://github.com/openai/gym instruction.
but when i run your code

Traceback (most recent call last):
File "/home/op/pytorch-dqn-master/main.py", line 3, in
import openai_benchmark
ImportError: No module named 'openai_benchmark'

i found in the search engine,
someone runs dir(gym),the result contains 'benchmark_spec', 'benchmarks',
but none on my pc.

@Ougui9
Copy link

Ougui9 commented Apr 19, 2018

gym should be of version 0.9.5, since the later ones removed benchmarks

@ebimor
Copy link

ebimor commented Jul 18, 2018

Thank you Ougui9 👍

@WonderSeven
Copy link

how could i run your code if i use gym in new version?

@MRzNone
Copy link

MRzNone commented Jan 11, 2021

Follow up on running with newer gym. I tried to bypass "benchmark," but I cannot get through the skip frame check.

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

5 participants