arXiv:2510.10029cs.LGstat.ML2025-10

用预训练提升小样本强化学习效率,让智能体更快更稳学会物理环境操控。

Experience-Efficient Model-Free Deep Reinforcement Learning Using Pre-Training

  • 用预训练网络中间层+两头全连接结构,共享物理规律知识。
  • 在极小交互样本下,比经典PPO获得更高奖励且训练更稳定。
  • 适合计算资源有限、需快速训练的物理仿真场景,开源可复现。

我们提出PPOPT——一种基于预训练的新型无模型深度强化学习算法,可在物理仿真环境中以极小训练样本实现高效且稳定的策略学习。传统强化学习依赖大量环境交互数据,但复杂环境下的模拟开销巨大。PPOPT的核心创新在于采用预训练神经网络作为中间层,夹在两个全连接层之间;在具有相似物理特性的不同环境中预训练该中间层后,可使智能体在目标环境中快速迁移理解,显著提升学习效率。实验表明,在小样本条件下,PPOPT在累积奖励和训练稳定性上均优于经典PPO。尽管其性能仍不及某些模型基方法(如DYNA DDPG),但作为无模型方法,其训练时间远低于后者。代码已开源,地址为github.com/Davidrxyang/PPOPT。

原文摘要 · Abstract (English)

We introduce PPOPT - Proximal Policy Optimization using Pretraining, a novel, model-free deep-reinforcement-learning algorithm that leverages pretraining to achieve high training efficiency and stability on very small training samples in physics-based environments. Reinforcement learning agents typically rely on large samples of environment interactions to learn a policy. However, frequent interactions with a (computer-simulated) environment may incur high computational costs, especially when the environment is complex. Our main innovation is a new policy neural network architecture that consists of a pretrained neural network middle section sandwiched between two fully-connected networks. Pretraining part of the network on a different environment with similar physics will help the agent learn the target environment with high efficiency because it will leverage a general understanding of the transferrable physics characteristics from the pretraining environment. We demonstrate that PPOPT outperforms baseline classic PPO on small training samples both in terms of rewards gained and general training stability. While PPOPT underperforms against classic model-based methods such as DYNA DDPG, the model-free nature of PPOPT allows it to train in significantly less time than its model-based counterparts. Finally, we present our implementation of PPOPT as open-source software, available at github.com/Davidrxyang/PPOPT.

强化学习预训练小样本无模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。