/RL

Reinforcement Learning Programs (e.g., Q-Learning)

Primary LanguagePython

Reinforcement Learning

This repository is an implementation of Q-Leaning that is one of the Reinforcement Learning. Especially, This program is to explore a maze.

For Python2.7.x

Requirement

  • Pygame

Usage

python ./RL/qlearnpy/map.py

Press s-key to start exploring the maze.

IMAGE ALT TEXT HERE

For Java

Usage

javac ./RL/qlearnjava/*.java
java ./RL/qlearnjava/Program