Skip to content

jihoonerd/actor-critic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Actor Critic

This implements a vanilla actor critic architecture.

Architecture

This is a simple actor critic architecture. Actor and critic networks share shallow two dense layers (1024, 512).

Demo

900

Score graph of CartPole-v1

graph

Environment

  • Python 3.8
  • Tensorflow 2.4
  • Tensorflow Probability 0.12