Closed redknightlois closed 5 years ago
I don't think any of the algorithm import mujoco. Do you have a specific file in mind? The example scripts certainly do. Is that what you're referring to?
In the chain of imports, for example VAE will import some environment proxies specific for mujoco. Is it ok if I move around that in a PR?
Oh I see. Yes, definitely feel free to make a PR for it.
Outcommenting import mujoco_py
in wrappers.py solved this for me. I am using Soft Actor-Critic and TD3 without Mujoco.
Closed with d3ea8168be40635317cbb1dc4ec9f292dee414a1
There are many algorithms that import Mujoco environments because they are not separated. In my case I dont care about Mujoco, in fact I had to get a trial license just to avoid having to remove code from my fork.