Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

A2C-Pytorch-implementations

Basic knowledge on A2C algorithm:
Understanding Actor Critic Methods and A2C

Requriement

  • Python 3.8
  • Pytorch 1.7.0
  • OpenAI gym 0.17.3

Navigation

  • alg/ - Implementation of A2C and PG.
  • model/ - Neural networks using for RL.
  • utils.py - Command utility methods to process envs, hand-craft optimizers and so on.

About

Implement the A2C(Advantage Actor-Critic) algorithm using pytorch in multiple environments of openai gym. (Including Cartpole, LunarLander, Pong. Breakout is tuning and maybe complete soon.) Sometime implement the REINFORCE algorithm as variations of A2C.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages