bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
cuberl::rl::with_q_table_mixin Struct Reference

The WithQTableMixin struct. More...

#include <rl_mixins.h>

Public Types

typedef uint_t state_type
 
typedef uint_t action_type
 
typedef real_t value_type
 

Public Member Functions

void initialize (state_type n_states, action_type n_actions, real_t init_value)
 initialize
 

Public Attributes

DynMat< value_typeq_table
 q_table
 

Detailed Description

The WithQTableMixin struct.

Member Typedef Documentation

◆ action_type

◆ state_type

◆ value_type

Member Function Documentation

◆ initialize()

void cuberl::rl::with_q_table_mixin::initialize ( state_type  n_states,
action_type  n_actions,
real_t  init_value 
)

initialize

Parameters
n_states
n_actions
init_value

Member Data Documentation

◆ q_table

DynMat<value_type> cuberl::rl::with_q_table_mixin::q_table

q_table


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