Closed egg-west closed 1 year ago
I printed the sate received by the assert
[ 0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
0.00000000e+00 -2.00000000e-01 2.50000000e-01 0.00000000e+00
0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
0.00000000e+00 9.99999683e-01 0.00000000e+00 7.96326711e-04
-7.87498925e-01 -2.78412503e-01 5.49847180e-01 0.00000000e+00
0.00000000e+00 0.00000000e+00 1.78749861e+00 2.78412503e-01
-5.49050853e-01]
Gym v0.24 has known issues and reports this on import gym
. I would recommend using v0.23 or v0.25
@pseudo-rnd-thoughts Good point! Maybe we can change the requirements for gym to the correct versions.
Done, I have updated setup.py
to <0.24
With the gym version 0.24.1, I got an error to run environment "pen-human-v0", which is from the calling
env.reset()
I change the gym to a version of 0.23.0 and it fixed this issue.