paper-with-me

Papers

Tackling Decision Processes with Non-Cumulative Objectives using Reinforcement Learning

2024-05-22 · Maximilian Nägele, Jan Olle, Thomas Fösel, Remmy Zen, Florian Marquardt

Markov decision processes (MDPs) are used to model a wide variety of applications ranging from game playing over robotics to finance. Their optimal policy typically maximizes the expected sum of rewards given at each step of the decision process. However, a large class of problems does not fit straightforwardly into this framework: Non-cumulative Markov decision processes (NCMDPs), where instead of the expected sum of rewards, the expected value of an arbitrary function of the rewards is maximized. Example functions include the maximum of the rewards or their mean divided by their standard deviation. In this work, we introduce a general mapping of NCMDPs to standard MDPs. This allows all techniques developed to find optimal policies for MDPs, such as reinforcement learning or dynamic programming, to be directly applied to the larger class of NCMDPs. Focusing on reinforcement learning, we show applications in a diverse set of tasks, including classical control, portfolio optimization in finance, and discrete optimization problems. Given our approach, we can improve both final performance and training time compared to relying on standard MDPs.

📄 PDF Abstract BibTeX arXiv:2405.13609

Code (1)

maxnaeg/zxreinforce 공식 구현 tf

Tasks

Portfolio Optimizationreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Reinforcement Learning with Non-Cumulative Objective

2023-07-11 · Wei Cui, Wei Yu

In reinforcement learning, the objective is almost always defined as a \emph{cumulative} function over the rewards along the process. However, there are many optimal control and reinforcement learning problems in various…

reinforcement-learningReinforcement Learning

Safe Reinforcement Learning in Constrained Markov Decision Processes

2020-08-15 · ICML 2020 1 · Akifumi Wachi, Yanan Sui

Safe reinforcement learning has been a promising approach for optimizing the policy of an agent that operates in safety-critical applications. In this paper, we propose an algorithm, SNO-MDP, that explores and optimizes …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Optimal Nudging: Solving Average-Reward Semi-Markov Decision Processes as a Minimal Sequence of Cumulative Tasks

2015-04-20 · Reinaldo Uribe Muriel, Fernando Lozando, Charles Anderson

This paper describes a novel method to solve average-reward semi-Markov decision processes, by reducing them to a minimal sequence of cumulative reward problems. The usual solution methods for this type of problems updat…

Reinforcement Learning

Optimistic Reinforcement Learning with Quantile Objectives

2025-11-12 · Mohammad Alipour-Vaezi, Huaiyang Zhong, Kwok-Leung Tsui, Sajad Khodadadian arxiv

Reinforcement Learning (RL) has achieved tremendous success in recent years. However, the classical foundations of RL do not account for the risk sensitivity of the objective function, which is critical in various fields…

Reinforcement Learning

Risk-Sensitive Reinforcement Learning: a Martingale Approach to Reward Uncertainty

2020-06-23 · Nelson Vadori, Sumitra Ganesh, Prashant Reddy, Manuela Veloso

We introduce a novel framework to account for sensitivity to rewards uncertainty in sequential decision-making problems. While risk-sensitive formulations for Markov decision processes studied so far focus on the distrib…

Decision MakingPortfolio Optimizationreinforcement-learningReinforcement Learning+2