Skip to content

rezazzr/GVF_SR_reinforcement_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

General Value Functions and Successor Representation

This is a report on the topic of Successor Representation (SR). It briefly discusses the relation between SR and the General Value Functions and then proceeds to explore the properties of SR and its benefits over vanilla TD(0) methods. The experiments performed for the purposes of this study are all done on the FrozenLake environment with slight modifications that are mentioned in the report.

  • This entire report was done using Google Colaboratory and you can view the ipython notebook here.