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
An error is reported when the file is runppo_atari.py
Run the ppo.py file correctly
error:gymnasium.error.NameNotFound: Environment BreakoutNoFrameskip doesn't exist.
The text was updated successfully, but these errors were encountered:
Hello, I installed it.And after entering the code, it can be run and there is web page generation.(code : poetry run python cleanrl/ppo.py tensorboard --logdir runs)
I have the same error when trying to start a custom gymnasium environment. It is registered correctly with gymnasium (when printing the registry), but when i try running with CleanRL i get this issue.
May it be related to this? Farama-Foundation/Gymnasium#222
Problem Description
An error is reported when the file is runppo_atari.py
Run the ppo.py file correctly
error:gymnasium.error.NameNotFound: Environment
BreakoutNoFrameskip
doesn't exist.The text was updated successfully, but these errors were encountered: