paper-with-me

Papers

Efficient Exploration in Constrained Environments with Goal-Oriented Reference Path

2020-03-03 · Kei Ota, Yoko SASAKI, Devesh K. Jha, Yusuke Yoshiyasu, Asako Kanezaki

In this paper, we consider the problem of building learning agents that can efficiently learn to navigate in constrained environments. The main goal is to design agents that can efficiently learn to understand and generalize to different environments using high-dimensional inputs (a 2D map), while following feasible paths that avoid obstacles in obstacle-cluttered environment. To achieve this, we make use of traditional path planning algorithms, supervised learning, and reinforcement learning algorithms in a synergistic way. The key idea is to decouple the navigation problem into planning and control, the former of which is achieved by supervised learning whereas the latter is done by reinforcement learning. Specifically, we train a deep convolutional network that can predict collision-free paths based on a map of the environment-- this is then used by a reinforcement learning algorithm to learn to closely follow the path. This allows the trained agent to achieve good generalization while learning faster. We test our proposed method in the recently proposed Safety Gym suite that allows testing of safety-constraints during training of learning agents. We compare our proposed method with existing work and show that our method consistently improves the sample efficiency and generalization capability to novel environments.

📄 PDF Abstract BibTeX arXiv:2003.01641

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient ExplorationNavigatereinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Learning Goal-Oriented Vision-and-Language Navigation with Self-Improving Demonstrations at Scale

2025-09-29 · Songze Li, Zun Wang, Gengze Zhou, Jialu Li 외 arxiv

Goal-oriented vision-language navigation requires robust exploration capabilities for agents to navigate to specified goals in unknown environments without step-by-step instructions. Existing methods tend to exclusively …

Vision-Language Navigation

Object Goal Navigation using Goal-Oriented Semantic Exploration

2020-07-01 · NeurIPS 2020 12 · Devendra Singh Chaplot, Dhiraj Gandhi, Abhinav Gupta, Ruslan Salakhutdinov

This work studies the problem of object goal navigation which involves navigating to an instance of the given object category in unseen environments. End-to-end learning-based navigation methods struggle at this task as …

ObjectRobot Navigation

Graph-Enhanced Exploration for Goal-oriented Reinforcement Learning

2021-09-29 · ICLR 2022 4 · Jiarui Jin, Sijin Zhou, Weinan Zhang, Tong He 외

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 …

continuous-controlContinuous Controlgraph constructionreinforcement-learning+2

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)

Inferring Hierarchical Structure in Multi-Room Maze Environments

2023-06-23 · Daria de Tinguy, Toon Van de Maele, Tim Verbelen, Bart Dhoedt

Cognitive maps play a crucial role in facilitating flexible behaviour by representing spatial and conceptual relationships within an environment. The ability to learn and infer the underlying structure of the environment…

Efficient Exploration