Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 619 Bytes

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