Computer run on human brain cells learned to play 'Doom'
1–2 of 2 posts
Re: Computer run on human brain cells learned to play 'Doom'
#2This is cool. I took a look at the public GitHub (not too deep) and this appears to use classical neural network training techniques - there is an exposed API that the author came up with a clever way to encode Doom state and inputs into. Well done!