Chintan Trivedi

Results 7 comments of Chintan Trivedi

Thanks @zkx06111, I checked it out, and that makes a lot of sense. Shouldn't it be along the `frames` dim instead of `channel` since this is _video conditioned on image_,...

Yes, the bot behaves bonkers for the most part, and I need to keep it running for few hours to get some magic moments out of it. This is a...

Please follow's sentdex's "python plays GTA" tutorial series on YouTube. I used that tutorial to learn this myself, so I did not invest time in recreating an already excellent tutorial.

@iamzgy48 1. Changing number of keys from 4 to 8 will mean changing the last fully connected layer to estimate probability for 8 classes instead of 4. This means the...

@iamzgy48 The actual game bot doesn't use these boxes in the algorithm. It uses the feature map which is generated before the bounding boxes are calculated. Only reason I trained...

Thanks for the question. I've taken a Machine Learning approach here instead of the traditional AI approach, which means instead of hand-crafting rules of the game, I let the Deep...

It's because the tensorflow version has changed on Google Colab since I published this notebook. Try downgrading to 1.x or 2.0 and give it another try?