Installing Mujoco on Windows #2551
-
IntroHi! I am a graduate student at FUM, I use MuJoCo for my research on Reinforcement Learning. My setupI use python and my OS is Windows 10. My questionI am trying to work with Robosumo and need to install the Mujoco package on my system. I would greatly appreciate any help on how to install Mujoco on Windows. Minimal model and/or code that explain my questionIf you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue). Model: minimal XML<mujoco>
<worldbody>
<light pos="0 0 1"/>
<geom type="sphere" size="1" rgba="1 0 0 1"/>
</worldbody>
</mujoco>
Code: import mujoco
import mediapy as media
model = mujoco.MjModel.from_xml_string(xml)
data = mujoco.MjData(model)
with mujoco.Renderer(model) as renderer:
mujoco.mj_forward(model, data)
renderer.update_scene(data)
media.show_image(renderer.render()) Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
mujoco-py
is unsupported