MuJoCo

278 papers with code • 1 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find MuJoCo models and implementations

Datasets


Most implemented papers

Simple random search provides a competitive approach to reinforcement learning

modestyachts/ARS 19 Mar 2018

A common belief in model-free reinforcement learning is that methods based on random search in the parameter space of policies exhibit significantly worse sample complexity than those that explore the space of actions.

Evolution Strategies as a Scalable Alternative to Reinforcement Learning

openai/evolution-strategies-starter 10 Mar 2017

We explore the use of Evolution Strategies (ES), a class of black box optimization algorithms, as an alternative to popular MDP-based RL techniques such as Q-learning and Policy Gradients.

The StarCraft Multi-Agent Challenge

oxwhirl/pymarl 11 Feb 2019

In this paper, we propose the StarCraft Multi-Agent Challenge (SMAC) as a benchmark problem to fill this gap.

Neural Network Dynamics for Model-Based Deep Reinforcement Learning with Model-Free Fine-Tuning

nagaban2/nn_dynamics 8 Aug 2017

Model-free deep reinforcement learning algorithms have been shown to be capable of learning a wide range of robotic skills, but typically require a very large number of samples to achieve good performance.

Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation

openai/baselines NeurIPS 2017

In this work, we propose to apply trust region optimization to deep reinforcement learning using a recently proposed Kronecker-factored approximation to the curvature.

DeepMind Control Suite

deepmind/dm_control 2 Jan 2018

The DeepMind Control Suite is a set of continuous control tasks with a standardised structure and interpretable rewards, intended to serve as performance benchmarks for reinforcement learning agents.

robosuite: A Modular Simulation Framework and Benchmark for Robot Learning

ARISE-Initiative/robosuite 25 Sep 2020

robosuite is a simulation framework for robot learning powered by the MuJoCo physics engine.

Randomized Ensembled Double Q-Learning: Learning Fast Without a Model

watchernyu/REDQ ICLR 2021

Using a high Update-To-Data (UTD) ratio, model-based methods have recently achieved much higher sample efficiency than previous model-free methods for continuous-action DRL benchmarks.

SQIL: Imitation Learning via Reinforcement Learning with Sparse Rewards

opendilab/DI-engine ICLR 2020

Theoretically, we show that SQIL can be interpreted as a regularized variant of BC that uses a sparsity prior to encourage long-horizon imitation.