Closed tiencapham closed 11 months ago
Hi, make sure to install atari envs.
pip install stable-baselines3[extra]
Answer in the doc: https://stable-baselines3.readthedocs.io/en/master/guide/examples.html#id2
Hi, make sure to install atari envs.
pip install stable-baselines3[extra]
Answer in the doc: https://stable-baselines3.readthedocs.io/en/master/guide/examples.html#id2
Hi, Thank for your response.
I actually modified the stable-baseline3 and installed it from source. Maybe that is the reason I missed this step.
How can I install the atari envs in this case?
Best, Tien Pham
The answer is still in the doc, in the exact same paragraph :)
pip install gymnasium[atari, accept-rom-license]
Command out-of-date in the doc, fixed by https://github.com/DLR-RM/stable-baselines3/pull/1773
Silly me, but I solved it by:
pip install -e .[docs,tests,extra] in stable baseline.
Thanks for your help
🐛 Bug
I just install as in README.md file and try to 'enjoy' the pretrained model with Atari games. But I got and error as below, it seems sb3-zoo fail to register the environment.
To Reproduce
Relevant log output / Error message
System Info
Checklist