Mujoco model of the Kinova Gen3 robot
git clone --recursive [email protected]: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