Scheduler
|
Public Member Functions | |
size_t | size () override |
size_t | size () override |
![]() | |
~ActionSpace () | |
Action * | getAction (action_t action) |
void | updateLastAction (action_t a) |
action_t | getLastAction () |
Additional Inherited Members | |
![]() | |
ActionSpace () | |
void | setDomainModelOfActions () |
![]() | |
std::vector< Action * > | actions |
std::shared_ptr< DomainModel > | domainModel {nullptr} |
action_t | lastAction {0} |
std::vector< ActionDimension > | dimensions |
Definition at line 40 of file reinforcedLearningTest.cpp.
|
inlineoverridevirtual |
Reimplemented from Mdp::ActionSpace.
Definition at line 43 of file reinforcedLearningTest.cpp.
|
inlineoverridevirtual |
Reimplemented from Mdp::ActionSpace.
Definition at line 46 of file reinforcementPerformanceTest.cpp.