Skip to content

Anjali001/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement-Learning

This repository conceptual answers to some of the common algorithms related to RL. The algorithms include greedy, epsilon greedy, UCB, REINFORCE. These topics were covered as a part of COMP0089-Reinforcement Learning module undertaken at UCL. These also contain implementation of q learning and actor-critic