paper-with-me

Papers

Guiding Pretraining in Reinforcement Learning with Large Language Models

2023-02-13 · Yuqing Du, Olivia Watkins, Zihan Wang, Cédric Colas, Trevor Darrell, Pieter Abbeel, Abhishek Gupta, Jacob Andreas

Reinforcement learning algorithms typically struggle in the absence of a dense, well-shaped reward function. Intrinsically motivated exploration methods address this limitation by rewarding agents for visiting novel states or transitions, but these methods offer limited benefits in large environments where most discovered novelty is irrelevant for downstream tasks. We describe a method that uses background knowledge from text corpora to shape exploration. This method, called ELLM (Exploring with LLMs) rewards an agent for achieving goals suggested by a language model prompted with a description of the agent's current state. By leveraging large-scale language model pretraining, ELLM guides agents toward human-meaningful and plausibly useful behaviors without requiring a human in the loop. We evaluate ELLM in the Crafter game environment and the Housekeep robotic simulator, showing that ELLM-trained agents have better coverage of common-sense behaviors during pretraining and usually match or improve performance on a range of downstream tasks. Code available at https://github.com/yuqingd/ellm.

📄 PDF Abstract BibTeX arXiv:2302.06692

Code (1)

yuqingd/ellm 공식 구현 pytorch

Tasks

Common Sense ReasoningLanguage ModelingLanguage Modellingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Guiding Online Reinforcement Learning with Action-Free Offline Pretraining

2023-01-30 · Deyao Zhu, Yuhui Wang, Jürgen Schmidhuber, Mohamed Elhoseiny

Offline RL methods have been shown to reduce the need for environment interaction by training agents using offline collected episodes. However, these methods typically require action information to be logged during data …

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Progress-Think: Semantic Progress Reasoning for Vision-Language Navigation

2025-11-21 · Shuo Wang, Yucheng Wang, Guoxin Lian, Yongcai Wang 외 arxiv

Vision-Language Navigation requires agents to act coherently over long horizons by understanding not only local visual context but also how far they have advanced within a multi-step instruction. However, recent Vision-L…

Vision-Language Navigation

Understanding In-Context Learning via Supportive Pretraining Data

2023-06-26 · Xiaochuang Han, Daniel Simig, Todor Mihaylov, Yulia Tsvetkov 외

In-context learning (ICL) improves language models' performance on a variety of NLP tasks by simply demonstrating a handful of examples at inference time. It is not well understood why ICL ability emerges, as the model h…

In-Context Learning

GeoRecon: Graph-Level Representation Learning for 3D Molecules via Reconstruction-Based Pretraining

2025-06-16 · Shaoheng Yan, Zian Li, Muhan Zhang

The pretraining-and-finetuning paradigm has driven significant advances across domains, such as natural language processing and computer vision, with representative pretraining paradigms such as masked language modeling …

DenoisingLanguage ModelingLanguage ModellingMasked Language Modeling+3

Guiding Exploration in Reinforcement Learning Through LLM-Augmented Observations

2025-10-09 · Vaibhav Jain, Gerrit Grossmann arxiv

Reinforcement Learning (RL) agents often struggle in sparse-reward environments where traditional exploration strategies fail to discover effective action sequences. Large Language Models (LLMs) possess procedural knowle…

Reinforcement Learning