paper-with-me

홈 › Papers

Reinforcement Learning Upside Down: Don't Predict Rewards -- Just Map Them to Actions

2019-12-05 · Juergen Schmidhuber

We transform reinforcement learning (RL) into a form of supervised learning (SL) by turning traditional RL on its head, calling this Upside Down RL (UDRL). Standard RL predicts rewards, while UDRL instead uses rewards as task-defining inputs, together with representations of time horizons and other computable functions of historic and desired future data. UDRL learns to interpret these input observations as commands, mapping them to actions (or action probabilities) through SL on past (possibly accidental) experience. UDRL generalizes to achieve high rewards or other goals, through input commands such as: get lots of reward within at most so much time! A separate paper [63] on first experiments with UDRL shows that even a pilot version of UDRL can outperform traditional baseline algorithms on certain challenging RL problems. We also also conceptually simplify an approach [60] for teaching a robot to imitate humans. First videotape humans imitating the robot's current behaviors, then let the robot learn through SL to map the videos (as input commands) to these behaviors, then let it generalize and imitate videos of humans executing previously unknown behavior. This Imitate-Imitator concept may actually explain why biological evolution has resulted in parents who imitate the babbling of their babies.

📄 PDF Abstract BibTeX arXiv:1912.02875

Code (3)

BY571/Upside-Down-Reinforcement-Learning pytorch
drozzy/upsidedown pytorch
haron1100/Upside-Down-Reinforcement-Learning pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Upside-Down Reinforcement Learning for More Interpretable Optimal Control

2024-11-18 · Juan Cardenas-Cartagena, Massimiliano Falzari, Marco Zullich, Matthia Sabatelli

Model-Free Reinforcement Learning (RL) algorithms either learn how to map states to expected rewards or search for policies that can maximize a certain performance function. Model-Based algorithms instead, aim to learn a…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

All You Need Is Supervised Learning: From Imitation Learning to Meta-RL With Upside Down RL

2022-02-24 · Kai Arulkumaran, Dylan R. Ashley, Jürgen Schmidhuber, Rupesh K. Srivastava

Upside down reinforcement learning (UDRL) flips the conventional use of the return in the objective function in RL upside down, by taking returns as input and predicting actions. UDRL is based purely on supervised learni…

AllImitation LearningOffline RLreinforcement-learning+1

Learning Relative Return Policies With Upside-Down Reinforcement Learning

2022-02-23 · Dylan R. Ashley, Kai Arulkumaran, Jürgen Schmidhuber, Rupesh Kumar Srivastava

Lately, there has been a resurgence of interest in using supervised learning to solve reinforcement learning problems. Recent work in this area has largely focused on learning command-conditioned policies. We investigate…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Training Agents using Upside-Down Reinforcement Learning

2019-12-05 · Rupesh Kumar Srivastava, Pranav Shyam, Filipe Mutz, Wojciech Jaśkowski 외

We develop Upside-Down Reinforcement Learning (UDRL), a method for learning to act using only supervised learning techniques. Unlike traditional algorithms, UDRL does not use reward prediction or search for an optimal po…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Upside Down Reinforcement Learning with Policy Generators

2025-01-27 · Jacopo Di Ventura, Dylan R. Ashley, Vincent Herrmann, Francesco Faccio 외

Upside Down Reinforcement Learning (UDRL) is a promising framework for solving reinforcement learning problems which focuses on learning command-conditioned policies. In this work, we extend UDRL to the task of learning …

reinforcement-learningReinforcement Learning