Skip to content

weiweitoo/easy21-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Course By David Silver

Question reference


Monte-Carlo Learning

Optimal value function V* with Monte-Carlo Agent running 100,000 episodes

Q Function Update V(St) ← V(St) + α (Rt - V(St))

Tri-Surface Plot


SARSA

Q Function Update V(St) ← V(St) + α (Rt+1 + yV(St+1) - V(St))

MSE Per Lambda MSE Per Episode
Point Plot FacetGrid

Linear Function Approximation

MSE Per Lambda MSE Per Episode
Point Plot FacetGrid

About

easy21 solution for Reinforcement Learning Course by David Silver in UCL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages