vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
5.29k stars 604 forks source link

gymnasium.error.NameNotFound: Environment `BreakoutNoFrameskip` doesn't exist. #478

Open bryanwwy opened 1 month ago

bryanwwy commented 1 month ago

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.

vwxyzjn commented 1 month ago

Did you do poetry install -E atari?

bryanwwy commented 1 month ago

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)