Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.07 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.07 KB

Reinforcement Learning Basics

Binder

What is reinforcement learning?

Reinforcement Learning(RL) is a type of machine learning technique that enables an agent to learn in an interactive environment by trial and error using feedback from its own actions and experiences.

Dynamic visualization of the value iteration/utility propagation in a grid world Markov Decision Process

VI evolution grid world

TD-learning