Closed lwyncepu closed 3 years ago
I used the Safety Gym environment to evaluate my implementation. The Safety Gym needs MuJoCo licenses to install and the installation instruction is well described on their Github page (https://github.com/openai/safety-gym).
Other python modules to run this project are listed below.
tensorflow-gpu 1.13.1
tensorflow-probability 0.6.0
sklearn 0.0
mujoco-py 2.0.2.7
numpy 1.19.4
safety-gym 0.0.0
scipy 1.5.4
I'm using Windows10. What platform is this implementation on originally?
Found in https://github.com/openai/mujoco-py/README.md: "Windows support has been DEPRECATED and removed in 2.0.2.0. One known good past version is 1.50.1.68." So I installed mujoco_py=1.50.1.
2. And what the exact version of sklearn? I think it should not be "0.0" I installed scikit_learn‑0.24.2 instead. Is that OK?
I'm new to Python, thanks a lot for helping.
Do you have any advice? Thanks!!
Sorry, but this project was only tested on Ubuntu.
Can this run with gym, but not safety-gym? What changes (if any) would the code need in this case? Thank you
Yes, it can run in gym-like environments. However, you should modify the environments to give a cost signal through a variable, "info['cost']".
I've been trying to run this for weeks, and found it hard to build a envrionment to run this. can anyone provide a requirement.txt or a environment.yml to implement this code ?
Thanks!