An Interpretable Neural Control Network with Adaptable Online Learning for Sample Efficient Robot Locomotion Learning
Arthicha Srisuchinnawong, Poramate Manoonpong
TL;DR
This work tackles the problem of sample-inefficient and opaque reinforcement learning for robot locomotion by introducing SME-AGOL, a framework that combines an interpretable Sequential Motion Executor (SME) with Adaptable Gradient-weighting Online Learning (AGOL). SME decomposes locomotion control into three-layer, interpretable components (Central Pattern Generator Neurons, Basis Neurons, and Output Neurons) across four key poses, while AGOL dynamically prioritizes updates to the most relevant parameters and adapts exploration online. In simulation and on a real hexapod MORF, SME-AGOL achieved substantially higher final rewards and faster learning than CPGRBF baselines, requiring roughly 10 minutes of learning on the physical robot and around 40% fewer samples in simulation. The results support the claim that interpretability can drive both sample efficiency and performance in legged locomotion, with potential for future extensions in transferability and multi-behavior switching.
Abstract
Robot locomotion learning using reinforcement learning suffers from training sample inefficiency and exhibits the non-understandable/black-box nature. Thus, this work presents a novel SME-AGOL to address such problems. Firstly, Sequential Motion Executor (SME) is a three-layer interpretable neural network, where the first produces the sequentially propagating hidden states, the second constructs the corresponding triangular bases with minor non-neighbor interference, and the third maps the bases to the motor commands. Secondly, the Adaptable Gradient-weighting Online Learning (AGOL) algorithm prioritizes the update of the parameters with high relevance score, allowing the learning to focus more on the highly relevant ones. Thus, these two components lead to an analyzable framework, where each sequential hidden state/basis represents the learned key poses/robot configuration. Compared to state-of-the-art methods, the SME-AGOL requires 40% fewer samples and receives 150% higher final reward/locomotion performance on a simulated hexapod robot, while taking merely 10 minutes of learning time from scratch on a physical hexapod robot. Taken together, this work not only proposes the SME-AGOL for sample efficient and understandable locomotion learning but also emphasizes the potential exploitation of interpretability for improving sample efficiency and learning performance.
