rail-berkeley / rlkit

Collection of reinforcement learning algorithms
MIT License
2.43k stars 547 forks source link

Python3.5 is not suitable for this project! #169

Closed ZhenhuiTang closed 1 year ago

ZhenhuiTang commented 1 year ago

I follow the environment.yml to install packages, include python3.5

Then I need to install mujoco1.5

Then I need to install mujoco_py 1.5

However, it need to install pillow=8.2.0, which only be supported by python3.7+

I was wandering how they works on mujoco 1.5. with the environment.yml.

siyamsajeebkhan commented 6 months ago

Hi @ZhenhuiTang , I am also facing a similar issue. How did you solve it?