paper-with-me

홈 › Papers

EvoNav: Evolutionary Reward Function Design for Robot Navigation with Large Language Models

2026-05-12 · Zhikai Zhao, Chuanbo Hua, Federico Berto, Zihan Ma, Kanghoon Lee, Jiachen Li, Jinkyoo Park arxiv

Robot navigation is a crucial task with applications to social robots in dynamic human environments. While Reinforcement Learning (RL) has shown great promise for this problem, the policy quality is highly sensitive to the specification of reward functions. Hand-crafted rewards require substantial domain expertise and embed inductive biases that are difficult to audit or adapt, limiting their effectiveness and leading to suboptimal performance. In this paper, we propose EvoNav, an evolutionary framework that automates the design of robot navigation reward functions via large language models (LLMs). To overcome prohibitively costly policy training, EvoNav evaluates each candidate proposal from the LLM via a progressive three-stage warm-up-boost procedure. EvoNav advances from analytical proxies with low-cost surrogates, such as small datasets and analytic rules, to lightweight rollouts and, finally, to full policy training, enabling computationally efficient exploration under effective feedback. Experiment results show that EvoNav produces more effective navigation policies than manually designed RL rewards and state-of-the-art reward design methods.

📄 PDF Abstract BibTeX arXiv:2605.11859

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningRobot Navigation

Similar Papers 제목 키워드 기반

Transformer Transformer: A Unified Model for Motion-Conditioned Robot Co-design

2026-07-28 · Huy Ha, C. Karen Liu, Shuran Song arxiv

An often overlooked factor of robot manipulation performance is the embodiment of the robot itself. Motivated by this problem, we study motion-conditioned robot co-design, where the goal is to generate complete robot des…

Robot Manipulation

Innate Motivation for Robot Swarms by Minimizing Surprise: From Simple Simulations to Real-World Experiments

2024-05-04 · Tanja Katharina Kaiser, Heiko Hamann

Applications of large-scale mobile multi-robot systems can be beneficial over monolithic robots because of higher potential for robustness and scalability. Developing controllers for multi-robot systems is challenging be…

Finetuning Deep Reinforcement Learning Policies with Evolutionary Strategies for Control of Underactuated Robots

2025-07-14 · Marco Calì, Alberto Sinigaglia, Niccolò Turcato, Ruggero Carli 외 arxiv

Deep Reinforcement Learning (RL) has emerged as a powerful method for addressing complex control problems, particularly those involving underactuated robotic systems. However, in some cases, policies may require refineme…

Reinforcement Learning

Evolutionary Continuous Adaptive RL-Powered Co-Design for Humanoid Chin-Up Performance

2025-09-30 · Tianyi Jin, Melya Boukheddimi, Rohit Kumar, Gabriele Fadini 외 arxiv

Humanoid robots have seen significant advancements in both design and control, with a growing emphasis on integrating these aspects to enhance overall performance. Traditionally, robot design has followed a sequential pr…

Reinforcement Learning

Evolutionary Stochastic Policy Distillation

2020-04-27 · Hao Sun, Xinyu Pan, Bo Dai, Dahua Lin 외

Solving the Goal-Conditioned Reward Sparse (GCRS) task is a challenging reinforcement learning problem due to the sparsity of reward signals. In this work, we propose a new formulation of GCRS tasks from the perspective …

MuJoCoReinforcement Learning