Collection of Reinforcement Learning / Meta Reinforcement Learning Environments.
-
Updated
Jul 15, 2024 - Python
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
Collection of Reinforcement Learning / Meta Reinforcement Learning Environments.
A Python library for creating and solving mazes.
This is repository for the course ROS2 Autonomous Driving and SLAM using NAV2 with TurtleBot3 on Udemy.
Deep reinforcement learning using baidu PARL(maze,flappy bird and so on)
Generate Mazes of different types and Datasets for Deep Learning (GANs, RL)
Maze generator and solver with python
🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!
Simple curses pipes written in Python
Generate and solve mazes using various algorithms
Old and new Reinforcement Learning algorithms run on the GridUniverse ecosystem
Maze generator, solver, and game in pure Python 🐍
Write a Micromouse maze-solving algorithm in Python
A python maze generator and solver
Maze generator, solver and interactive game written in Python
Rectangular maze solving using image processing with OpenCV and numpy.
A pseudo-3D grid-based maze game written in Python with PyGame