Skip to content
#

asynchronous-advantage-actor-critic

Here are 18 public repositories matching this topic...

Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and efficient than DQN and obsoletes it. Can play on many games

  • Updated Feb 27, 2019
  • Jupyter Notebook

The Asynchronous Advantage Actor Critic (A3C) algorithm is one of the newest algorithms to be developed under the field of Deep Reinforcement Learning Algorithms. This algorithm was developed by Google’s DeepMind which is the Artificial Intelligence division of Google. In this repository, I have my implementations of A3C on Cartpole game, Robot …

  • Updated Nov 22, 2021
  • Python

Improve this page

Add a description, image, and links to the asynchronous-advantage-actor-critic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asynchronous-advantage-actor-critic topic, visit your repo's landing page and select "manage topics."

Learn more