https://github.com/ms-daniel/reinforcement-learning
Program created in java with swing interface.
https://github.com/ms-daniel/reinforcement-learning
artificial-intelligence inteligencia-artificial java reinforcement reinforcement-learning reinforcement-learning-algorithms swing-components swing-gui
Last synced: 8 months ago
JSON representation
Program created in java with swing interface.
- Host: GitHub
- URL: https://github.com/ms-daniel/reinforcement-learning
- Owner: ms-daniel
- License: apache-2.0
- Created: 2022-09-09T15:23:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T12:49:06.000Z (about 3 years ago)
- Last Synced: 2025-02-15T08:18:52.244Z (10 months ago)
- Topics: artificial-intelligence, inteligencia-artificial, java, reinforcement, reinforcement-learning, reinforcement-learning-algorithms, swing-components, swing-gui
- Language: Java
- Homepage:
- Size: 625 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Reinforcement Learning
Program created in java with swing interface.
---
## Introduction
It currently only has a standard maze for the AI ββto work with.
In the future, the upload functionality for a custom maze will be increased.
## Options
A very simple and intuitive interface
It currently has two maze creation options, but they will be merged into just one.
#### Maze 61 x 61
You can use a standard maze or export a maze. Unfortunately, it is not yet possible to upload an image and extract the maze from it.

//TODO