paper-with-me

홈 › Papers

HIGhER : Improving instruction following with Hindsight Generation for Experience Replay

2019-10-21 · Geoffrey Cideron, Mathieu Seurin, Florian Strub, Olivier Pietquin

Language creates a compact representation of the world and allows the description of unlimited situations and objectives through compositionality. While these characterizations may foster instructing, conditioning or structuring interactive agent behavior, it remains an open-problem to correctly relate language understanding and reinforcement learning in even simple instruction following scenarios. This joint learning problem is alleviated through expert demonstrations, auxiliary losses, or neural inductive biases. In this paper, we propose an orthogonal approach called Hindsight Generation for Experience Replay (HIGhER) that extends the Hindsight Experience Replay (HER) approach to the language-conditioned policy setting. Whenever the agent does not fulfill its instruction, HIGhER learns to output a new directive that matches the agent trajectory, and it relabels the episode with a positive reward. To do so, HIGhER learns to map a state into an instruction by using past successful trajectories, which removes the need to have external expert interventions to relabel episodes as in vanilla HER. We show the efficiency of our approach in the BabyAI environment, and demonstrate how it complements other instruction following methods.

📄 PDF Abstract BibTeX arXiv:1910.09451

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingLanguage AcquisitionReinforcement Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Self-Educated Language Agent with Hindsight Experience Replay for Instruction Following

2019-09-25 · Geoffrey Cideron, Mathieu Seurin, Florian Strub, Olivier Pietquin

Language creates a compact representation of the world and allows the description of unlimited situations and objectives through compositionality. These properties make it a natural fit to guide the training of interacti…

Instruction FollowingLanguage Acquisition

ETHER: Aligning Emergent Communication for Hindsight Experience Replay

2023-07-28 · Kevin Denamganaï, Daniel Hernandez, Ozan Vardal, Sondess Missaoui 외

Natural language instruction following is paramount to enable collaboration between artificial agents and human beings. Natural language-conditioned reinforcement learning (RL) agents have shown how natural languages' pr…

Inductive BiasInstruction FollowingReinforcement Learning (RL)

Visual Hindsight Self-Imitation Learning for Interactive Navigation

2023-12-05 · Kibeom Kim, Kisung Shin, Min Whoo Lee, Moonhoen Lee 외

Interactive visual navigation tasks, which involve following instructions to reach and interact with specific targets, are challenging not only because successful experiences are very rare but also because the complex vi…

Imitation LearningVisual Navigation

LARFT: Closing the Cognition-Action Gap for Length Instruction Following in Large Language Models

2026-02-25 · Wei Zhang, Lintong Du, Yuanhe Zhang, Zhenhong Zhou 외 arxiv

Despite the strong performance of Large Language Models (LLMs) on complex instruction-following tasks, precise control of output length remains a persistent challenge. Existing methods primarily attempt to enforce length…

Reinforcement LearningInstruction Following

Hindsight Goal Ranking on Replay Buffer for Sparse Reward Environment

2021-10-28 · Tung M. Luu, Chang D. Yoo

This paper proposes a method for prioritizing the replay experience referred to as Hindsight Goal Ranking (HGR) in overcoming the limitation of Hindsight Experience Replay (HER) that generates hindsight goals based on un…