paper-with-me

Papers

Maximum State Entropy Exploration using Predecessor and Successor Representations

2023-06-26 · NeurIPS 2023 11

Animals have a developed ability to explore that aids them in important tasks such as locating food, exploring for shelter, and finding misplaced items. These exploration skills necessarily track where they have been so that they can plan for finding items with relative efficiency. Contemporary exploration algorithms often learn a less efficient exploration strategy because they either condition only on the current state or simply rely on making random open-loop exploratory moves. In this work, we propose $\eta\psi$-Learning, a method to learn efficient exploratory policies by conditioning on past episodic experience to make the next exploratory move. Specifically, $\eta\psi$-Learning learns an exploration policy that maximizes the entropy of the state visitation distribution of a single trajectory. Furthermore, we demonstrate how variants of the predecessor representation and successor representations can be combined to predict the state visitation entropy. Our experiments demonstrate the efficacy of $\eta\psi$-Learning to strategically explore the environment and maximize the state coverage with limited samples.

📄 PDF Abstract BibTeX arXiv:2306.14808

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient Exploration

Similar Papers 제목 키워드 기반

MEMOREPAIR: Barrier-First Cascade Repair in Agentic Memory

2026-05-08 · Yang Zhao, Chengxiao Dai, Mengying Kou, Yue Xiu arxiv

Agentic memory evolves across tasks into durable derived artifacts: summaries, cached outputs, embeddings, learned skills, and executable tool procedures. When a source artifact is deleted, corrected, or invalidated by t…

Successor-Predecessor Intrinsic Exploration

2023-05-24 · NeurIPS 2023 11 · Changmin Yu, Neil Burgess, Maneesh Sahani, Samuel J. Gershman

Exploration is essential in reinforcement learning, particularly in environments where external rewards are sparse. Here we focus on exploration with intrinsic rewards, where the agent transiently augments the external r…

Atari GamesDeep Reinforcement LearningEfficient Explorationreinforcement-learning+1

Maximum Entropy Diverse Exploration: Disentangling Maximum Entropy Reinforcement Learning

2019-11-03 · Andrew Cohen, Lei Yu, Xingye Qiao, Xiangrong Tong

Two hitherto disconnected threads of research, diverse exploration (DE) and maximum entropy RL have addressed a wide range of problems facing reinforcement learning algorithms via ostensibly distinct mechanisms. In this …

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

The Importance of Non-Markovianity in Maximum State Entropy Exploration

2022-02-07 · ICML Workshop URL 2021 7 · Mirco Mutti, Riccardo De Santi, Marcello Restelli

In the maximum state entropy exploration framework, an agent interacts with a reward-free environment to learn a policy that maximizes the entropy of the expected state visitations it is inducing. Hazan et al. (2019) not…

Deep exploration by novelty-pursuit with maximum state entropy

2019-09-25 · Zi-Niu Li, Xiong-Hui Chen, Yang Yu

Efficient exploration is essential to reinforcement learning in huge state space. Recent approaches to address this issue include the intrinsically motivated goal exploration process (IMGEP) and the maximum state entropy…

Efficient ExplorationMuJoCo