Mujoco Open Source Projects

Browse 109 Mujoco open source projects, ranked by GitHub stars. Find the most popular Mujoco tools and libraries.

Share your experience:✍️ Write a Post❓ Ask a Question
1-60 of 109 projects
37,243 stars

openai/gym

A toolkit for developing and comparing reinforcement learning algorithms.

Metrics details
Stars37,243
16,744 stars

openai/baselines

OpenAI Baselines: high-quality implementations of reinforcement learning algorithms

Metrics details
Stars16,744
14,260 stars

google-deepmind/mujoco

Multi-Joint dynamics with Contact. A general purpose physics simulator.

Metrics details
Stars14,260
10,872 stars

thu-ml/tianshou

An elegant PyTorch deep reinforcement learning library.

Metrics details
Stars10,872
4,640 stars

google-deepmind/dm_control

Google DeepMind's software stack for physics-based simulation and Reinforcement Learning environments, using MuJoCo.

Metrics details
Stars4,640
3,902 stars

ikostrikov/pytorch-a2c-ppo-acktr-gail

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).

Metrics details
Stars3,902
3,738 stars

google-deepmind/mujoco_menagerie

A collection of high-quality models for the MuJoCo physics engine, curated by Google DeepMind.

Metrics details
Stars3,738
3,630 stars

opendilab/DI-engine

OpenDILab Decision AI Engine. The Most Comprehensive Reinforcement Learning Framework B.P.

Metrics details
Stars3,630
3,144 stars

openai/mujoco-py

MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.

Metrics details
Stars3,144
2,290 stars

IntelLabs/coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms

Metrics details
Stars2,290
1,854 stars

Farama-Foundation/Metaworld

Collections of robotics environments geared towards benchmarking multi-task and meta reinforcement learning

Metrics details
Stars1,854
1,811 stars

openai/multi-agent-emergence-environments

Environment generation code for the paper "Emergent Tool Use From Multi-Agent Autocurricula"

Metrics details
Stars1,811
1,766 stars

HumanCompatibleAI/imitation

Clean PyTorch implementations of imitation and reward learning algorithms

Metrics details
Stars1,766
1,690 stars

google-deepmind/mujoco_mpc

Real-time behaviour synthesis with MuJoCo, using Predictive Control

Metrics details
Stars1,690
1,665 stars

uber-research/deep-neuroevolution

Deep Neuroevolution

Metrics details
Stars1,665
1,633 stars

openai/evolution-strategies-starter

Code for the paper "Evolution Strategies as a Scalable Alternative to Reinforcement Learning"

Metrics details
Stars1,633
1,483 stars

sail-sg/envpool

C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.

Metrics details
Stars1,483
1,434 stars

rail-berkeley/softlearning

Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official implementation of the Soft Actor-Critic algorithm.

Metrics details
Stars1,434
1,286 stars

haarnoja/sac

Soft Actor-Critic

Metrics details
Stars1,286
1,273 stars

pfnet/pfrl

PFRL: a PyTorch-based deep reinforcement learning library

Metrics details
Stars1,273
1,197 stars

MyoHub/myosuite

MyoSuite is a collection of environments/tasks to be solved by musculoskeletal models simulated with the MuJoCo physics engine and wrapped in the OpenAI gym API.

Metrics details
Stars1,197
1,077 stars

agi-brain/xuance

XuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library

Metrics details
Stars1,077
1,012 stars

rl-tools/rl-tools

The Fastest Deep Reinforcement Learning Library

Metrics details
Stars1,012
941 stars

Farama-Foundation/Gymnasium-Robotics

A collection of robotics simulation environments for reinforcement learning

Metrics details
Stars941
939 stars

MushroomRL/mushroom-rl

Python library for Reinforcement Learning.

Metrics details
Stars939
880 stars

benelot/pybullet-gym

Open-source implementations of OpenAI Gym MuJoCo environments for use with the OpenAI Gym Reinforcement Learning Research Platform.

Metrics details
Stars880
839 stars

OpenRL-Lab/openrl

Unified Reinforcement Learning Framework

Metrics details
Stars839
835 stars

openai/multiagent-competition

Code for the paper "Emergent Complexity via Multi-agent Competition"

Metrics details
Stars835
781 stars

reinforcement-learning-kr/lets-do-irl

Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)

Metrics details
Stars781
736 stars

google-research/robopianist

[CoRL '23] Dexterous piano playing with deep reinforcement learning.

Metrics details
Stars736
682 stars

PaulDanielML/MuJoCo_RL_UR5

A MuJoCo/Gym environment for robot control using Reinforcement Learning. The task of agents in this environment is pixel-wise prediction of grasp success chances.

Metrics details
Stars682
629 stars

vikashplus/robohive

A unified framework for robot learning

Metrics details
Stars629
602 stars

openai/safety-gym

Tools for accelerating safe exploration research.

Metrics details
Stars602
600 stars

denisyarats/pytorch_sac

PyTorch implementation of Soft Actor-Critic (SAC)

Metrics details
Stars600
594 stars

YuliaRubanova/latent_ode

Code for "Latent ODEs for Irregularly-Sampled Time Series" paper

Metrics details
Stars594
588 stars

openai/mujoco-worldgen

Automatic object XML generation for Mujoco

Metrics details
Stars588
564 stars

nottombrown/rl-teacher

Code for Deep RL from Human Preferences [Christiano et al]. Plus a webapp for collecting human feedback

Metrics details
Stars564
561 stars

inoryy/reaver

Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.

Metrics details
Stars561
530 stars

abr/abr_control

Robotic arm control in Python

Metrics details
Stars530
512 stars

katerakelly/oyster

Implementation of Efficient Off-policy Meta-learning via Probabilistic Context Variables (PEARL)

Metrics details
Stars512
487 stars

dongminlee94/deep_rl

PyTorch implementation of deep reinforcement learning algorithms

Metrics details
Stars487
465 stars

aravindr93/mjrl

Reinforcement learning algorithms for MuJoCo tasks

Metrics details
Stars465
464 stars

zalo/mujoco_wasm

Simulate and Render MuJoCo Models in the Browser!

Metrics details
Stars464
453 stars

navneet-nmk/pytorch-rl

This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch

Metrics details
Stars453
451 stars

TianhongDai/hindsight-experience-replay

This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.

Metrics details
Stars451
448 stars

ikostrikov/pytorch-trpo

PyTorch implementation of Trust Region Policy Optimization

Metrics details
Stars448
439 stars

kevinzakka/mjctrl

Minimal, clean, single-file implementations of common robotics controllers in MuJoCo.

Metrics details
Stars439
438 stars

haarnoja/softqlearning

Reinforcement Learning with Deep Energy-Based Policies

Metrics details
Stars438
432 stars

openai/robogym

Robotics Gym Environments

Metrics details
Stars432
431 stars

modestyachts/ARS

An implementation of the Augmented Random Search algorithm

Metrics details
Stars431
422 stars

denisyarats/drq

DrQ: Data regularized Q

Metrics details
Stars422
378 stars

Kaixhin/PlaNet

Deep Planning Network: Control from pixels by latent planning with learned dynamics

Metrics details
Stars378
378 stars

zuoxingdong/lagom

lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.

Metrics details
Stars378
374 stars

avisingh599/reward-learning-rl

[RSS 2019] End-to-End Robotic Reinforcement Learning without Reward Engineering

Metrics details
Stars374
373 stars

schroederdewitt/multiagent_mujoco

Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.

Metrics details
Stars373
368 stars

kevinzakka/obj2mjcf

A CLI for processing composite Wavefront OBJ files for use in MuJoCo.

Metrics details
Stars368
363 stars

pat-coady/trpo

Trust Region Policy Optimization with TensorFlow and OpenAI Gym

Metrics details
Stars363
357 stars

tayalmanan28/MuJoCo-Tutorial

Tutorial on how to get started with MuJoCo Simulation Platform. MuJoCo stands for Multi-Joint dynamics with Contact. It was acquired and made freely available by DeepMind in October 2021, and open sourced in May 2022. Feel free to contribute. Show your support by ✨this repository.

Metrics details
Stars357
354 stars

RITCHIEHuang/DeepRL_Algorithms

DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)

Metrics details
Stars354
339 stars

AboudyKreidieh/h-baselines

A repository of high-performing hierarchical reinforcement learning models and algorithms.

Metrics details
Stars339
1-60 of 109 projects
Get A Weekly Email With Trending Mujoco Projects
Stay updated on Mujoco plus related topics you pick below.

Copyright 2018-2026 Awesome Open Source.  All rights reserved.