ElegantRL icon indicating copy to clipboard operation
ElegantRL copied to clipboard

gym version requirements

Open shixun404 opened this issue 3 years ago • 0 comments

@Yonv1943 Gym version=0.21 caused get_gym_env_args(gym.make("BipedalWalker-v3"), if_print=False) in the Part 3 of tutorial_BipedalWalker_v3.ipynb failed. Gym version 0.21 cannot register BipedalWalker-v3 and LunarLanderContinuous-v2, while version 0.17.0 worked fine.

The install requirements requirements.txt and setup.py should be double checked.

shixun404 avatar Sep 15 '22 00:09 shixun404