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

No registered env with id: PongNoFrameskip-v4 #13

Open
Elmahedi opened this issue Dec 6, 2021 · 2 comments
Open

No registered env with id: PongNoFrameskip-v4 #13

Elmahedi opened this issue Dec 6, 2021 · 2 comments

Comments

@Elmahedi
Copy link

Elmahedi commented Dec 6, 2021

Please, I have the following issue while trying to run main_dueling_ddqn.py
essue

@philtabor
Copy link
Owner

philtabor commented Dec 6, 2021

First, I would make sure you did pip install gym[atari]. If that fails, then I recommend trying the advice in this thread:

openai/gym#1218

You'll need a compiler to build the binaries from source.

The other option is to use gym-retro and download the Atari roms from the internet archive.

@steelep
Copy link

steelep commented Dec 28, 2021

If anyone else is having this issue, use an environment with Python 3.7 (yes I know notes say 3.6, but this doesnt break anything afaik), and run pip install gym[atari,accept-rom-license]==0.21

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

3 participants