paper-with-me

홈 › Papers

Latent Reward: LLM-Empowered Credit Assignment in Episodic Reinforcement Learning

2024-12-15 · Yun Qu, Yuhang Jiang, Boyuan Wang, Yixiu Mao, Cheems Wang, Chang Liu, Xiangyang Ji

Reinforcement learning (RL) often encounters delayed and sparse feedback in real-world applications, even with only episodic rewards. Previous approaches have made some progress in reward redistribution for credit assignment but still face challenges, including training difficulties due to redundancy and ambiguous attributions stemming from overlooking the multifaceted nature of mission performance evaluation. Hopefully, Large Language Model (LLM) encompasses fruitful decision-making knowledge and provides a plausible tool for reward redistribution. Even so, deploying LLM in this case is non-trivial due to the misalignment between linguistic knowledge and the symbolic form requirement, together with inherent randomness and hallucinations in inference. To tackle these issues, we introduce LaRe, a novel LLM-empowered symbolic-based decision-making framework, to improve credit assignment. Key to LaRe is the concept of the Latent Reward, which works as a multi-dimensional performance evaluation, enabling more interpretable goal attainment from various perspectives and facilitating more effective reward redistribution. We examine that semantically generated code from LLM can bridge linguistic knowledge and symbolic latent rewards, as it is executable for symbolic objects. Meanwhile, we design latent reward self-verification to increase the stability and reliability of LLM inference. Theoretically, reward-irrelevant redundancy elimination in the latent reward benefits RL performance from more accurate reward estimation. Extensive experimental results witness that LaRe (i) achieves superior temporal credit assignment to SOTA methods, (ii) excels in allocating contributions among multiple agents, and (iii) outperforms policies trained with ground truth rewards for certain tasks.

📄 PDF Abstract BibTeX arXiv:2412.11120

Code (2)

cloud-qu/lare 공식 구현 pytorch
thu-rllab/lare 공식 구현 pytorch

Tasks

Decision MakingLarge Language Modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Sequence Modeling of Temporal Credit Assignment for Episodic Reinforcement Learning

2019-05-31 · Yang Liu, Yunan Luo, Yuanyi Zhong, Xi Chen 외

Recent advances in deep reinforcement learning algorithms have shown great potential and success for solving many challenging real-world problems, including Go game and robotic applications. Usually, these algorithms nee…

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning+1

STAS: Spatial-Temporal Return Decomposition for Multi-agent Reinforcement Learning

2023-04-15 · Sirui Chen, Zhaowei Zhang, Yaodong Yang, Yali Du

Centralized Training with Decentralized Execution (CTDE) has been proven to be an effective paradigm in cooperative multi-agent reinforcement learning (MARL). One of the major challenges is credit assignment, which aims …

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Would I have gotten that reward? Long-term credit assignment by counterfactual contribution analysis

2023-09-21 · NeurIPS 2023 11

To make reinforcement learning more sample efficient, we need better credit assignment methods that measure an action’s influence on future rewards. Building upon Hindsight Credit Assignment (HCA), we introduce Counterfa…

Learning with a Single Rollout via Monte Carlo Pass@k Critic

2026-06-24 · Fengdi Che, Yang Liu, Lei Yu, Meng Cao 외 arxiv

Estimating token-level advantages in reinforcement learning (RL) for language models remains challenging because scaling up episodic experience collection is expensive. The difficulty intensifies for baseline advantage e…

Reinforcement LearningMathematical Reasoning

$TAR^2$: Temporal-Agent Reward Redistribution for Optimal Policy Preservation in Multi-Agent Reinforcement Learning

2025-02-07 · Aditya Kapoor, Kale-ab Tessera, Mayank Baranwal, Harshad Khadilkar 외

In cooperative multi-agent reinforcement learning (MARL), learning effective policies is challenging when global rewards are sparse and delayed. This difficulty arises from the need to assign credit across both agents an…

Multi-agent Reinforcement LearningTAR