Skip to content
/ rsvg Public

Recurrent Stochastic Value Gradient implementation with TensorFlow

Notifications You must be signed in to change notification settings

takuseno/rsvg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSVG

Recurrent Stochastic Value Gradient implementation with Tensorflow.

https://arxiv.org/pdf/1512.04455.pdf

requirements

  • Python3

dependencies

usage

training

$ python train.py [--render] --final-steps 10000000

playing

$ python train.py [--render] --load {path of models} --demo

implementation

This is inspired by following projects.

About

Recurrent Stochastic Value Gradient implementation with TensorFlow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages