Show HN: Play rock paper and scissors against a untrained neural network
61–64 of 64 posts
Re: Show HN: Play rock paper and scissors against a untrained neural network
#62day | visits | pages | hits | bytes
26 Jul 2019 | 4,688 | 16,507 | 60,489 | 163.89 MB
Re: Show HN: Play rock paper and scissors against a untrained neural network
#63Earlier quoted context omitted.
How are you emulating the clicking?
I normally write a c program or go linked to xlib to do this sort of work, but I just used xdotool in a bash script for this. https://gist.github.com/mbrumlow/49f0a3fa311cc3002e4e1fae2e2...
Re: Show HN: Play rock paper and scissors against a untrained neural network
#64Earlier quoted context omitted.
The problem is that that the player's move is actually being fed to the training data before the computer makes its prediction. Take a look at the variable 'y' after making your move and you'll see that it includes the player's last move. Because 'y' is updated before the computer makes its prediction, this shows that the computer uses the player's current move as part of the training set to decide its move.
If true, this seems like it would be a huge scandal. Or at least an issue in Github.