Hello, I am having trouble using the 'ALE/Tetris-v5' env with rllib.
When starting training I am getting an error saying
(RolloutWorker pid=8800) File "C:\Users\SESA59632\Anaconda3\envs\RL_GymStableRay\lib\site-packages\ray\rllib\env\wrappers\atari_wrappers.py", line 100, in reset
(RolloutWorker pid=8800) noops = self.unwrapped.np_random.integers(1, self.noop_max + 1)
(RolloutWorker pid=8800) AttributeError: 'numpy.random.mtrand.RandomState' object has no attribute 'integers'
However, I can use the same Tetris environment in stablebaselines which I use in the same virtual python env.
So the Tetris evironment is working in general.
What happened + What you expected to happen
Hello, I am having trouble using the 'ALE/Tetris-v5' env with rllib.
When starting training I am getting an error saying
However, I can use the same Tetris environment in stablebaselines which I use in the same virtual python env. So the Tetris evironment is working in general.
Versions / Dependencies
python 3.7.13 ale-py 0.7.4 gym 0.21.0 ray 1.12.1 torch 1.10.2+cu113 numpy 1.21.6
Reproduction script
Issue Severity
Low: It annoys or frustrates me.