Hacker News new | ask | show | jobs
Computer run on human brain cells learned to play 'Doom' (popsci.com)
5 points by wjb3 103 days ago
1 comments

This 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!