paper-with-me

홈 › Papers

RbRL2.0: Integrated Reward and Policy Learning for Rating-based Reinforcement Learning

2025-01-13 · Mingkang Wu, Devin White, Vernon Lawhern, Nicholas R. Waytowich, Yongcan Cao

Reinforcement learning (RL), a common tool in decision making, learns policies from various experiences based on the associated cumulative return/rewards without treating them differently. On the contrary, humans often learn to distinguish from different levels of performance and extract the underlying trends towards improving their decision making for best performance. Motivated by this, this paper proposes a novel RL method that mimics humans' decision making process by differentiating among collected experiences for effective policy learning. The main idea is to extract important directional information from experiences with different performance levels, named ratings, so that policies can be updated towards desired deviation from these experiences with different ratings. Specifically, we propose a new policy loss function that penalizes distribution similarities between the current policy and failed experiences with different ratings, and assign different weights to the penalty terms based on the rating classes. Meanwhile, reward learning from these rated samples can be integrated with the new policy loss towards an integrated reward and policy learning from rated samples. Optimizing the integrated reward and policy loss function will lead to the discovery of directions for policy improvement towards maximizing cumulative rewards and penalizing most from the lowest performance level while least from the highest performance level. To evaluate the effectiveness of the proposed method, we present results for experiments on a few typical environments that show improved convergence and overall performance over the existing rating-based reinforcement learning method with only reward learning.

📄 PDF Abstract BibTeX arXiv:2501.07502

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Performance Optimization of Ratings-Based Reinforcement Learning

2025-01-13 · Evelyn Rose, Devin White, Mingkang Wu, Vernon Lawhern 외

This paper explores multiple optimization methods to improve the performance of rating-based reinforcement learning (RbRL). RbRL, a method based on the idea of human ratings, has been developed to infer reward functions …

reinforcement-learningReinforcement Learning

Rule-Bottleneck Reinforcement Learning: Joint Explanation and Decision Optimization for Resource Allocation with Language Agents

2025-02-15 · Mauricio Tec, Guojun Xiong, Haichuan Wang, Francesca Dominici 외

Deep Reinforcement Learning (RL) is remarkably effective in addressing sequential resource allocation problems in domains such as healthcare, public policy, and resource management. However, deep RL policies often lack t…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

AdsorbRL: Deep Multi-Objective Reinforcement Learning for Inverse Catalysts Design

2023-12-04 · Romain Lacombe, Lucas Hendren, Khalid El-Awady

A central challenge of the clean energy transition is the development of catalysts for low-emissions technologies. Recent advances in Machine Learning for quantum chemistry drastically accelerate the computation of catal…

Deep Reinforcement LearningMulti-Objective Reinforcement Learningreinforcement-learning

Rewarding Structural Conformance of Reasoning using Process Mining

2025-10-29 · Yongjae Lee, Taekhyun Park, Sunghyun Sim, Hyerim Bae arxiv

Recent advances in sparse reward policy gradient methods have enabled effective reinforcement learning (RL)-based language model post-training. However, for reasoning tasks such as mathematical problem solving, binarized…

Reinforcement LearningMathematical Reasoning

Agent-Temporal Credit Assignment for Optimal Policy Preservation in Sparse Multi-Agent Reinforcement Learning

2024-12-19 · Aditya Kapoor, Sushant Swamy, Kale-ab Tessera, Mayank Baranwal 외

In multi-agent environments, agents often struggle to learn optimal policies due to sparse or delayed global rewards, particularly in long-horizon tasks where it is challenging to evaluate actions at intermediate time st…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningTAR