Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 560 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 560 Bytes

gen3-mujoco

Mujoco model of the Kinova Gen3 robot

To checkout the repo with the gym submodule:

    git clone --recursive [email protected]:vincentzhang/gen3-mujoco.git
    cd gym
    pip3 install -e '.[all]'

If you have already cloned the repo and only want to add the submodule, then do:

    git submodule update --init --recursive
    cd gym
    pip3 install -e '.[all]'

Examples:

    # Display the environment in mujoco
    python gen3.py
    # Run random agent through openai gym
    LD_PRELOAD="" python realtime_sim.py