All Projects → aravindr93 → Mjrl

aravindr93 / Mjrl

Licence: apache-2.0
Reinforcement learning algorithms for MuJoCo tasks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mjrl

Awesome Real World Rl
Great resources for making Reinforcement Learning work in Real Life situations. Papers,projects and more.
Stars: ✭ 234 (+44.44%)
Mutual labels:  robotics, reinforcement-learning, simulation
Hand dapg
Repository to accompany RSS 2018 paper on dexterous hand manipulation
Stars: ✭ 88 (-45.68%)
Mutual labels:  robotics, reinforcement-learning, simulation
Gym Ignition
Framework for developing OpenAI Gym robotics environments simulated with Ignition Gazebo
Stars: ✭ 97 (-40.12%)
Mutual labels:  robotics, reinforcement-learning, simulation
Articulations Robot Demo
Stars: ✭ 145 (-10.49%)
Mutual labels:  robotics, reinforcement-learning, simulation
Gym Miniworld
Simple 3D interior simulator for RL & robotics research
Stars: ✭ 338 (+108.64%)
Mutual labels:  robotics, reinforcement-learning, simulation
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+195.06%)
Mutual labels:  robotics, reinforcement-learning, simulation
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+143.21%)
Mutual labels:  robotics, reinforcement-learning, mujoco
Bullet3
Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
Stars: ✭ 8,714 (+5279.01%)
Mutual labels:  robotics, reinforcement-learning, simulation
Pytorch sac ae
PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)
Stars: ✭ 94 (-41.98%)
Mutual labels:  reinforcement-learning, mujoco
Scrimmage
Multi-Agent Robotics Simulator
Stars: ✭ 93 (-42.59%)
Mutual labels:  robotics, simulation
Awesome Emulators Simulators
A curated list of software emulators and simulators of PCs, home computers, mainframes, consoles, robots and much more...
Stars: ✭ 94 (-41.98%)
Mutual labels:  robotics, simulation
Safeopt
Safe Bayesian Optimization
Stars: ✭ 90 (-44.44%)
Mutual labels:  robotics, reinforcement-learning
Torchrl
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
Stars: ✭ 90 (-44.44%)
Mutual labels:  reinforcement-learning, mujoco
Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+717.28%)
Mutual labels:  robotics, simulation
Aws Robomaker Sample Application Deepracer
Use AWS RoboMaker and demonstrate running a simulation which trains a reinforcement learning (RL) model to drive a car around a track
Stars: ✭ 105 (-35.19%)
Mutual labels:  reinforcement-learning, simulation
Stable Baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
Stars: ✭ 1,263 (+679.63%)
Mutual labels:  robotics, reinforcement-learning
Researchpapernotes
Initiative to read research papers
Stars: ✭ 97 (-40.12%)
Mutual labels:  robotics, reinforcement-learning
Ros2learn
ROS 2 enabled Machine Learning algorithms
Stars: ✭ 119 (-26.54%)
Mutual labels:  robotics, reinforcement-learning
Ravens
Train robotic agents to learn pick and place with deep learning for vision-based manipulation in PyBullet. Transporter Nets, CoRL 2020.
Stars: ✭ 133 (-17.9%)
Mutual labels:  robotics, reinforcement-learning
Open Quadruped
An open-source 3D-printed quadrupedal robot. Intuitive gait generation through 12-DOF Bezier Curves. Full 6-axis body pose manipulation. Custom 3DOF Leg Inverse Kinematics Model accounting for offsets.
Stars: ✭ 148 (-8.64%)
Mutual labels:  robotics, reinforcement-learning

RL for MuJoCo

This package contains implementations of various RL algorithms for continuous control tasks simulated with MuJoCo.

Installation

The main package dependencies are MuJoCo, python=3.7, gym>=0.13, mujoco-py>=2.0, and pytorch>=1.0. See setup/README.md (link) for detailed install instructions.

Bibliography

If you find the package useful, please cite the following papers.

@INPROCEEDINGS{Rajeswaran-NIPS-17,
    AUTHOR    = {Aravind Rajeswaran and Kendall Lowrey and Emanuel Todorov and Sham Kakade},
    TITLE     = "{Towards Generalization and Simplicity in Continuous Control}",
    BOOKTITLE = {NIPS},
    YEAR      = {2017},
}

@INPROCEEDINGS{Rajeswaran-RSS-18,
    AUTHOR    = {Aravind Rajeswaran AND Vikash Kumar AND Abhishek Gupta AND
                 Giulia Vezzani AND John Schulman AND Emanuel Todorov AND Sergey Levine},
    TITLE     = "{Learning Complex Dexterous Manipulation with Deep Reinforcement Learning and Demonstrations}",
    BOOKTITLE = {Proceedings of Robotics: Science and Systems (RSS)},
    YEAR      = {2018},
}

Credits

This package is maintained by Aravind Rajeswaran and other members of the Movement Control Lab, University of Washington Seattle.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].