Public Attributes | |
| ActionType | action |
| bool | isEnd |
| StateType | nextState |
| double | reward |
| StateType | state |
Definition at line 53 of file random_replay.hpp.
| ActionType action |
Definition at line 56 of file random_replay.hpp.
Referenced by RandomReplay< EnvironmentType >::Store().
| bool isEnd |
Definition at line 59 of file random_replay.hpp.
Referenced by RandomReplay< EnvironmentType >::Store().
| StateType nextState |
Definition at line 58 of file random_replay.hpp.
Referenced by RandomReplay< EnvironmentType >::Store().
| double reward |
Definition at line 57 of file random_replay.hpp.
Referenced by RandomReplay< EnvironmentType >::Store().
| StateType state |
Definition at line 55 of file random_replay.hpp.
Referenced by RandomReplay< EnvironmentType >::Store().