GitHub - kunitaka0108/RL: Reinforcement Learning Programs (e.g., Q-Learning)

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

  • Python 60.8%
  • Java 39.2%