CVAILGMAApr 14, 2021

GridToPix: Training Embodied Agents with Minimal Supervision

arXiv:2105.00931v225 citations
Originality Incremental advance
AI Analysis

This addresses the scalability issue of shaped rewards in Embodied AI for researchers and practitioners, offering a method to enhance performance with terminal rewards, though it is incremental as it builds on existing RL and distillation techniques.

The paper tackles the problem of training embodied agents with minimal supervision by proposing GridToPix, which trains agents in gridworlds with terminal rewards and distills policies into visual environments, resulting in significant improvements such as SPL increasing from 0 to 64 in PointGoal Navigation and success rate from 1% to 25% in Furniture Moving.

While deep reinforcement learning (RL) promises freedom from hand-labeled data, great successes, especially for Embodied AI, require significant work to create supervision via carefully shaped rewards. Indeed, without shaped rewards, i.e., with only terminal rewards, present-day Embodied AI results degrade significantly across Embodied AI problems from single-agent Habitat-based PointGoal Navigation (SPL drops from 55 to 0) and two-agent AI2-THOR-based Furniture Moving (success drops from 58% to 1%) to three-agent Google Football-based 3 vs. 1 with Keeper (game score drops from 0.6 to 0.1). As training from shaped rewards doesn't scale to more realistic tasks, the community needs to improve the success of training with terminal rewards. For this we propose GridToPix: 1) train agents with terminal rewards in gridworlds that generically mirror Embodied AI environments, i.e., they are independent of the task; 2) distill the learned policy into agents that reside in complex visual worlds. Despite learning from only terminal rewards with identical models and RL algorithms, GridToPix significantly improves results across tasks: from PointGoal Navigation (SPL improves from 0 to 64) and Furniture Moving (success improves from 1% to 25%) to football gameplay (game score improves from 0.1 to 0.6). GridToPix even helps to improve the results of shaped reward training.

Foundations

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

Your Notes