MachineIntelligenceCore:ReinforcementLearning
|
#include <types/Batch.hpp>
#include <types/Position2D.hpp>
#include <types/MatrixTypes.hpp>
Go to the source code of this file.
Classes | |
struct | mic::types::SpatialExperience |
Structure storing a spatial experience - a triplet of position in time t, executed action and position in time t+1. More... | |
class | mic::types::SpatialExperienceMemory |
Class representing the spatial experience memory - used in memory replay. Derived from the Batch class. More... | |
Namespaces | |
mic | |
mic::types | |
Typedefs | |
typedef std::shared_ptr < mic::types::SpatialExperience > | mic::types::SpatialExperiencePtr |
Shared pointer to spatial experience object. More... | |
typedef mic::types::Sample < mic::types::SpatialExperience, mic::types::MatrixXf > | mic::types::SpatialExperienceSample |
Spatial experience replay sample. More... | |
typedef mic::types::Batch < mic::types::SpatialExperience, mic::types::MatrixXf > | mic::types::SpatialExperienceBatch |
Spatial experience replay batch. More... | |