A light-weight Julia wrapper for the MuJoCo Physics Simulator
- Install anaconda by following the instructions on this website.
- Run
echo export JULIA_CONDAPKG_BACKEND="System" > ~/.bashrc
in your terminal. - Run
source ~/.bashrc
in your terminal. - Open your Julia REPL by typing
julia
in your terminal. - Press
]
on your keyboard to enter the package manager - Enter command
add https://github.com/adubredu/MuJoCo.jl
and pressEnter
on your keyboard to install this package. - Press the
Backspace
key on your keyboard to return to the REPL
This package wraps DeepMind's dm_control Python package that provides access to the core MuJoCo package as well as some useful environments for Reinforcement Learning. It also exports the entire numpy package for convenience.
This package also wraps rohanpsingh's amazing mujoco-python-viewer for interactive simulation.
See the examples folder for usage examples.
This package is no more maintained. For a more reliable and faster MuJoCo julia wrapper, check out this new cool MuJoCo.jl package: https://github.com/JamieMair/MuJoCo.jl