mujoco-py
mujoco-py copied to clipboard
added /openmp flag , added automatically discover lib file, 2.1.1 mov…
-
Win 32 Visual Studio require /openmp flag vs -fopenmp
-
MuJoCo 2.1.1 moved all lib files to lib dir and no ver prefix just mojuco.lib (add option automatically add all libs file from bin and lib)
Added Environment option
MUJOCO_COMPILE_EXTRA MUJOCO_LINKER_EXTRA
- Added option to overwrite compile flags and linker flags.
Not working for me because neither os.getenv('MUJOCO_COMPILE_EXTRA') nor os.getenv('MUJOCO_LINKER_EXTRA') return anything. How do you set those variables?