Progressive-Resolution Policy Distillation: Leveraging Coarse-Resolution Simulations for Time-Efficient Fine-Resolution Policy Learning
Yuki Kadokawa, Hirotaka Tahara, Takamitsu Matsubara
TL;DR
The paper tackles the high computational cost of learning fine-resolution policies for rock excavation by introducing Progressive-Resolution Policy Distillation (PRPD), which progressively transfers policies from coarse to fine simulations through middle-resolution stages with conservative policy transfer. PRPD is implemented within a variable-resolution Isaac Gym simulator and leverages PPO-based policy learning, a conservative KL-based transfer, and an auxiliary Q-function to estimate transfer dynamics. Empirical results show PRPD achieves roughly a 7-fold reduction in total learning time while preserving task success rates comparable to fine-resolution training, and enables robust sim-to-real transfer across nine real-world rock environments. The work also discusses the practical considerations of resolution scheduling, loss-term balancing, and broader applicability to other complex simulation-to-reality tasks. Overall, PRPD offers a principled, scalable pathway to time-efficient RL for realistic, particle-based excavation tasks with tangible real-world impact.
Abstract
In earthwork and construction, excavators often encounter large rocks mixed with various soil conditions, requiring skilled operators. This paper presents a framework for achieving autonomous excavation using reinforcement learning (RL) through a rock excavation simulator. In the simulation, resolution can be defined by the particle size/number in the whole soil space. Fine-resolution simulations closely mimic real-world behavior but demand significant calculation time and challenging sample collection, while coarse-resolution simulations enable faster sample collection but deviate from real-world behavior. To combine the advantages of both resolutions, we explore using policies developed in coarse-resolution simulations for pre-training in fine-resolution simulations. To this end, we propose a novel policy learning framework called Progressive-Resolution Policy Distillation (PRPD), which progressively transfers policies through some middle-resolution simulations with conservative policy transfer to avoid domain gaps that could lead to policy transfer failure. Validation in a rock excavation simulator and nine real-world rock environments demonstrated that PRPD reduced sampling time to less than 1/7 while maintaining task success rates comparable to those achieved through policy learning in a fine-resolution simulation. Additional videos and supplementary results are available on our project page: https://yuki-kadokawa.github.io/prpd/
