-

This post will show you how to get OpenAI’s Gym and Baselines running on Windows, in order to train a Reinforcement Learning agent using raw pixel inputs to play Atari 2600 games, such as Pong. Introduction I’ve been doing quite a bit of Machine Learning experiments lately, in particular experiments using Deep Reinforcement Learning. When…
-

This is the accompanying blogpost to my YouTube video Explained In A Minute: Neural Networks. There were a lot of things that did not fit into the video. This post describes the difference between feedforward and recurrent Neural Networks, different architectures and activation functions, and different methods for training Neural Networks. In the last years…