Open bryanwwy opened 3 months ago
Did you do poetry install -E atari
?
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 encountered the same issue and was unable to resolve it by “poetry install -E atari”
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.