bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
bitrl::VectorTimeStep< StateType > Member List

This is the complete list of members for bitrl::VectorTimeStep< StateType >, including all inherited members.

discounts() const noexceptbitrl::VectorTimeStep< StateType >inline
done() const noexceptbitrl::VectorTimeStep< StateType >
last() const noexceptbitrl::VectorTimeStep< StateType >
observations() constbitrl::VectorTimeStep< StateType >inline
operator=(const VectorTimeStep &other)bitrl::VectorTimeStep< StateType >
operator=(VectorTimeStep &&other) noexceptbitrl::VectorTimeStep< StateType >
reward() const noexceptbitrl::VectorTimeStep< StateType >
rewards() const noexceptbitrl::VectorTimeStep< StateType >inline
state_type typedefbitrl::VectorTimeStep< StateType >
types() const noexceptbitrl::VectorTimeStep< StateType >inline
VectorTimeStep()=defaultbitrl::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) noexceptbitrl::VectorTimeStep< StateType >