Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haraldf/maze
A reinforcement-learning solver for a 2d maze
https://github.com/haraldf/maze
maze-solver reinforcement-learning typescript
Last synced: 9 days ago
JSON representation
A reinforcement-learning solver for a 2d maze
- Host: GitHub
- URL: https://github.com/haraldf/maze
- Owner: haraldF
- License: gpl-3.0
- Created: 2020-12-29T18:11:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T17:01:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T15:27:59.305Z (over 1 year ago)
- Topics: maze-solver, reinforcement-learning, typescript
- Language: TypeScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Node.js CI](https://github.com/haraldF/maze/workflows/Node.js%20CI/badge.svg)
# Maze
A solver for a 2d maze using reinforcement learning.
You can play with it here: [https://haraldf.github.io/maze/](https://haraldf.github.io/maze/)