Tagged in

Deepmind

aureliantactics
aureliantactics
Blogging about Reinforcement Learning and Machine Learning. Github repo at: https://github.com/AurelianTactics
More information
Followers
105
Elsewhere
More, on Medium

Deep Q-learning from Demonstrations (DQfD) in Keras

In an earlier post, I wrote about a naive way to use human demonstrations to help train a Deep-Q Network (DQN) for Sonic the Hedgehog. After that mostly unsuccessful attempt I read an interesting paper called Deep Q-learning from…


Creating Human Transitions for Deeq Q Learning in Retro Gym

The retro-movies repo makes it easy to create human demonstrations for retro gym. I made a script to turn a human demonstrations into frame by frame transitions. Some slight modifications to the Rainbow DQN baseline provided…