bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
bitrl::envs::DiscreteVectorSpace< SpaceSize, T > Struct Template Reference

#include <space_type.h>

Public Types

typedef std::vector< T > space_item_type
 item_t
 

Static Public Attributes

static constexpr uint_t size = SpaceSize
 size. The number of members in the space
 

Member Typedef Documentation

◆ space_item_type

template<uint_t SpaceSize, typename T = uint_t>
typedef std::vector<T> bitrl::envs::DiscreteVectorSpace< SpaceSize, T >::space_item_type

item_t

Member Data Documentation

◆ size

template<uint_t SpaceSize, typename T = uint_t>
constexpr uint_t bitrl::envs::DiscreteVectorSpace< SpaceSize, T >::size = SpaceSize
staticconstexpr

size. The number of members in the space


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