paper-with-me

Papers

Graph-Enhanced Exploration for Goal-oriented Reinforcement Learning

2021-09-29 · ICLR 2022 4 · Jiarui Jin, Sijin Zhou, Weinan Zhang, Tong He, Yong Yu, Rasool Fakoor

Goal-oriented Reinforcement Learning (GoRL) is a promising approach for scaling up RL techniques on sparse reward environments requiring long horizon planning. Recent works attempt to build suitable abstraction graph of the environment and enhance GoRL with classical graphical methods such as shortest path searching; however, these approaches mainly focus on either graph construction or agent exploitation, but leave the exploration lack of study. This paper proposes Graph-enhanced GoRL (G2RL), a new GoRL framework for effective exploration and efficient training based on the state-transition graph. We first introduce the optimal goals for exploration on the graph and then use them as supervised signals to train the goal generator in G2RL in a hindsight manner. Furthermore, we define relevant trajectories of a state based on its graph neighborhood and show that giving high priority to these trajectories would lead to an efficient policy learning. In addition to the theoretical results regarding optimal goal generation, our empirical results on standard discrete and continuous control benchmarks show that leveraging the state-transition graph is beneficial for GoRL to learn an effective and informative exploration strategy and outperform the state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous Controlgraph constructionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Regioned Episodic Reinforcement Learning

2021-01-01 · Jiarui Jin, Cong Chen, Ming Zhou, Weinan Zhang 외

Goal-oriented reinforcement learning algorithms are often good at exploration, not exploitation, while episodic algorithms excel at exploitation, not exploration. As a result, neither of these approaches alone can lead t…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Goal-oriented Trajectories for Efficient Exploration

2018-07-05 · Fabio Pardo, Vitaly Levdik, Petar Kormushev

Exploration is a difficult challenge in reinforcement learning and even recent state-of-the art curiosity-based methods rely on the simple epsilon-greedy strategy to generate novelty. We argue that pure random walks do n…

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Balancing Exploration and Exploitation in Hierarchical Reinforcement Learning via Latent Landmark Graphs

2023-07-22 · Qingyang Zhang, Yiming Yang, Jingqing Ruan, Xuantang Xiong 외

Goal-Conditioned Hierarchical Reinforcement Learning (GCHRL) is a promising paradigm to address the exploration-exploitation dilemma in reinforcement learning. It decomposes the source task into subgoal conditional subta…

continuous-controlContinuous ControlHierarchical Reinforcement Learningreinforcement-learning+2

From Sparse to Dense: Toddler-inspired Reward Transition in Goal-Oriented Reinforcement Learning

2025-01-29 · Junseok Park, Hyeonseo Yang, Min Whoo Lee, Won-Seok Choi 외

Reinforcement learning (RL) agents often face challenges in balancing exploration and exploitation, particularly in environments where sparse or dense rewards bias learning. Biological systems, such as human toddlers, na…

NavigateReinforcement Learning (RL)

Adaptive Multi-Goal Exploration

2021-11-23 · Jean Tarbouriech, Omar Darwiche Domingues, Pierre Ménard, Matteo Pirotta 외

We introduce a generic strategy for provably efficient multi-goal exploration. It relies on AdaGoal, a novel goal selection scheme that leverages a measure of uncertainty in reaching states to adaptively target goals tha…

Deep Reinforcement Learning