Kevin Hughes

Results 39 comments of Kevin Hughes

I totally agree - the real win here is dropping a heavy dependency. I think we'd be fine to just use the BGRA array as is. It is interesting that...

I really like the command line prompts - this definitely simplifies the data collection process since the script does most of the setup work (like aligning windows etc). We don't...

I usually try and commit each logical change as a single commit and then I can use `git cherry-pick` to move code around to different PRs. In this case though...

I wanted to look into creating a start script for the emulator that set the window position and the size but didn't get around to it. Probably some cross platform...

Hmm indeed it is. Code review failure on my part there. I'll see if the author of that PR has it otherwise I'd recommend reverting that commit to get it...

I would guess that it loads all the images for a given sample and probably returns them as a List that will get converted to numpy later. I didn't look...

🤞 https://github.com/kevinhughes27/TensorKart/pull/65#discussion_r743888923

The input plugin is how the AI controls the emulator. On each game loop the emulator asks the input plugin for the input and it makes a remote call to...

I don't think the images are hosted on docker hub. You should build them yourself.