tetrus-ai / tetrus

Tetris but in Rust. Also AI to play that.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Investigate different neural network architectures #6

Open cohen990 opened 6 years ago

cohen990 commented 6 years ago

Currently using a fully connected neural network with one hidden layer. It may be beneficial to separate the play area data into a separate network and add an extra hidden layer to combine the hidden layers from the two sub-networks.