Skip to content

man-of-code/Learner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

hack-on-hills

Project : Learner

A simple neural network, learning a simple game, using reinforcement learning and epsilon greedy implementation.

Install Dependancies :

  1. random
  2. math
  3. numpy
  4. pygame
  5. pymunk
  6. matplotlib
  7. keras

Execution :

The most basic model is already provided in /src/models with the plotted graphs in src/data.

To train, run the learning.py from the /src directory.

To plot the results of training, run plot.py

To test the training, run play.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages