WeberJulian / forzenLake

Basic Q-learning algorithm playing frozenLake game from Gym toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forzenLake

Basic reenforcement learning algorithm playing frozenLake game from Gym toolkit

link to the tutorial : http://tiny.cc/8jzfdz

The goal

  • Learn to use q-tables and how to update them based on the reward
  • Familiarize myslef with episodic tasks and the Gym toolkit
  • Play around with the diffrent parameters to see what is optimal for this game

About

Basic Q-learning algorithm playing frozenLake game from Gym toolkit


Languages

Language:Python 100.0%