ROAISep 14, 2023

VAPOR: Legged Robot Navigation in Outdoor Vegetation Using Offline Reinforcement Learning

arXiv:2309.07832v22 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses navigation challenges for legged robots in unstructured outdoor environments, representing a domain-specific incremental advance.

The paper tackles autonomous legged robot navigation in dense outdoor vegetation by developing VAPOR, an offline RL method that improves success rates by up to 40%, reduces energy consumption by 2.9%, and shortens paths by 11.2% compared to existing methods.

We present VAPOR, a novel method for autonomous legged robot navigation in unstructured, densely vegetated outdoor environments using offline Reinforcement Learning (RL). Our method trains a novel RL policy using an actor-critic network and arbitrary data collected in real outdoor vegetation. Our policy uses height and intensity-based cost maps derived from 3D LiDAR point clouds, a goal cost map, and processed proprioception data as state inputs, and learns the physical and geometric properties of the surrounding obstacles such as height, density, and solidity/stiffness. The fully-trained policy's critic network is then used to evaluate the quality of dynamically feasible velocities generated from a novel context-aware planner. Our planner adapts the robot's velocity space based on the presence of entrapment inducing vegetation, and narrow passages in dense environments. We demonstrate our method's capabilities on a Spot robot in complex real-world outdoor scenes, including dense vegetation. We observe that VAPOR's actions improve success rates by up to 40%, decrease the average current consumption by up to 2.9%, and decrease the normalized trajectory length by up to 11.2% compared to existing end-to-end offline RL and other outdoor navigation methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes