paper-with-me

홈 › Papers

UGAE: A Novel Approach to Non-exponential Discounting

2023-02-11 · Ariel Kwiatkowski, Vicky Kalogeiton, Julien Pettré, Marie-Paule Cani

The discounting mechanism in Reinforcement Learning determines the relative importance of future and present rewards. While exponential discounting is widely used in practice, non-exponential discounting methods that align with human behavior are often desirable for creating human-like agents. However, non-exponential discounting methods cannot be directly applied in modern on-policy actor-critic algorithms. To address this issue, we propose Universal Generalized Advantage Estimation (UGAE), which allows for the computation of GAE advantage values with arbitrary discounting. Additionally, we introduce Beta-weighted discounting, a continuous interpolation between exponential and hyperbolic discounting, to increase flexibility in choosing a discounting method. To showcase the utility of UGAE, we provide an analysis of the properties of various discounting methods. We also show experimentally that agents with non-exponential discounting trained via UGAE outperform variants trained with Monte Carlo advantage estimation. Through analysis of various discounting methods and experiments, we demonstrate the superior performance of UGAE with Beta-weighted discounting over the Monte Carlo baseline on standard RL benchmarks. UGAE is simple and easily integrated into any advantage-based algorithm as a replacement for the standard recursive GAE.

📄 PDF Abstract BibTeX arXiv:2302.05740

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A simple framework for the axiomatization of exponential and quasi-hyperbolic discounting

2015-11-19

The main goal of this paper is to investigate which normative requirements, or axioms, lead to exponential and quasi-hyperbolic forms of discounting. Exponential discounting has a well-established axiomatic foundation or…

Statistical Vs Rule Based Machine Translation; A Case Study on Indian Language Perspective

2017-08-12 · Sreelekha. S

In this paper we present our work on a case study between Statistical Machien Transaltion (SMT) and Rule-Based Machine Translation (RBMT) systems on English-Indian langugae and Indian to Indian langugae perspective. Main…

Machine TranslationTranslation

Rational hyperbolic discounting

2020-02-28

How much should you receive in a week to be indifferent to \$ 100 in six months? Note that the indifference requires a rule to ensure the similarity between early and late payments. Assuming that rational individuals hav…

valid

Partial Identifiability in Inverse Reinforcement Learning For Agents With Non-Exponential Discounting

2024-12-15 · Joar Skalse, Alessandro Abate

The aim of inverse reinforcement learning (IRL) is to infer an agent's preferences from observing their behaviour. Usually, preferences are modelled as a reward function, $R$, and behaviour is modelled as a policy, $\pi$…

Beyond the Bellman Recursion: A Pontryagin-Guided Framework for Non-Exponential Discounting

2026-05-20 · Hojin Ko, Jeonggyu Huh arxiv

Most value-based and actor--critic reinforcement learning methods rely on Bellman-style recursions, yet these recursions collapse under non-exponential discounting common in human preferences and survival processes. We s…

Reinforcement Learning