Public Attributes
ETUCT::state_info Struct Reference

#include <ETUCT.hh>

List of all members.

Public Attributes

std::map< std::deque< float >
, StateActionInfo > * 
historyModel
short unsigned int id
bool needsUpdate
std::vector< float > Q
std::vector< int > uctActions
int uctVisits
short unsigned int visited

Detailed Description

State info struct. Maintains visit counts, models, and q-values for state-actions.

Definition at line 109 of file ETUCT.hh.


Member Data Documentation

std::map< std::deque<float>, StateActionInfo>* ETUCT::state_info::historyModel

Definition at line 112 of file ETUCT.hh.

short unsigned int ETUCT::state_info::id

Definition at line 121 of file ETUCT.hh.

Definition at line 124 of file ETUCT.hh.

std::vector<float> ETUCT::state_info::Q

Definition at line 115 of file ETUCT.hh.

Definition at line 119 of file ETUCT.hh.

Definition at line 118 of file ETUCT.hh.

short unsigned int ETUCT::state_info::visited

Definition at line 120 of file ETUCT.hh.


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


rl_agent
Author(s): Todd Hester
autogenerated on Thu Jun 6 2019 22:00:14