You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
rl-baselines3-zoo\enjoy.py", line 4, in <module> enjoy()rl-baselines3-zoo\rl_zoo3\enjoy.py", line 138, in enjoy
is_atari = ExperimentManager.is_atari(env_name.gym_id)
rl-baselines3-zoo\rl_zoo3\exp_manager.py", line 533, in is_atari return "AtariEnv" in ExperimentManager.entry_point(env_id)rl-baselines3-zoo\rl_zoo3\exp_manager.py", line 528, in entry_point
return str(gym.envs.registry[env_id].entry_point)
KeyError: 'BreakoutNoFrameskip-v4'
System Info
OS: Windows-10-10.0.22621-SP0 10.0.22621
Python: 3.9.18
Stable-Baselines3: 2.2.1
PyTorch: 2.1.1+cpu
GPU Enabled: False
Numpy: 1.26.2
Cloudpickle: 3.0.0
Gymnasium: 0.29.1
OpenAI Gym: 0.26.2
Checklist
I have checked that there is no similar issue in the repo
🐛 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
The text was updated successfully, but these errors were encountered: