paper-with-me

Papers

A Fully Controllable Agent in the Path Planning using Goal-Conditioned Reinforcement Learning

2022-05-20 · GyeongTaek Lee

The aim of path planning is to reach the goal from starting point by searching for the route of an agent. In the path planning, the routes may vary depending on the number of variables such that it is important for the agent to reach various goals. Numerous studies, however, have dealt with a single goal that is predefined by the user. In the present study, I propose a novel reinforcement learning framework for a fully controllable agent in the path planning. To do this, I propose a bi-directional memory editing to obtain various bi-directional trajectories of the agent, in which the behavior of the agent and sub-goals are trained on the goal-conditioned RL. As for moving the agent in various directions, I utilize the sub-goals dedicated network, separated from a policy network. Lastly, I present the reward shaping to shorten the number of steps for the agent to reach the goal. In the experimental result, the agent was able to reach the various goals that have never been visited by the agent in the training. We confirmed that the agent could perform difficult missions such as a round trip and the agent used the shorter route with the reward shaping.

📄 PDF Abstract BibTeX arXiv:2205.09967

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Decentralized Multi-Agent Goal Assignment for Path Planning using Large Language Models

2025-10-27 · Murad Ismayilov, Edwin Meriaux, Shuo Wen, Gregory Dudek arxiv

Coordinating multiple autonomous agents in shared environments under decentralized conditions is a long-standing challenge in robotics and artificial intelligence. This work addresses the problem of decentralized goal as…

Path Planning Games

2019-10-30 · Yi Li, Yevgeniy Vorobeychik

Path planning is a fundamental and extensively explored problem in robotic control. We present a novel economic perspective on path planning. Specifically, we investigate strategic interactions among path planning agents…

Scene Induced Multi-Modal Trajectory Forecasting via Planning

2019-05-23 · Nachiket Deo, Mohan M. Trivedi

We address multi-modal trajectory forecasting of agents in unknown scenes by formulating it as a planning problem. We present an approach consisting of three models; a goal prediction model to identify potential goals of…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Trajectory Forecasting

Combining Subgoal Graphs with Reinforcement Learning to Build a Rational Pathfinder

2018-11-05 · Junjie Zeng, Long Qin, Yue Hu, Cong Hu 외

In this paper, we present a hierarchical path planning framework called SG-RL (subgoal graphs-reinforcement learning), to plan rational paths for agents maneuvering in continuous and uncertain environments. By "rational"…

Motion PlanningOptimal Motion PlanningPathfinderreinforcement-learning+2

SOCIALMAPF: Optimal and Efficient Multi-Agent Path Finding with Strategic Agents for Social Navigation

2022-10-15 · Rohan Chandra, Rahul Maligi, Arya Anantula, Joydeep Biswas

We propose an extension to the MAPF formulation, called SocialMAPF, to account for private incentives of agents in constrained environments such as doorways, narrow hallways, and corridor intersections. SocialMAPF is abl…

Motion PlanningMulti-Agent Path FindingSocial Navigation