Skip to content

Reinforce is a gradient-based Reinforcement Learning algorithm used for policy learning. It can be applied to both continuous and discrete environments.

Notifications You must be signed in to change notification settings

tairtahar/Reinforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

python pytorch

Reinforce

Reinforce is a gradient-based Reinforcement Learning algorithm used for policy learning. It can be applied to both continuous and discrete environments. This notebook caontains an implementation of Reinforce algorithm with pytorch on several different environemnts from GYM.

About

Reinforce is a gradient-based Reinforcement Learning algorithm used for policy learning. It can be applied to both continuous and discrete environments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published