MerEsf / Reinforcement_learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement Learning Projects:

1) Policy Evaluation in Cliff Walking Environment:

Model free reinforcement learning agents for prediction

Objectives:

Design an agent for policy evaluation in the Cliff Walking environment

alt text

Method:

One-step temporal difference learning, TD(0), to estimate value functions for different policies, i.e., run policy evaluation experiments

Results:

a) Optimal policy:

alt text

b) Safety policy:

alt text

About


Languages

Language:Python 100.0%