PaddlePaddle / PARL

A high-performance distributed training framework for Reinforcement Learning
https://parl.readthedocs.io/
Apache License 2.0
3.24k stars 819 forks source link

Mujoco version #930

Closed ShuaibinLi closed 1 year ago

ShuaibinLi commented 2 years ago

There are a few detailed requirements about Mujoco version (e.g. mujoco-py==2.0.2.13 in ES, mujoco-py==2.0.2.8 in CQL, which need mujoco200). However, mujoco200 and below are no longer available.

ShuaibinLi commented 2 years ago

v4 version can be make directly after pip install gym[mujoco] without compiling.

ShuaibinLi commented 1 year ago

Fixing in PR https://github.com/PaddlePaddle/PARL/pull/969