paper-with-me

Papers

Recursive Least Squares Policy Control with Echo State Network

2022-01-13 · Chunyuan Zhang, Chao Liu, Qi Song, Jie Zhao

The echo state network (ESN) is a special type of recurrent neural networks for processing the time-series dataset. However, limited by the strong correlation among sequential samples of the agent, ESN-based policy control algorithms are difficult to use the recursive least squares (RLS) algorithm to update the ESN's parameters. To solve this problem, we propose two novel policy control algorithms, ESNRLS-Q and ESNRLS-Sarsa. Firstly, to reduce the correlation of training samples, we use the leaky integrator ESN and the mini-batch learning mode. Secondly, to make RLS suitable for training ESN in mini-batch mode, we present a new mean-approximation method for updating the RLS correlation matrix. Thirdly, to prevent ESN from over-fitting, we use the L1 regularization technique. Lastly, to prevent the target state-action value from overestimation, we employ the Mellowmax method. Simulation results show that our algorithms have good convergence performance.

📄 PDF Abstract BibTeX arXiv:2201.04781

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…

Similar Papers 제목 키워드 기반

Composite FORCE learning of chaotic echo state networks for time-series prediction

2022-07-06 · Yansong Li, Kai Hu, Kohei Nakajima, Yongping Pan

Echo state network (ESN), a kind of recurrent neural networks, consists of a fixed reservoir in which neurons are connected randomly and recursively and obtains the desired output only by training output connection weigh…

Time SeriesTime Series AnalysisTime Series Prediction

Study of Robust Diffusion Recursive Least Squares Algorithms with Side Information for Networked Agents

2018-12-24 · Y. Yu, R. C. de Lamare, Y. Zakharov

This work develops a robust diffusion recursive least squares algorithm to mitigate the performance degradation often experienced in networks of agents in the presence of impulsive noise. This algorithm minimizes an expo…

Adaptive Kalman Filtering Developed from Recursive Least Squares Forgetting Algorithms

2024-04-16 · Brian Lai, Dennis S. Bernstein

Recursive least squares (RLS) is derived as the recursive minimizer of the least-squares cost function. Moreover, it is well known that RLS is a special case of the Kalman filter. This work presents the Kalman filter lea…

State Estimation

Stability-Certified On-Policy Data-Driven LQR via Recursive Learning and Policy Gradient

2024-03-08 · Lorenzo Sforni, Guido Carnevale, Ivano Notarnicola, Giuseppe Notarstefano

In this paper, we investigate a data-driven framework to solve Linear Quadratic Regulator (LQR) problems when the dynamics is unknown, with the additional challenge of providing stability certificates for the overall lea…

Online Adaptive Reinforcement Learning with Echo State Networks for Non-Stationary Dynamics

2026-02-06 · Aoi Yoshimura, Gouhei Tanaka arxiv

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 met…

Computational EfficiencyReinforcement Learning