charbelsako / pacman

made this pacman replica. now with Neuro Evolution
https://charbelsako.github.io/pacman/
0 stars 0 forks source link

Enhancements? #28

Open charbelsako opened 6 years ago

charbelsako commented 6 years ago

Fix the bug where the pink ghost always goes to his corner a counter could help Fix the bug where the green ghost refuses to go back to his corner on game reset. Remove the game slider. and let pacman and the ghosts run at 60 decisions/movements per second. Use brain.js for making the neural networks instead of the toy neural network library. Add 2 or more hidden layers requires brain.js Add more or less hidden nodes Use a different activation function relu requires brain.js Add incremental learning more info