Implementation of continuous action. More...
Public Member Functions | |
| Action () | |
| Construct an action instance. More... | |
Public Attributes | |
| std::vector< double > | action |
Static Public Attributes | |
| static size_t | size = 0 |
Implementation of continuous action.
Definition at line 163 of file env_type.hpp.
|
inline |
Construct an action instance.
Definition at line 173 of file env_type.hpp.
| std::vector<double> action |
Definition at line 166 of file env_type.hpp.
|
static |
Definition at line 168 of file env_type.hpp.
Referenced by ContinuousActionEnv::IsTerminal().