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

#include <prioritized_replay.hpp>

Public Attributes

ActionType action
 
bool isEnd
 
StateType nextState
 
double reward
 
StateType state
 

Detailed Description

template<typename EnvironmentType>
struct mlpack::rl::PrioritizedReplay< EnvironmentType >::Transition

Definition at line 48 of file prioritized_replay.hpp.

Member Data Documentation

◆ action

ActionType action

Definition at line 51 of file prioritized_replay.hpp.

◆ isEnd

bool isEnd

Definition at line 54 of file prioritized_replay.hpp.

◆ nextState

StateType nextState

Definition at line 53 of file prioritized_replay.hpp.

◆ reward

double reward

Definition at line 52 of file prioritized_replay.hpp.

◆ state

StateType state

Definition at line 50 of file prioritized_replay.hpp.


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