paper-with-me

홈 › Papers

Rank the Episodes: A Simple Approach for Exploration in Procedurally-Generated Environments

2021-01-20 · ICLR 2021 1 · Daochen Zha, Wenye Ma, Lei Yuan, Xia Hu, Ji Liu

Exploration under sparse reward is a long-standing challenge of model-free reinforcement learning. The state-of-the-art methods address this challenge by introducing intrinsic rewards to encourage exploration in novel states or uncertain environment dynamics. Unfortunately, methods based on intrinsic rewards often fall short in procedurally-generated environments, where a different environment is generated in each episode so that the agent is not likely to visit the same state more than once. Motivated by how humans distinguish good exploration behaviors by looking into the entire episode, we introduce RAPID, a simple yet effective episode-level exploration method for procedurally-generated environments. RAPID regards each episode as a whole and gives an episodic exploration score from both per-episode and long-term views. Those highly scored episodes are treated as good exploration behaviors and are stored in a small ranking buffer. The agent then imitates the episodes in the buffer to reproduce the past good exploration behaviors. We demonstrate our method on several procedurally-generated MiniGrid environments, a first-person-view 3D Maze navigation task from MiniWorld, and several sparse MuJoCo tasks. The results show that RAPID significantly outperforms the state-of-the-art intrinsic reward strategies in terms of sample efficiency and final performance. The code is available at https://github.com/daochenzha/rapid

📄 PDF Abstract BibTeX arXiv:2101.08152

Code (3)

daochenzha/rapid 공식 구현 tf
maximecb/gym-miniworld 공식 구현 pytorch
aklein1995/exploration_sil_im tf

Tasks

MuJoCo

Similar Papers 제목 키워드 기반

RIDE: Rewarding Impact-Driven Exploration for Procedurally-Generated Environments

2020-02-27 · ICLR 2020 1 · Roberta Raileanu, Tim Rocktäschel

Exploration in sparse reward environments remains one of the key challenges of model-free reinforcement learning. Instead of solely relying on extrinsic rewards provided by the environment, many state-of-the-art methods …

Reinforcement Learning

BeBold: Exploration Beyond the Boundary of Explored Regions

2020-12-15 · Tianjun Zhang, Huazhe Xu, Xiaolong Wang, Yi Wu 외

Efficient exploration under sparse rewards remains a key challenge in deep reinforcement learning. To guide exploration, previous work makes extensive use of intrinsic reward (IR). There are many heuristics for IR, inclu…

Deep Reinforcement LearningEfficient ExplorationNetHack

NovelD: A Simple yet Effective Exploration Criterion

2021-12-01 · NeurIPS 2021 12 · Tianjun Zhang, Huazhe Xu, Xiaolong Wang, Yi Wu 외

Efficient exploration under sparse rewards remains a key challenge in deep reinforcement learning. Previous exploration methods (e.g., RND) have achieved strong results in multiple hard tasks. However, if there are multi…

Atari GamesDeep Reinforcement LearningEfficient ExplorationMontezuma's Revenge+1

Retrieval-Augmented Decision Transformer: External Memory for In-context RL

2024-10-09 · Thomas Schmied, Fabian Paischer, Vihang Patil, Markus Hofmarcher 외

In-context learning (ICL) is the ability of a model to learn a new task by observing a few exemplars in its context. While prevalent in NLP, this capability has recently also been observed in Reinforcement Learning (RL) …

In-Context LearningReinforcement Learning (RL)Retrieval

Evaluating Environments Using Exploratory Agents

2024-09-04 · Bobby Khaleque, Mike Cook, Jeremy Gow

Exploration is a key part of many video games. We investigate the using an exploratory agent to provide feedback on the design of procedurally generated game levels, 5 engaging levels and 5 unengaging levels. We expand u…

Game Design