You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementations of the different Reinforcement Learning problems and agents covered in Richard Sutton and Andrew Barto's book "Reinforcement Learning: An Introduction".
This project is a collection of implementations of environments and agents from Reinforcement Learning: an Introduction.
Current environments and agents
stationary k-armed bandit environment
greedy agent
epsilon-greedy agent
About
Implementations of the different Reinforcement Learning problems and agents covered in Richard Sutton and Andrew Barto's book "Reinforcement Learning: An Introduction".