mlpack 3.4.2
Public Attributes | List of all members
RandomReplay< EnvironmentType >::Transition Struct Reference

#include <random_replay.hpp>

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.

◆ isEnd

bool isEnd

Definition at line 59 of file random_replay.hpp.

◆ nextState

StateType nextState

Definition at line 58 of file random_replay.hpp.

◆ reward

double reward

Definition at line 57 of file random_replay.hpp.

◆ state

StateType state

Definition at line 55 of file random_replay.hpp.


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