#include <QLearn.h>
Public Member Functions | |
Model (net::NeuralNet *network_, Action action_) | |
Model () | |
void | addToHistory (std::pair< State, double > entry) |
Public Attributes | |
net::NeuralNet * | network |
Action | action |
std::vector< std::pair< State, double > > | history |
|
inline |
|
inline |
|
inline |
Action rl::Model::action |
std::vector<std::pair<State, double> > rl::Model::history |
net::NeuralNet* rl::Model::network |