Based on https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf
- numpy
- sympy
- graphics.py
- torch
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
Based on https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf
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