paper-with-me

홈 › Papers

Guiding Robot Exploration in Reinforcement Learning via Automated Planning

2020-04-23 · Yohei Hayamizu, Saeid Amiri, Kishan Chandan, Keiki Takadama, Shiqi Zhang

Reinforcement learning (RL) enables an agent to learn from trial-and-error experiences toward achieving long-term goals; automated planning aims to compute plans for accomplishing tasks using action knowledge. Despite their shared goal of completing complex tasks, the development of RL and automated planning has been largely isolated due to their different computational modalities. Focusing on improving RL agents' learning efficiency, we develop Guided Dyna-Q (GDQ) to enable RL agents to reason with action knowledge to avoid exploring less-relevant states. The action knowledge is used for generating artificial experiences from an optimistic simulation. GDQ has been evaluated in simulation and using a mobile robot conducting navigation tasks in a multi-room office environment. Compared with competitive baselines, GDQ significantly reduces the effort in exploration while improving the quality of learned policies.

📄 PDF Abstract BibTeX arXiv:2004.11456

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Multi-Robot Path Planning Combining Heuristics and Multi-Agent Reinforcement Learning

2023-06-02 · Shaoming Peng

Multi-robot path finding in dynamic environments is a highly challenging classic problem. In the movement process, robots need to avoid collisions with other moving robots while minimizing their travel distance. Previous…

Collision AvoidanceHeuristic SearchMulti-agent Reinforcement Learningreinforcement-learning

Proposing Hierarchical Goal-Conditioned Policy Planning in Multi-Goal Reinforcement Learning

2025-01-03 · Gavin B. Rens

Humanoid robots must master numerous tasks with sparse rewards, posing a challenge for reinforcement learning (RL). We propose a method combining RL and automated planning to address this. Our approach uses short goal-co…

Multi-Goal Reinforcement LearningReinforcement Learning (RL)

Self-Refined Large Language Model as Automated Reward Function Designer for Deep Reinforcement Learning in Robotics

2023-09-13 · Jiayang Song, Zhehua Zhou, Jiawei Liu, Chunrong Fang 외

Although Deep Reinforcement Learning (DRL) has achieved notable success in numerous robotic applications, designing a high-performing reward function remains a challenging task that often requires substantial manual inpu…

Common Sense ReasoningDeep Reinforcement LearningLanguage ModelingLanguage Modelling+1

Navigation with Large Language Models: Semantic Guesswork as a Heuristic for Planning

2023-10-16 · Dhruv Shah, Michael Equi, Blazej Osinski, Fei Xia 외

Navigation in unfamiliar environments presents a major challenge for robots: while mapping and planning techniques can be used to build up a representation of the world, quickly discovering a path to a desired goal in un…

Language ModellingNavigate

Application of LLMs to Multi-Robot Path Planning and Task Allocation

2025-07-09 · Ashish Kumar arxiv

Efficient exploration is a well known problem in deep reinforcement learning and this problem is exacerbated in multi-agent reinforcement learning due the intrinsic complexities of such algorithms. There are several appr…

Multi-agent Reinforcement Learning