|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
This is the complete list of members for bitrl::VectorTimeStep< StateType >, including all inherited members.
| discounts() const noexcept | bitrl::VectorTimeStep< StateType > | inline |
| done() const noexcept | bitrl::VectorTimeStep< StateType > | |
| last() const noexcept | bitrl::VectorTimeStep< StateType > | |
| observations() const | bitrl::VectorTimeStep< StateType > | inline |
| operator=(const VectorTimeStep &other) | bitrl::VectorTimeStep< StateType > | |
| operator=(VectorTimeStep &&other) noexcept | bitrl::VectorTimeStep< StateType > | |
| reward() const noexcept | bitrl::VectorTimeStep< StateType > | |
| rewards() const noexcept | bitrl::VectorTimeStep< StateType > | inline |
| state_type typedef | bitrl::VectorTimeStep< StateType > | |
| types() const noexcept | bitrl::VectorTimeStep< StateType > | inline |
| VectorTimeStep()=default | bitrl::VectorTimeStep< StateType > | |
| VectorTimeStep(const std::vector< TimeStepTp > &types, const std::vector< real_t > &rewards, const std::vector< state_type > &obs) | bitrl::VectorTimeStep< StateType > | |
| VectorTimeStep(const std::vector< TimeStepTp > &types, const std::vector< real_t > &rewards, const std::vector< state_type > &obs, const std::vector< real_t > &discount_factors) | bitrl::VectorTimeStep< StateType > | |
| VectorTimeStep(const std::vector< TimeStepTp > &types, const std::vector< real_t > &rewards, const std::vector< state_type > &obs, const std::vector< real_t > &discount_factors, std::unordered_map< std::string, std::any > &&extra) | bitrl::VectorTimeStep< StateType > | |
| VectorTimeStep(const VectorTimeStep &other) | bitrl::VectorTimeStep< StateType > | |
| VectorTimeStep(VectorTimeStep &&other) noexcept | bitrl::VectorTimeStep< StateType > |