paper-with-me

홈 › Papers

Upside-Down Reinforcement Learning Can Diverge in Stochastic Environments With Episodic Resets

2022-05-13 · Miroslav Štrupl, Francesco Faccio, Dylan R. Ashley, Jürgen Schmidhuber, Rupesh Kumar Srivastava

Upside-Down Reinforcement Learning (UDRL) is an approach for solving RL problems that does not require value functions and uses only supervised learning, where the targets for given inputs in a dataset do not change over time. Ghosh et al. proved that Goal-Conditional Supervised Learning (GCSL) -- which can be viewed as a simplified version of UDRL -- optimizes a lower bound on goal-reaching performance. This raises expectations that such algorithms may enjoy guaranteed convergence to the optimal policy in arbitrary environments, similar to certain well-known traditional RL algorithms. Here we show that for a specific episodic UDRL algorithm (eUDRL, including GCSL), this is not the case, and give the causes of this limitation. To do so, we first introduce a helpful rewrite of eUDRL as a recursive policy update. This formulation helps to disprove its convergence to the optimal policy for a wide class of stochastic environments. Finally, we provide a concrete example of a very simple environment where eUDRL diverges. Since the primary aim of this paper is to present a negative result, and the best counterexamples are the simplest ones, we restrict all discussions to finite (discrete) environments, ignoring issues of function approximation and limited sample size.

📄 PDF Abstract BibTeX arXiv:2205.06595

Code (1)

struplm/udrl-gcsl-counterexample 공식 구현

Tasks

reinforcement-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)

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)

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

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)