Skip to content

Implementation of Reinforce for educational purposes.

Notifications You must be signed in to change notification settings

drozzy/reinforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforce

My implementation of REINFORCE RL algorithm from ground up.

Video Explanation

See my video here: REINFORCE: Reinforcement Learning Most Fundamental Algorithm

image

Install

conda env create -f environment.yml
conda activate reinforce
pip install -r requirements.txt

References

See p.328 of Reinforcement Learning 2nd Ed. Sutton & Barto.

--Andriy Drozdyuk

See Also

To see how to implement this in tianshou RL framework see my implementation here https://github.com/drozzy/reinforce_tianshou.

About

Implementation of Reinforce for educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages