Closed breuderink closed 4 months ago
Thanks for the report, this isn't the right repo but I have opened a new issue on the right one for you to follow https://github.com/Farama-Foundation/Arcade-Learning-Environment/issues/534
@breuderink The problem is related to NumPy 2.0, I would use pip install numpy<2
in the meantime
Describe the bug
I am trying to train an agent on the Atari environments. I just noticed that the observation is the value
63
repeated, where I expect the observation to have some variability, and change over time.Code example
System info
I installed gymnasium (0.29.1) in GitHub Codespaces (after having installation trouble on macOS):
Additional context
No response
Checklist