paper-with-me

홈 › Papers

Reward Shaping with Subgoals for Social Navigation

2021-04-13 · Takato Okudo, Seiji Yamada

Social navigation has been gaining attentions with the growth in machine intelligence. Since reinforcement learning can select an action in the prediction phase at a low computational cost, it has been formulated in a social navigation tasks. However, reinforcement learning takes an enormous number of iterations until acquiring a behavior policy in the learning phase. This negatively affects the learning of robot behaviors in the real world. In particular, social navigation includes humans who are unpredictable moving obstacles in an environment. We proposed a reward shaping method with subgoals to accelerate learning. The main part is an aggregation method that use subgoals to shape a reinforcement learning algorithm. We performed a learning experiment with a social navigation task in which a robot avoided collisions and then reached its goal. The experimental results show that our method improved the learning efficiency from a base algorithm in the task.

📄 PDF Abstract BibTeX arXiv:2104.06410

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Social Navigation

Similar Papers 제목 키워드 기반

Subgoal-based Reward Shaping to Improve Efficiency in Reinforcement Learning

2021-04-13 · Takato Okudo, Seiji Yamada

Reinforcement learning, which acquires a policy maximizing long-term rewards, has been actively studied. Unfortunately, this learning type is too slow and difficult to use in practical situations because the state-action…

AI Agentreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Locally-Guided Actor-Critic: Training a Goal-conditioned Actor with a Subgoal-aware Critic

2026-08-31 · Olivier Serris, Stéphane Doncieux, Olivier Sigaud arxiv

Goal-conditioned reinforcement learning struggles with long horizons when rewards are sparse. While a planner can provide subgoals to guide a low-level policy, its use at test time may introduce practical subgoal managem…

Reinforcement Learning

Assessing the Zero-Shot Capabilities of LLMs for Action Evaluation in RL

2024-09-19 · Eduardo Pignatelli, Johan Ferret, Tim Rockäschel, Edward Grefenstette 외

The temporal credit assignment problem is a central challenge in Reinforcement Learning (RL), concerned with attributing the appropriate influence to each actions in a trajectory for their ability to achieve a goal. Howe…

Reinforcement Learning (RL)

Obstacle Avoidance and Navigation Utilizing Reinforcement Learning with Reward Shaping

2020-03-28 · Daniel Zhang, Colleen P. Bailey

In this paper, we investigate the obstacle avoidance and navigation problem in the robotic control area. For solving such a problem, we propose revised Deep Deterministic Policy Gradient (DDPG) and Proximal Policy Optimi…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Towards Socially Compliant Navigation in Deep Reinforcement Learning via Proxemics-Based Reward Modeling

2026-08-13 · Takieddine Soualhi, Jacques Saraydaryan, Laetitia Matignon arxiv

Developing effective robot navigation methods in crowded environments is essential for real-world applications. Although recent deep reinforcement learning (DRL) methods have improved navigation performance in crowded en…

Reinforcement LearningRobot Navigation