Grzegorz Opoka

Results 2 repositories owned by Grzegorz Opoka

handwriting-generation

515
Stars
105
Forks
Watchers

Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).

async-rl

44
Stars
12
Forks
Watchers

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]