Skip to content

An implementation of the actor-critic famous algorithm in a distributed way. Based on the following paper: Asynchronous Methods for Deep Reinforcement Learning

Notifications You must be signed in to change notification settings

Yairz1/pong_a3c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the a3c (actor-critic) algorithm on several processes.

Based on the following paper: Asynchronous Methods for Deep Reinforcement Learning.

Comparsion over optimizers and types of network architectures.

alt text

Prerequisites

gym~=0.18.0
numpy~=1.18.1
matplotlib~=3.2.2

About

An implementation of the actor-critic famous algorithm in a distributed way. Based on the following paper: Asynchronous Methods for Deep Reinforcement Learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages