wolfrev0 / A2C

Synchronous, Multi-Actor, Single Core, Concise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A2C

(Synchronous Multi-Actor) Advantage Actor Critic

  • Restricted to single core multi-actor for simple concise code

WIP

  • PPO
  • TD(n)

Trained Agent

Snake GIF

Getting Started

  1. git clone https://github.com/0xC0DEF/A2C
  2. cd A2C
  3. open Snake.ipynb and run all cell (start training)
  4. open and run Test.ipynb to test learning agent (You can use Test.ipynb during training)
    Training Visualization

About

Synchronous, Multi-Actor, Single Core, Concise

License:Apache License 2.0


Languages

Language:Jupyter Notebook 67.3%Language:Python 32.7%