Ashutosh-Adhikari

Results 9 issues of Ashutosh-Adhikari

Resolve design recipe issues like import order and passing kwargs. Refer PEP8.

Should we work upon adding Prioritized Experience Replay ?

Hi, The reference code for PER additions : https://github.com/Kaixhin/Rainbow.git. It is segment tree based implementation of PER.

While training, the scale of summed clipped rewards that an agent gets is much higher than what it gets for boxing and much lower for games like qbert and spaceinvaders....

We don't need to search for a snapshot when using the flag --trained-model.

bug

This PR addresses the issue #8 .

Hi, I see there is a code for PyTorch written in the repo. Is it in working condition.

Need to remove a few characters ( like `?`, `!` ) from sentences. In other words, add a few relevant delimiters.

Hello, I face an issue while training on the baselines repo if the vocabularies aren't generated. I see there is `--generate_vocabularies` flag in the baselines' repository, but is there a...