Skip to content

Collection of small-scale projects for testing robotics algorithms in the MuJoCo simulator. (Ongoing project)

License

Notifications You must be signed in to change notification settings

lihanlian/mujoco-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains collection of small-scale projects for testing robotics algorithms in the MuJoCo simulator. Code is implemented and tested in Ubuntu system with Python 3.10. It aims for testing common algorithms on various types of robots including robot manipulators and legged robots. This is an onging project.

Examples

Image 1 Image 2

Run Locally

Clone the project

  git clone https://github.com/lihanlian/mujoco-playground

Go to project directory

  python3 -m venv env && source env/bin/activate 
  pip install -r requirements.txt

Go to specific folder for more detailed information on each individual project.

References

License

MIT

About

Collection of small-scale projects for testing robotics algorithms in the MuJoCo simulator. (Ongoing project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published