Xingyu-Lin / mbpo_pytorch

A pytorch reprelication of the model-based reinforcement learning algorithm MBPO
150 stars 38 forks source link

Could you please add a requirements.txt file? #2

Closed Joy1112 closed 3 years ago

Joy1112 commented 3 years ago

Hi, Really appreciate your reimplementation of MBPO with Pytorch! However, there are several versions of TF and Pytorch, and the numpy versions they depend on are different to mujoco_py which will lead to a dependency conflict.

Will you add the requirements.txt of your environment and therefore i can reproduce the experiments? Thanks a lot!

Joy1112 commented 3 years ago

I've downgraded the mujoco from 2.0 to 1.5 and installed the tensorflow==1.15, then i can run the experiments. I'll close the issue