Tools

OpenAI Baselines: ACKTR & A2C

Source: OpenAI News 18 Aug 2017

Listen to Brief

AI audio in English, based on the NadiAI brief and original source.

Brief

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.

Why It Matters

Keluaran ini memudahkan penyelidik dan pembangun menguji dan membina algoritma RL yang lebih cekap sampel menggunakan kod sumber OpenAI.

Keep Reading on NadiAI

Selected Related Articles