async-rl icon indicating copy to clipboard operation
async-rl copied to clipboard

Variation of "Asynchronous Methods for Deep Reinforcement Learning" with multiple processes generating experience for agent (Keras + Theano + OpenAI Gym)[1-step Q-learning, n-step Q-learning, A3C]

Results 2 async-rl issues
Sort by recently updated
recently updated
newest added

I don't get any errors, but when I run play.py for Breakout using your sample weights, it gets scores of only a few points. And if I train the model...

added python 2.x compatibility added workaround for breakout and space invaders to correct the number of moves Note: this workaround just tells the acting methods that the move space will...