paper-with-me

홈 › Papers

Recursive Least Squares Advantage Actor-Critic Algorithms

2022-01-15 · YuAn Wang, Chunyuan Zhang, Tianzong Yu, Meng Ma

As an important algorithm in deep reinforcement learning, advantage actor critic (A2C) has been widely succeeded in both discrete and continuous control tasks with raw pixel inputs, but its sample efficiency still needs to improve more. In traditional reinforcement learning, actor-critic algorithms generally use the recursive least squares (RLS) technology to update the parameter of linear function approximators for accelerating their convergence speed. However, A2C algorithms seldom use this technology to train deep neural networks (DNNs) for improving their sample efficiency. In this paper, we propose two novel RLS-based A2C algorithms and investigate their performance. Both proposed algorithms, called RLSSA2C and RLSNA2C, use the RLS method to train the critic network and the hidden layers of the actor network. The main difference between them is at the policy learning step. RLSSA2C uses an ordinary first-order gradient descent algorithm and the standard policy gradient to learn the policy parameter. RLSNA2C uses the Kronecker-factored approximation, the RLS method and the natural policy gradient to learn the compatible parameter and the policy parameter. In addition, we analyze the complexity and convergence of both algorithms, and present three tricks for further improving their convergence speed. Finally, we demonstrate the effectiveness of both algorithms on 40 games in the Atari 2600 environment and 11 tasks in the MuJoCo environment. From the experimental results, it is shown that our both algorithms have better sample efficiency than the vanilla A2C on most games or tasks, and have higher computational efficiency than other two state-of-the-art algorithms.

📄 PDF Abstract BibTeX arXiv:2201.05918

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiencycontinuous-controlContinuous ControlDeep Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

A2C A2C, or Advantage Actor Critic, is a synchronous version of the A3C policy gradient method. As an alternative to the asynchronous…

Similar Papers 제목 키워드 기반

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

Trading-Off Static and Dynamic Regret in Online Least-Squares and Beyond

2019-09-06 · Jianjun Yuan, Andrew Lamperski

Recursive least-squares algorithms often use forgetting factors as a heuristic to adapt to non-stationary data streams. The first contribution of this paper rigorously characterizes the effect of forgetting factors for a…

Recursive Importance Sketching for Rank Constrained Least Squares: Algorithms and High-order Convergence

2020-11-17 · Yuetian Luo, Wen Huang, Xudong Li, Anru R. Zhang

In this paper, we propose {\it \underline{R}ecursive} {\it \underline{I}mportance} {\it \underline{S}ketching} algorithm for {\it \underline{R}ank} constrained least squares {\it \underline{O}ptimization} (RISRO). The ke…

Retrieval

A Recursive Total Least Squares Solution for Bearing-Only Target Motion Analysis and Circumnavigation

2025-08-15 · Lin Li, Xueming Liu, Zhoujingzi Qiu, Tianjiang Hu 외 arxiv

Bearing-only Target Motion Analysis (TMA) is a promising technique for passive tracking in various applications as a bearing angle is easy to measure. Despite its advantages, bearing-only TMA is challenging due to the no…

Computational Efficiency

Generalized Forgetting Recursive Least Squares: Stability and Robustness Guarantees

2023-08-08 · Brian Lai, Dennis S. Bernstein

This work presents generalized forgetting recursive least squares (GF-RLS), a generalization of recursive least squares (RLS) that encompasses many extensions of RLS as special cases. First, sufficient conditions are pre…

parameter estimation