OpenAI Baselines: ACKTR & A2C
OpenAI just open-sourced two reinforcement learning algorithms that outperform existing baselines on sample efficiency.

Why it matters
OpenAI's release of ACKTR and A2C represents foundational algorithmic research that advances reinforcement learning efficiency—a core capability for AI agents and autonomous systems. However, the article lacks benchmark data and real-world deployment context that would elevate its business impact.
The key facts
10 to knowTwo new algorithms released: ACKTR and A2C
A2C: synchronous variant of A3C with equal performance
ACKTR: higher sample efficiency than TRPO and A2C
ACKTR requires only slightly more computation than A2C per update
Published as open-source baseline implementations
2017 release date — historical context
Two new OpenAI Baselines implementations released: ACKTR and A2C
A2C is a synchronous variant of A3C with equal performance
ACKTR demonstrates higher sample efficiency than TRPO and A2C
Published August 18, 2017 — archival content, not breaking news
Go to the source
OpenAI Blogopenai.com
Publisher excerpt: 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…