Switch language한국어
Back to the list

OpenAI Baselines: ACKTR & A2C

TL;DR AI

Key summary

1 min read
  1. OpenAI Baselines highlights ACKTR as a reinforcement-learning method that can outperform A2C on Q-Bert.

  2. ACKTR uses natural-gradient updates with KL control, aiming to improve sample efficiency over standard first-order methods.

  3. The method is based on KFAC and delivers better learning efficiency with only a moderate increase in computation.

Read the original