Scheduler
Public Member Functions | List of all members
Mdp::ActionValuesRecord Class Reference

#include <actionValuesRecord.h>

Public Member Functions

 ActionValuesRecord (std::shared_ptr< MdpConfiguration > conf, size_t stateSize, size_t actionSize)
 
void init ()
 
void recordActionValues (ActionValuesFunction *actionValues, state_t state, action_t action)
 
void end ()
 

Detailed Description

Definition at line 27 of file actionValuesRecord.h.

Constructor & Destructor Documentation

ActionValuesRecord::ActionValuesRecord ( std::shared_ptr< MdpConfiguration conf,
size_t  stateSize,
size_t  actionSize 
)

Definition at line 22 of file actionValuesRecord.cpp.

Member Function Documentation

void ActionValuesRecord::end ( )

Definition at line 52 of file actionValuesRecord.cpp.

void ActionValuesRecord::init ( )

Definition at line 31 of file actionValuesRecord.cpp.

void ActionValuesRecord::recordActionValues ( ActionValuesFunction actionValues,
state_t  state,
action_t  action 
)

Definition at line 64 of file actionValuesRecord.cpp.


The documentation for this class was generated from the following files: