An AI agent achieving human level on Sea Battle :
- Solved
Implementation of a Deep RL learning algorithm in Java without any library (Deep Q Network). Dense (fully connected) network with Loss : Mean Squared Error (MSE), Optimisation : Stochastic gradient descent (SGD) from scratch.