用宽学习系统提升深度强化学习的训练效率和精度
Broad Critic Deep Actor Reinforcement Learning for Continuous Control
- critic用宽学习系统快速估价,actor仍用深度网络优化策略
- 在DDPG/SAC/TD3上增强后训练更快、更准
- 适合对实时性要求高的控制场景
在连续控制领域,深度强化学习(DRL)表现出良好效果。然而,其对深度神经网络(DNN)的依赖导致需要大量数据和高昂计算成本。为此,提出一种新型混合演员-评论家强化学习框架,将宽学习系统(BLS)与DNN结合,融合两种架构优势。具体而言,评论家网络采用BLS通过岭回归实现快速价值估计,演员网络保持DNN结构以优化策略梯度。该混合设计具有通用性,可提升现有演员-评论家算法。为验证其通用性,该框架被集成到三种主流算法——深确定性策略梯度(DDPG)、软演员-评论家(SAC)和双延迟深度确定性策略梯度(TD3),形成BLS增强版本。实验结果表明,所有BLS增强版本在训练效率和精度上均优于原算法,凸显其在需高效计算与快速适应的实时控制场景中的适用性。
原文摘要 · Abstract (English)
In the domain of continuous control, deep reinforcement learning (DRL) demonstrates promising results. However, the dependence of DRL on deep neural networks (DNNs) results in the demand for extensive data and increased computational cost. To address this issue, a novel hybrid actor-critic reinforcement learning (RL) framework is introduced. The proposed framework integrates the broad learning system (BLS) with DNN, aiming to merge the strengths of both distinct architectural paradigms. Specifically, the critic network employs BLS for rapid value estimation via ridge regression, while the actor network retains the DNN structure to optimize policy gradients. This hybrid design is generalizable and can enhance existing actor-critic algorithms. To demonstrate its versatility, the proposed framework is integrated into three widely used actor-critic algorithms -- deep deterministic policy gradient (DDPG), soft actor-critic (SAC), and twin delayed DDPG (TD3), resulting in BLS-augmented variants. Experimental results reveal that all BLS-enhanced versions surpass their original counterparts in terms of training efficiency and accuracy. These improvements highlight the suitability of the proposed framework for real-time control scenarios, where computational efficiency and rapid adaptation are critical.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。