lander0s / machine-learning-in-javascript

a set of examples and experiments to learn machine learning
3 stars 1 forks source link

ANN that plays NES games #5

Open lander0s opened 5 years ago

lander0s commented 5 years ago

there are plenty of NES emulators written in javascript, see: https://github.com/bfirsh/jsnes

we could make an AI that learns how to play a NES game. (i.e. ice climbers)

as emulators are written in js, communicating emulator with a neural network would be pretty straightforward