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.
Hi, I get the error ```Traceback (most recent call last): File "/home/ashith/Ash/repo/spaceRobot_RL/MBRL/spacerobot/spacerobot_mbrl.py", line 402, in mbrl.run_mbrl(train=train, iter=500) File "/home/ashith/Ash/repo/spaceRobot_RL/MBRL/spacerobot/spacerobot_mbrl.py", line 83, in run_mbrl iter=iter, retrain_after_iter=30, render=True) File "/home/ashith/Ash/repo/spaceRobot_RL/MBRL/spacerobot/mppi_polo.py", line 383,...
I have a model of a snake-like robot and wanted to train it under suboptimality. To do so, I wanted to fix one joint that connects the body parts to...
**Describe the bug** I want to run the file download_d4rl_datasets.py from decision-transformer-gym. I downloaded mujoco, and mujoco-py, set it up, and I have the following files in bin: basic libglfw3.a...
when run "python setup.up build", and "import mujoco-py", some mistakes happen on my win10 computer.
**Describe the bug** I show you the everything I have meeted. When I run the "python setup.pu build" in mujoco-py1.50.1.0 folder that downloaded on the website. How can I duel...
**Describe the bug** Hi, I installed mujoco_py using pip (pip3 install -U 'mujoco-py=2.1') but when trying to import, I am getting error message. **Error Messages** >>> import mujoco_py In file...
Environment: + ubuntu 18.04 mujoco_py==2.0.2.5 ``` Found 3 GPUs for rendering. Using device 1. libEGL warning: Not allowed to force software rendering when API explicitly selects a hardware device. Could...
hi. i have problem to run setting_state : (mujoco_py) moj79@moj79-Legion-5-15ITH6:~/.mujoco/mujoco-py/examples$ python3 setting_state.py Creating window glfw MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or...
**Describe the bug** I am trying to install mujoco on my windows10 laptop. But it report the error as follow. **To Reproduce** I have installed other gym environments like the...
**Describe the bug** distutils.errors.DistutilsExecError: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2 **To Reproduce** After I have successfully installed mujoco_py==1.50.1.68, when I want to import this package, this...
64bits windows10 mjpro150 mujoco_py:1.50.1 anaconda3-5.2.0 After installing the mujoco_py on windows, I tried to import mujoco_py on cmd ,but failed. The details about the error I met: >>> import mujoco_py...