Fido
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Public Member Functions | Public Attributes | List of all members
rl::Model Struct Reference

#include <QLearn.h>

Public Member Functions

 Model (net::NeuralNet *network_, Action action_)
 
 Model ()
 
void addToHistory (std::pair< State, double > entry)
 

Public Attributes

net::NeuralNetnetwork
 
Action action
 
std::vector< std::pair< State,
double > > 
history
 

Constructor & Destructor Documentation

rl::Model::Model ( net::NeuralNet network_,
Action  action_ 
)
inline
rl::Model::Model ( )
inline

Member Function Documentation

void rl::Model::addToHistory ( std::pair< State, double >  entry)
inline

Member Data Documentation

Action rl::Model::action
std::vector<std::pair<State, double> > rl::Model::history
net::NeuralNet* rl::Model::network

The documentation for this struct was generated from the following file: