Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 307 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 307 Bytes

Based on https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf

Dependencies

  • numpy
  • sympy
  • graphics.py
  • torch

Example

Test trained example-network

python main.py example

Train a new network for GAMES (in main) games.

python main.py train

config.py for hyperparameters