paper-with-me

홈 › Papers

Training Agents using Upside-Down Reinforcement Learning

2019-12-05 · Rupesh Kumar Srivastava, Pranav Shyam, Filipe Mutz, Wojciech Jaśkowski, Jürgen Schmidhuber

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 policy. Instead, it trains agents to follow commands such as "obtain so much total reward in so much time." Many of its general principles are outlined in a companion report; the goal of this paper is to develop a practical learning algorithm and show that this conceptually simple perspective on agent training can produce a range of rewarding behaviors for multiple episodic environments. Experiments show that on some tasks UDRL's performance can be surprisingly competitive with, and even exceed that of some traditional baseline algorithms developed over decades of research. Based on these results, we suggest that alternative approaches to expected reward maximization have an important role to play in training useful autonomous agents.

📄 PDF Abstract BibTeX arXiv:1912.02877

Code (7)

BY571/Upside-Down-Reinforcement-Learning pytorch
TrentBrick/RewardConditionedUDRL pytorch
bprabhakar/upside-down-reinforcement-learning pytorch
drozzy/upsidedown pytorch
haron1100/Upside-Down-Reinforcement-Learning pytorch
ken011528/UpsideDown-reinforcement-learning-implement-by-tensorflow tf
parthchadha/upsideDownRL pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

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)

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

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

Guiding Online Reinforcement Learning with Action-Free Offline Pretraining

2023-01-30 · Deyao Zhu, Yuhui Wang, Jürgen Schmidhuber, Mohamed Elhoseiny

Offline RL methods have been shown to reduce the need for environment interaction by training agents using offline collected episodes. However, these methods typically require action information to be logged during data …

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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)