日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
経路計画arXiv:2601.04668

精密農業におけるUGVのための深層強化学習を用いた経路計画最適化

Optimizing Path Planning using Deep Reinforcement Learning for UGVs in Precision Agriculture

シェア:XThreadsFacebookLINEはてブBluesky

精密農業向け無人地面車両の経路計画を深層強化学習で最適化し、動的環境でTD3エージェントが95%の成功率を達成した。

著者: Laukik Patade, Rohan Rane, Sandeep Pillai

分類: cs.RO, cs.AI

原文アブストラクト

This study focuses on optimizing path planning for unmanned ground vehicles (UGVs) in precision agriculture using deep reinforcement learning (DRL) techniques in continuous action spaces. The research begins with a review of traditional grid-based methods, such as A* and Dijkstra's algorithms, and discusses their limitations in dynamic agricultural environments, highlighting the need for adaptive learning strategies. The study then explores DRL approaches, including Deep Q-Networks (DQN), which demonstrate improved adaptability and performance in two-dimensional simulations. Enhancements such as Double Q-Networks and Dueling Networks are evaluated to further improve decision-making. Building on these results, the focus shifts to continuous action space models, specifically Deep Deterministic Policy Gradient (DDPG) and Twin Delayed Deep Deterministic Policy Gradient (TD3), which are tested in increasingly complex environments. Experiments conducted in a three-dimensional environment using ROS and Gazebo demonstrate the effectiveness of continuous DRL algorithms in navigating dynamic agricultural scenarios. Notably, the pretrained TD3 agent achieves a 95 percent success rate in dynamic environments, demonstrating the robustness of the proposed approach in handling moving obstacles while ensuring safety for both crops and the robot.

関連論文