mujoco-py
mujoco-py copied to clipboard
MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior. **Expected behavior** A clear and concise description of what you...
I am procedurally generating mujoco environments and in some cases the model is unstable and either can't be loaded at all or generates warnings. In the case where the model...
It seems I can't import mujoco_py python --version Python 3.6.12 :: Anaconda, Inc. ``` Package Version Location ---------------------- ------------- ------------------------------------------------------------ absl-py 0.11.0 appdirs 1.4.4 appnope 0.1.2 astunparse 1.6.3 attrs 20.3.0...
how to resolve this issue with mujoco-py installation with no root access- PLEASE NOTE: `can't run apt-get install` ``` running build_ext building 'mujoco_py.cymj' extension gcc -pthread -B /sailhome/small02/miniconda2/envs/robos/compiler_compat -Wl,--sysroot=/ -Wsign-compare...
Hello. I cant use newer versions of mujoco because my processor does not have AVX operation. Can I use older versions of mujoco with current version of mujuco-py?
Python 3.7.13 (default, Mar 29 2022, 02:18:16) [GCC 7.5.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import mujoco_py running build_ext building 'mujoco_py.cymj'...
I am using the Mujoco Ant-v2 enviroment with my DDPG model However, my reward can only get about 300-400 average. Thus I check the env.render to see more detail ,...
**Describe the bug** SyntaxError: invalid syntax; when I install mujoco-py **To Reproduce** pip install gym[all]==0.10.5 **Expected behavior** **Error Messages** (rlkit) root@autodl-container-7c50118b52-f8c418b1:~/.mujoco# pip install gym[all]==0.10.5 Collecting gym[all]==0.10.5 Requirement already satisfied: pyglet>=1.2.0...
**Describe the bug** Failed building wheel on macOS Catalina **To Reproduce** pip install -U 'mujoco-py=2.0' **Error Messages** ``` Building wheels for collected packages: mujoco-py Building wheel for mujoco-py (setup.py) ......
I've added environment variables to ~/.mujoco/mujoco210/bin. " ~/.mujoco/mujoco210/bin/bin" is None. What am I going to do? ” Current values LD_LIBRARY_PATH=/home/vip416/.mujoco/mujoco210/bin Please add following line to .bashrc: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/vip416/.mujoco/mujoco210/bin/bin “