Skip to content

This project implements Value Iteration and Q-Learning algorithms to solve a variety of gridworld mazes and puzzles. It provides pre-defined policies that can be customized by adjusting parameters and policy optimization through iterative reinforcement learning. It also brings exploration capabilities to the agent with Epsilon Greedy Q-Learning.

Notifications You must be signed in to change notification settings

Daksh2060/gridworld-reinforcement-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gridworld Reinforcement Learning

This is a project template from UC Berkeley. The project implements Value Iteration and Q-Learning algorithms to solve a variety of gridworld mazes and puzzles. It provides pre-defined policies that can be customized by adjusting parameters like discount, noise, and reward values, as well as policy optimization through iterative reinforcement learning. Additionally, it utilizes Epsilon Greedy values in Q-value iteration to introduce exploration capabilities to the agent, which enhances policy improvement and maze-solving time.

Features

  • : To be filled

  • : To be filled

How does it work?

Algorithms

Installation and Use

Follow these steps to set up and run the Gridworld Reinforcement Learning project:

  1. Download or clone the repository to your local machine:

    git clone https://github.com/Daksh2060/gridworld-reinforcement-learning

Contact

Feel free to reach out if you have any questions, suggestions, or feedback:

About

This project implements Value Iteration and Q-Learning algorithms to solve a variety of gridworld mazes and puzzles. It provides pre-defined policies that can be customized by adjusting parameters and policy optimization through iterative reinforcement learning. It also brings exploration capabilities to the agent with Epsilon Greedy Q-Learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages