RandomReplay< EnvironmentType >::Transition Struct Reference

Public Attributes

ActionType action
 
bool isEnd
 
StateType nextState
 
double reward
 
StateType state
 

Detailed Description


template
<
typename
EnvironmentType
>

struct mlpack::rl::RandomReplay< EnvironmentType >::Transition

Definition at line 53 of file random_replay.hpp.

Member Data Documentation

◆ action

ActionType action

Definition at line 56 of file random_replay.hpp.

Referenced by RandomReplay< EnvironmentType >::Store().

◆ isEnd

bool isEnd

Definition at line 59 of file random_replay.hpp.

Referenced by RandomReplay< EnvironmentType >::Store().

◆ nextState

StateType nextState

Definition at line 58 of file random_replay.hpp.

Referenced by RandomReplay< EnvironmentType >::Store().

◆ reward

double reward

Definition at line 57 of file random_replay.hpp.

Referenced by RandomReplay< EnvironmentType >::Store().

◆ state

StateType state

Definition at line 55 of file random_replay.hpp.

Referenced by RandomReplay< EnvironmentType >::Store().


The documentation for this struct was generated from the following file:
  • /home/ryan/src/mlpack.org/_src/mlpack-git/src/mlpack/methods/reinforcement_learning/replay/random_replay.hpp