Skip to content

Humam-Dwikat/FrozenLake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

FrozenLake-game

FrozenLake-game is a Python implementation of the FrozenLake environment in OpenAI's Gym, demonstrating how to apply Reinforcement Learning (RL) using Q-Learning.

About This Project

This project explores the challenges of training an agent in the FrozenLake environment, specifically addressing the reward structure that affects training efficiency.

Proposed Solution

To improve training efficiency:

  • The agent will receive a small reward for each step taken while on Frozen (F).
  • A discount factor will be applied to encourage the agent to reach the final goal as soon as possible.

Features

  • Implemented a Q-Learning algorithm for reinforcement learning in Python.

About

FrozenLake in Gym and how we can use Reinforcement Learning (RL) using (Q-Learning) with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors