Skip to content

This repository is an implementation of a Reinforcement Learning algorithm called Q-Learning. It solves the Cliff Walking problem defined by Sutton and Barto. It uses Python and the OpenAI Cliff Walking environment.

Notifications You must be signed in to change notification settings

letyrodridc/RL-QLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning - Q-Learning algorithm implementation

This is the code for the Q-Learning algorithm applied to the Cliff Walking problem defined by Sutton & Barto.

The notebook is a kind of guide for studying and understanding the problem solution.

About

This repository is an implementation of a Reinforcement Learning algorithm called Q-Learning. It solves the Cliff Walking problem defined by Sutton and Barto. It uses Python and the OpenAI Cliff Walking environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published