Chaos-based reinforcement learning with TD3
Toshitaka Matsuki, Yusuke Sakemi, Kazuyuki Aihara
TL;DR
The paper tackles enabling chaos-driven exploration in reinforcement learning by pairing a TD3-based off-policy algorithm with an echo-state reservoir to drive internal chaotic dynamics. It demonstrates that chaotic reservoir dynamics can drive exploration without external noise, support autonomous suppression of exploration as learning improves, and enable re-learning when environmental rules change, all within a simple goal-reaching setting. The results reveal an optimal range of chaoticity (spectral radius) for balancing exploration and exploitation, with excessive chaos hindering learning in larger state spaces and more difficult tasks. The findings highlight both the promise and current limitations of CBRL, suggesting future work on richer reservoir architectures, chaos quantification, and hybrid exploration strategies to extend to high-dimensional tasks.
Abstract
Chaos-based reinforcement learning (CBRL) is a method in which the agent's internal chaotic dynamics drives exploration. However, the learning algorithms in CBRL have not been thoroughly developed in previous studies, nor have they incorporated recent advances in reinforcement learning. This study introduced Twin Delayed Deep Deterministic Policy Gradients (TD3), which is one of the state-of-the-art deep reinforcement learning algorithms that can treat deterministic and continuous action spaces, to CBRL. The validation results provide several insights. First, TD3 works as a learning algorithm for CBRL in a simple goal-reaching task. Second, CBRL agents with TD3 can autonomously suppress their exploratory behavior as learning progresses and resume exploration when the environment changes. Finally, examining the effect of the agent's chaoticity on learning shows that there exists a suitable range of chaos strength in the agent's model to flexibly switch between exploration and exploitation and adapt to environmental changes.
