tirthajyoti / RL_basics

Basic Reinforcement Learning algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Basics of Markov Decision Process

Value iteration

Policy iteration

Q-learning

TD-learning