paper-with-me

Papers

Beyond Expected Returns: A Policy Gradient Algorithm for Cumulative Prospect Theoretic Reinforcement Learning

2024-10-03 · Olivier Lepel, Anas Barakat

The widely used expected utility theory has been shown to be empirically inconsistent with human preferences in the psychology and behavioral economy literatures. Cumulative Prospect Theory (CPT) has been developed to fill in this gap and provide a better model for human-based decision-making supported by empirical evidence. It allows to express a wide range of attitudes and perceptions towards risk, gains and losses. A few years ago, CPT has been combined with Reinforcement Learning (RL) to formulate a CPT policy optimization problem where the goal of the agent is to search for a policy generating long-term returns which are aligned with their preferences. In this work, we revisit this policy optimization problem and provide new insights on optimal policies and their nature depending on the utility function under consideration. We further derive a novel policy gradient theorem for the CPT policy optimization objective generalizing the seminal corresponding result in standard RL. This result enables us to design a model-free policy gradient algorithm to solve the CPT-RL problem. We illustrate the performance of our algorithm in simple examples motivated by traffic control and electricity management applications. We also demonstrate that our policy gradient algorithm scales better to larger state spaces compared to the existing zeroth order algorithm for solving the same problem.

📄 PDF Abstract BibTeX arXiv:2410.02605

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Jointly Learning Environments and Control Policies with Projected Stochastic Gradient Ascent

2020-06-02 · Adrien Bolland, Ioannis Boukas, Mathias Berger, Damien Ernst

We consider the joint design and control of discrete-time stochastic dynamical systems over a finite time horizon. We formulate the problem as a multi-step optimization problem under uncertainty seeking to identify a sys…

Deep Reinforcement LearningPolicy Gradient Methodsreinforcement-learningReinforcement Learning (RL)

How to Learn a Useful Critic? Model-based Action-Gradient-Estimator Policy Optimization

2020-04-29 · NeurIPS 2020 12 · Pierluca D'Oro, Wojciech Jaśkowski

Deterministic-policy actor-critic algorithms for continuous control improve the actor by plugging its actions into the critic and ascending the action-value gradient, which is obtained by chaining the actor's Jacobian ma…

continuous-controlContinuous ControlMuJoCo

OrderGrad: Optimizing Beyond the Mean with Order-Statistic Policy Gradient Estimation

2026-06-04 · Paavo Parmas, Yongmin Kim, Kohsei Matsutani, Shota Takashiro 외 arxiv

Policy-gradient methods usually optimize expected return, but many real world applications care about distributional properties of returns: tail risk, outlier robustness, or best-of-K discovery. We introduce OrderGrad, a…

Monte Carlo Tree Search Algorithms for Risk-Aware and Multi-Objective Reinforcement Learning

2022-11-23 · Conor F. Hayes, Mathieu Reymond, Diederik M. Roijers, Enda Howley 외

In many risk-aware and multi-objective reinforcement learning settings, the utility of the user is derived from a single execution of a policy. In these settings, making decisions based on the average future returns is n…

Multi-Objective Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

SOAP-RL: Sequential Option Advantage Propagation for Reinforcement Learning in POMDP Environments

2024-07-26 · Shu Ishida, João F. Henriques

This work compares ways of extending Reinforcement Learning algorithms to Partially Observed Markov Decision Processes (POMDPs) with options. One view of options is as temporally extended action, which can be realized as…

MuJoCo