bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
bitrl::envs::ContinuousVectorSpace< Size, 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 = Size
 The overall size of the space meaning how many elements can potentially the space have.
 

Member Typedef Documentation

◆ space_item_type

template<uint_t Size, typename T = real_t>
typedef std::vector<T> bitrl::envs::ContinuousVectorSpace< Size, T >::space_item_type

item_t

Member Data Documentation

◆ size

template<uint_t Size, typename T = real_t>
constexpr uint_t bitrl::envs::ContinuousVectorSpace< Size, T >::size = Size
staticconstexpr

The overall size of the space meaning how many elements can potentially the space have.


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