Falling Balls + DQN

A demo of a DQN agent that learns to dodge falling balls, inspired by an old iPhone game.
The game utilizes Matter.js while the neural network is built with TensorFlow.js.
Hyperparameters and settings can be edited below. Code and further details are on GitHub.