Multi-Goal Reinforcement Learning
20 papers with code • 1 benchmarks • 2 datasets
Libraries
Use these libraries to find Multi-Goal Reinforcement Learning models and implementationsMost implemented papers
Proximal Policy Optimization Algorithms
We propose a new family of policy gradient methods for reinforcement learning, which alternate between sampling data through interaction with the environment, and optimizing a "surrogate" objective function using stochastic gradient ascent.
Playing Atari with Deep Reinforcement Learning
We present the first deep learning model to successfully learn control policies directly from high-dimensional sensory input using reinforcement learning.
Multi-Goal Reinforcement Learning: Challenging Robotics Environments and Request for Research
The purpose of this technical report is two-fold.
Intrinsically Motivated Goal Exploration Processes with Automatic Curriculum Learning
We present an algorithmic approach called Intrinsically Motivated Goal Exploration Processes (IMGEP) to enable similar properties of autonomous learning in machines.
Maximum Entropy-Regularized Multi-Goal Reinforcement Learning
This objective encourages the agent to maximize the expected return, as well as to achieve more diverse goals.
Learning to Reach Goals via Iterated Supervised Learning
Current reinforcement learning (RL) algorithms can be brittle and difficult to use, especially when learning goal-reaching behaviors from sparse rewards.
An Inductive Bias for Distances: Neural Nets that Respect the Triangle Inequality
When defining distances, the triangle inequality has proven to be a useful constraint, both theoretically--to prove convergence and optimality guarantees--and empirically--as an inductive bias.
Maximum Entropy Gain Exploration for Long Horizon Multi-goal Reinforcement Learning
What goals should a multi-goal reinforcement learning agent pursue during training in long-horizon tasks?
An Open-Source Multi-Goal Reinforcement Learning Environment for Robotic Manipulation with Pybullet
This work re-implements the OpenAI Gym multi-goal robotic manipulation environment, originally based on the commercial Mujoco engine, onto the open-source Pybullet engine.
Grounding Hindsight Instructions in Multi-Goal Reinforcement Learning for Robotics
We show that hindsight instructions improve the learning performance, as expected.