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

Gymnasium no longer distributes ROMs #564

Open
RihabHashim opened this issue Sep 30, 2024 · 2 comments
Open

Gymnasium no longer distributes ROMs #564

RihabHashim opened this issue Sep 30, 2024 · 2 comments

Comments

@RihabHashim
Copy link

hello,
Having issue to import Assult-v4 on python

Error: We're Unable to find the game "Assault". Note: Gymnasium no longer distributes ROMs. If you own a license to use the necessary ROMs for research purposes you can download them via pip install gymnasium[accept-rom-license]. Otherwise, you should try importing "Assault" via the command ale-import-roms. If you believe this is a mistake perhaps your copy of "Assault" is unsupported. To check if this is the case try providing the environment variable PYTHONWARNINGS=default::ImportWarning:ale_py.roms

any recommendations please?

@pseudo-rnd-thoughts
Copy link
Member

Have you followed the message? What have you done?

@saltyfishxbr
Copy link

if you are using gymnasium only, you can run pip install "gymnasium[all,accept-rom-license]" to download full Atari ROMs because in gymnasium version>=0.20, gymnasium doesn't distribute atari ROMs. If you are using torchrl, you can specify the version by install "gymnasium[all,accept-rom-license]==0.2x" to specify a version that satisfies the dependence of torchrl

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