This repository is an implementation of Q-Leaning that is one of the Reinforcement Learning. Especially, This program is to explore a maze.
- Pygame
python ./RL/qlearnpy/map.py
Press s-key to start exploring the maze.
javac ./RL/qlearnjava/*.java
java ./RL/qlearnjava/Program