Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kunitaka0108/RL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.8%
  • Java 39.2%