Open bstee615 opened 4 years ago
Bugfixes to get OpenAI Gym and MuJoCo working on Windows
swig.exe not found
: Install Swig for Windows https://stackoverflow.com/a/50118014ERROR: Could not build wheels for mujoco-py which use PEP 517 and cannot be installed directly
: Install from source https://github.com/openai/mujoco-py/issues/492#issuecomment-607688770RuntimeError: package fails to pass a sanity check due to a bug in the windows runtime
: https://stackoverflow.com/a/64658254
Implement the main agent with Trust Region Policy Optimization (TRPO, see Link)