Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.35 KB

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