Mujoco model of the Kinova Gen3 robot
There're some issues with the implementations here. Please use the mujoco_menagerie repo.
git clone --recursive git@github.com:vincentzhang/gen3-mujoco.git
cd gym
pip3 install -e '.[all]'
git submodule update --init --recursive
cd gym
pip3 install -e '.[all]'
# Display the environment in mujoco
python gen3.py
# Run random agent through openai gym
LD_PRELOAD="" python realtime_sim.py