SOTAVerified

Learning to Run with Actor-Critic Ensemble

2017-12-25Code Available0· sign in to hype

Zhewei Huang, Shuchang Zhou, BoEr Zhuang, Xinyu Zhou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce an Actor-Critic Ensemble(ACE) method for improving the performance of Deep Deterministic Policy Gradient(DDPG) algorithm. At inference time, our method uses a critic ensemble to select the best action from proposals of multiple actors running in parallel. By having a larger candidate set, our method can avoid actions that have fatal consequences, while staying deterministic. Using ACE, we have won the 2nd place in NIPS'17 Learning to Run competition, under the name of "Megvii-hzwer".

Reproductions