Chazzz
Chazzz
Fix for issue #26. Testing Done (user_input is a script of mine that, among other things, defines a uinput device): ``` >>> import uinput as ui >>> import user_input >>>...
[UPDATE: SEE LATEST COMMENT](https://github.com/tuomasjjrasanen/python-uinput/issues/26#issuecomment-448897233) I'm not exactly sure what's going wrong, but python-uinput seems to be not outputting mouse commands on my machine (Ubuntu 18.10). Keyboard commands all work,. I've...
It would be nice to show how the agent is performing inside the game, but in the meantime here's some imperfect but functional code. Note: This dramatically slows the throughput...
I ran into a nasty memory usage error, which dopamine is already fairly well structured to take care of. The title is fairly self-explanatory, and running a simultaneous job with...
I'd submit a pull request, but the logic is likely going to get heavily overwritten by a memory-efficient loader, so I'll post this here and we'll see what happens. As...
Running `python vae_train.py` prompts a memory error on my system. I felt bad about this, but after running the numbers, vae_train.py needs to allocate ~125 GB of memory to this...