Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

hbq1/acktr_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of ACKTR algorithm.

The code is organized as follows:

  • models.py: implementations of A2C and A3C
  • kfac.py: implementation of K-FAC optimizer
  • ac_nets.py: neural network architectures of actor and critic for different environments
  • storage.py: implementation of data structure to efficiently store information during learning
  • utils.py: utils for models and optimizer

See demo here.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published