Training a neural network using deep Q learning.
The mean for the last 100 episodes
3 hidden layers with 64 neurons in each layer using relu as an activation function
The output layer contains 4 (Q value for each action) neurons
python train.py
Change my_model_1900.hdf5 to your model file name in test.py then run
python test.py