Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 414 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 414 Bytes

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.