#include <PrioritizedSweeping.hh>
Public Attributes | |
bool | fresh |
int | id |
std::vector< int > | lastUpdate |
StateActionInfo * | modelInfo |
std::list< saqPair > | pred |
std::vector< float > | Q |
std::vector< int > | visits |
State info struct
Definition at line 70 of file PrioritizedSweeping.hh.
Definition at line 73 of file PrioritizedSweeping.hh.
Definition at line 71 of file PrioritizedSweeping.hh.
std::vector<int> PrioritizedSweeping::state_info::lastUpdate |
Definition at line 90 of file PrioritizedSweeping.hh.
Definition at line 79 of file PrioritizedSweeping.hh.
std::list<saqPair> PrioritizedSweeping::state_info::pred |
Definition at line 89 of file PrioritizedSweeping.hh.
std::vector<float> PrioritizedSweeping::state_info::Q |
Definition at line 86 of file PrioritizedSweeping.hh.
std::vector<int> PrioritizedSweeping::state_info::visits |
Definition at line 76 of file PrioritizedSweeping.hh.