|
Scheduler
|
Public Member Functions | |
| size_t | size () override |
| size_t | size () override |
Public Member Functions inherited from Mdp::ActionSpace | |
| ~ActionSpace () | |
| Action * | getAction (action_t action) |
| void | updateLastAction (action_t a) |
| action_t | getLastAction () |
Additional Inherited Members | |
Protected Member Functions inherited from Mdp::ActionSpace | |
| ActionSpace () | |
| void | setDomainModelOfActions () |
Protected Attributes inherited from Mdp::ActionSpace | |
| 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.
1.8.11