0f3ffb691296486d.tex
1: \begin{abstract}
2: The asynchronous
3: nature of the state-of-the-art reinforcement learning algorithms such as the Asynchronous Advantage Actor-Critic algorithm, makes them exceptionally suitable for CPU computations. 
4: However, given the fact that deep reinforcement learning often deals with interpreting visual information, a large part of the train and inference time is spent performing convolutions.
5: 
6: %In this case correct utilization of wide Single Instruction Multiple Data paradigm
7: %and parallel programming techniques seem to be crucial for achieving optimal performance. 
8: In this work we present our results on learning strategies in Atari games using a Convolutional Neural Network, the Math Kernel Library and TensorFlow 0.11rc0 machine learning framework. We also analyze effects of asynchronous computations on the convergence of reinforcement learning algorithms.
9: \end{abstract}
10: