English

Proximal Policy Optimization with Mixed Distributed Training

Machine Learning 2019-10-01 v3 Artificial Intelligence

Abstract

Instability and slowness are two main problems in deep reinforcement learning. Even if proximal policy optimization (PPO) is the state of the art, it still suffers from these two problems. We introduce an improved algorithm based on proximal policy optimization, mixed distributed proximal policy optimization (MDPPO), and show that it can accelerate and stabilize the training process. In our algorithm, multiple different policies train simultaneously and each of them controls several identical agents that interact with environments. Actions are sampled by each policy separately as usual, but the trajectories for the training process are collected from all agents, instead of only one policy. We find that if we choose some auxiliary trajectories elaborately to train policies, the algorithm will be more stable and quicker to converge especially in the environments with sparse rewards.

Keywords

Cite

@article{arxiv.1907.06479,
  title  = {Proximal Policy Optimization with Mixed Distributed Training},
  author = {Zhenyu Zhang and Xiangfeng Luo and Tong Liu and Shaorong Xie and Jianshu Wang and Wei Wang and Yang Li and Yan Peng},
  journal= {arXiv preprint arXiv:1907.06479},
  year   = {2019}
}

Comments

ICTAI 2019

R2 v1 2026-06-23T10:21:09.114Z