paper-with-me

홈 › Papers

From Laws to Motivation: Guiding Exploration through Law-Based Reasoning and Rewards

2024-11-24 · Ziyu Chen, Zhiqing Xiao, Xinbei Jiang, Junbo Zhao

Large Language Models (LLMs) and Reinforcement Learning (RL) are two powerful approaches for building autonomous agents. However, due to limited understanding of the game environment, agents often resort to inefficient exploration and trial-and-error, struggling to develop long-term strategies or make decisions. We propose a method that extracts experience from interaction records to model the underlying laws of the game environment, using these experience as internal motivation to guide agents. These experience, expressed in language, are highly flexible and can either assist agents in reasoning directly or be transformed into rewards for guiding training. Our evaluation results in Crafter demonstrate that both RL and LLM agents benefit from these experience, leading to improved overall performance.

📄 PDF Abstract BibTeX arXiv:2411.15891

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Visual Episodic Memory-based Exploration

2024-05-18 · Jack Vice, Natalie Ruiz-Sanchez, Pamela K. Douglas, Gita Sukthankar

In humans, intrinsic motivation is an important mechanism for open-ended cognitive development; in robots, it has been shown to be valuable for exploration. An important aspect of human cognitive development is $\textit{…

BAMDP Shaping: a Unified Theoretical Framework for Intrinsic Motivation and Reward Shaping

2024-09-09 · Aly Lidayan, Michael Dennis, Stuart Russell

Intrinsic motivation (IM) and reward shaping are common methods for guiding the exploration of reinforcement learning (RL) agents by adding pseudo-rewards. Designing these rewards is challenging, however, and they can co…

Reinforcement Learning (RL)

Efficient Exploration through Intrinsic Motivation Learning for Unsupervised Subgoal Discovery in Model-Free Hierarchical Reinforcement Learning

2019-11-18 · Jacob Rafati, David C. Noelle

Efficient exploration for automatic subgoal discovery is a challenging problem in Hierarchical Reinforcement Learning (HRL). In this paper, we show that intrinsic motivation learning increases the efficiency of explorati…

Efficient ExplorationHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning+1

Intrinsic Exploration as Multi-Objective RL

2020-04-06 · Philippe Morere, Fabio Ramos

Intrinsic motivation enables reinforcement learning (RL) agents to explore when rewards are very sparse, where traditional exploration heuristics such as Boltzmann or e-greedy would typically fail. However, intrinsic exp…

continuous-controlContinuous ControlReinforcement LearningReinforcement Learning (RL)

Demystifying On-Policy Distillation: Roles, Pathologies, and Regulations

2026-07-15 · Rui Wang, Hongru Wang, Yi Chen, Boyang Xue 외 hf

On-policy distillation (OPD) has become a key paradigm in LLM post-training, yet its training dynamics remain poorly understood. We present a systematic study examining the role, pathologies, and regulations of OPD. We f…