#include <vector>
#include <string>
#include <opengl/application/OpenGLEpisodicApplication.hpp>
#include <opengl/visualization/WindowCollectorChart.hpp>
#include <opengl/visualization/WindowMNISTDigit.hpp>
#include <mlnn/BackpropagationNeuralNetwork.hpp>
#include <types/MNISTDigit.hpp>
#include <types/SpatialExperienceMemory.hpp>
Go to the source code of this file.
|
class | mic::application::MNISTDigitDLRERPOMDP |
| Application of Partially Observable Deep Q-learning with Experience Reply to the MNIST digits problem. There is an assumption that the agent observes only part of the environment - a patch of the whole image (POMPD). More...
|
|