Public Attributes | |
| ActionType | action | 
| bool | isEnd | 
| StateType | nextState | 
| double | reward | 
| StateType | state | 
Definition at line 48 of file prioritized_replay.hpp.
| ActionType action | 
Definition at line 51 of file prioritized_replay.hpp.
Referenced by PrioritizedReplay< EnvironmentType >::Store(), and PrioritizedReplay< EnvironmentType >::Update().
| bool isEnd | 
Definition at line 54 of file prioritized_replay.hpp.
Referenced by PrioritizedReplay< EnvironmentType >::Store().
| StateType nextState | 
Definition at line 53 of file prioritized_replay.hpp.
Referenced by PrioritizedReplay< EnvironmentType >::Store().
| double reward | 
Definition at line 52 of file prioritized_replay.hpp.
Referenced by PrioritizedReplay< EnvironmentType >::Store().
| StateType state | 
Definition at line 50 of file prioritized_replay.hpp.
Referenced by PrioritizedReplay< EnvironmentType >::Store().