Babak Toghiani-Rizi

Results 4 comments of Babak Toghiani-Rizi

Hey @srinivasjdi, a suggestion! Do you **have** to use PyGame during the training as well? If there was a way where you could avoid PyGame and instead just run a...

Hey @giuseppebonaccorso! It's not fully random, but rather based on a a weighted probability where the action with the highest value also has the highest probability of being selected (think...

If you're running on Gym, try running Deterministic-v0. The regular Atari games have a random frame skip/action repeat between 1-5 in Gym that could impact the result. Deterministic fixes the...

Hey @DarkForte! Thanks for you kind comments! I can't take full credit for all of it though, as it was based on [this](https://github.com/miyosuda/async_deep_reinforce) wonderful implementation of A3C! To be honest,...