深度强化学习的异步方法

Asynchronous Methods for Deep Reinforcement Learning

弗拉基米尔·姆尼赫 Volodymyr Mnih · Google DeepMind · 2016-02-04 · arXiv:1602.01783 ↗ · 被引 10118

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们提出了一个概念上简单且轻量级的深度强化学习框架,该框架使用异步梯度下降来优化深度神经网络控制器。我们提出了四种标准强化学习算法的异步变体,并表明并行 actor-learner 对训练具有稳定作用,使得所有四种方法都能成功训练神经网络控制器。表现最好的方法,即 actor-critic 的异步变体,在 Atari 领域超越了当前最先进的技术,同时在单个多核 CPU(而非 GPU)上训练时间减半。此外,我们表明异步 actor-critic 在广泛的连续电机控制问题以及使用视觉输入导航随机 3D 迷宫的新任务上均取得了成功。

We propose a conceptually simple and lightweight framework for deep reinforcement learning that uses asynchronous gradient descent for optimization of deep neural network controllers. We present asynchronous variants of four standard reinforcement learning algorithms and show that parallel actor-learners have a stabilizing effect on training allowing all four methods to successfully train neural network controllers. The best performing method, an asynchronous variant of actor-critic, surpasses the current state-of-the-art on the Atari domain while training for half the time on a single multi-core CPU instead of a GPU. Furthermore, we show that asynchronous actor-critic succeeds on a wide variety of continuous motor control problems as well as on a new task of navigating random 3D mazes using a visual input.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 13)

阅读逐段中英对照全文 →