Xingyu-Lin / mbpo_pytorch

A pytorch reprelication of the model-based reinforcement learning algorithm MBPO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you please add a requirements.txt file?

Joy1112 opened this issue · comments

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!

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