pcluteijn/MazeLearning
Q-Learing algorithm solves simple mazes.
This project helps students and educators understand how a computer can learn to navigate complex environments. You input a simple maze with optional teleportation points, and it shows you how an 'agent' discovers the best path to a goal through trial and error. It's ideal for anyone studying artificial intelligence or computational learning.
No commits in the last 6 months.
Use this if you are an educator or student looking for a clear, animated example of a Q-learning algorithm solving a maze.
Not ideal if you need to solve real-world logistical routing problems or require advanced maze generation features beyond simple grids and teleportation.
Stars
7
Forks
1
Language
MATLAB
License
MIT
Category
Last pushed
Mar 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/pcluteijn/MazeLearning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Farama-Foundation/stable-retro
Retro games for Reinforcement Learning Research
MatPoliquin/stable-retro-scripts
Train models on retro games. AI vs AI contest. Pytorch C++ plugin for RetroArch that let you...
nadavbh12/Retro-Learning-Environment
The Retro Learning Environment (RLE) -- a learning framework for AI
svpino/cs7641-assignment4
CS7641 - Machine Learning - Assignment 4 - Markov Decision Processes
Avalon-Benchmark/avalon
A 3D video game environment and benchmark designed from scratch for reinforcement learning research