Online Adaptive Reinforcement Learning with Echo State Networks for Non-Stationary Dynamics
Aoi Yoshimura, Gouhei Tanaka

TL;DR
This paper introduces a lightweight online reinforcement learning method using Echo State Networks for rapid adaptation to changing environments, outperforming existing approaches in stability and speed without extensive pretraining.
Contribution
It presents a novel online adaptation framework with ESNs and RLS that enables fast, stable RL policy updates in non-stationary environments without backpropagation or privileged info.
Findings
Outperforms domain randomization and adaptive baselines in non-stationary tasks
Achieves stable adaptation within a few control steps
Handles intra-episode environment changes without resets
Abstract
Reinforcement learning (RL) policies trained in simulation often suffer from severe performance degradation when deployed in real-world environments due to non-stationary dynamics. While Domain Randomization (DR) and meta-RL have been proposed to address this issue, they typically rely on extensive pretraining, privileged information, or high computational cost, limiting their applicability to real-time and edge systems. In this paper, we propose a lightweight online adaptation framework for RL based on Reservoir Computing. Specifically, we integrate an Echo State Networks (ESNs) as an adaptation module that encodes recent observation histories into a latent context representation, and update its readout weights online using Recursive Least Squares (RLS). This design enables rapid adaptation without backpropagation, pretraining, or access to privileged information. We evaluate the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Reservoir Computing · Model Reduction and Neural Networks · Advanced Memory and Neural Computing
