paper-with-me

Papers

Accelerating exploration and representation learning with offline pre-training

2023-03-31 · Bogdan Mazoure, Jake Bruce, Doina Precup, Rob Fergus, Ankit Anand

Sequential decision-making agents struggle with long horizon tasks, since solving them requires multi-step reasoning. Most reinforcement learning (RL) algorithms address this challenge by improved credit assignment, introducing memory capability, altering the agent's intrinsic motivation (i.e. exploration) or its worldview (i.e. knowledge representation). Many of these components could be learned from offline data. In this work, we follow the hypothesis that exploration and representation learning can be improved by separately learning two different models from a single offline dataset. We show that learning a state representation using noise-contrastive estimation and a model of auxiliary reward separately from a single collection of human demonstrations can significantly improve the sample efficiency on the challenging NetHack benchmark. We also ablate various components of our experimental setting and highlight crucial insights.

📄 PDF Abstract BibTeX arXiv:2304.00046

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingNetHackReinforcement Learning (RL)Representation LearningSequential Decision Making

Similar Papers 제목 키워드 기반

OPAL: Offline Primitive Discovery for Accelerating Offline Reinforcement Learning

2020-10-26 · ICLR 2021 1 · Anurag Ajay, Aviral Kumar, Pulkit Agrawal, Sergey Levine 외

Reinforcement learning (RL) has achieved impressive performance in a variety of online settings in which an agent's ability to query the environment for transitions and rewards is effectively unlimited. However, in many …

Few-Shot Imitation LearningImitation LearningOffline RLreinforcement-learning+2

Fill in the Blanks: Accelerating Q-Learning with a Handful of Demonstrations in Sparse Reward Settings

2025-10-28 · Seyed Mahdi Basiri Azad, Joschka Boedecker arxiv

Reinforcement learning (RL) in sparse-reward environments remains a significant challenge due to the lack of informative feedback. We propose a simple yet effective method that uses a small number of successful demonstra…

Reinforcement Learning

Data-Augmented Game Starts for Accelerating Self-Play Exploration in Imperfect Information Games

2026-05-14 · JB Lanier, Nathan Monette, Pierre Baldi, Roy Fox arxiv

Finding approximate equilibria for large-scale imperfect-information competitive games such as StarCraft, Dota, and CounterStrike remains computationally infeasible due to sparse rewards and challenging exploration over …

Reinforcement Learning

Context Shift Reduction for Offline Meta-Reinforcement Learning

2023-11-07 · NeurIPS 2023 11 · Yunkai Gao, Rui Zhang, Jiaming Guo, Fan Wu 외

Offline meta-reinforcement learning (OMRL) utilizes pre-collected offline datasets to enhance the agent's generalization ability on unseen tasks. However, the context shift problem arises due to the distribution discrepa…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningRepresentation Learning

AWAC: Accelerating Online Reinforcement Learning with Offline Datasets

2020-06-16 · Ashvin Nair, Abhishek Gupta, Murtaza Dalal, Sergey Levine

Reinforcement learning (RL) provides an appealing formalism for learning control policies from experience. However, the classic active formulation of RL necessitates a lengthy active exploration process for each behavior…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)