All News
Neural Networks

OpenAI Baselines: ACKTR & A2C

August 18, 20172 views1 min read

We’re releasing two new OpenAI Baselines implementations: ACKTR and A2C. A2C is a synchronous, deterministic variant of Asynchronous Advantage Actor Critic (A3C) which we’ve found gives equal performance. ACKTR is a more sample-efficient reinforcement learning algorithm than TRPO and A2C, and requires only slightly more computation than A2C per update.

Want to try AI?

Compare the best neural networks in one place — for free

Go to neural networks
Share:
Источник: OpenAI Blog

Related News