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

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

clear() noexceptbitrl::TimeStep< StateTp >
discount() const noexceptbitrl::TimeStep< StateTp >inline
done() const noexceptbitrl::TimeStep< StateTp >inline
first() const noexceptbitrl::TimeStep< StateTp >inline
get_extra(std::string name) constbitrl::TimeStep< StateTp >
info() const noexceptbitrl::TimeStep< StateTp >inline
info() noexceptbitrl::TimeStep< StateTp >inline
last() const noexceptbitrl::TimeStep< StateTp >inline
mid() const noexceptbitrl::TimeStep< StateTp >inline
observation() constbitrl::TimeStep< StateTp >inline
operator=(const TimeStep &other)bitrl::TimeStep< StateTp >
operator=(TimeStep &&other) noexceptbitrl::TimeStep< StateTp >
reward() const noexceptbitrl::TimeStep< StateTp >inline
state_type typedefbitrl::TimeStep< StateTp >
TimeStep()bitrl::TimeStep< StateTp >
TimeStep(TimeStepTp type, real_t reward, const state_type &obs)bitrl::TimeStep< StateTp >
TimeStep(TimeStepTp type, real_t reward, const state_type &obs, real_t discount_factor)bitrl::TimeStep< StateTp >
TimeStep(TimeStepTp type, real_t reward, const state_type &obs, real_t discount_factor, std::unordered_map< std::string, std::any > &&extra)bitrl::TimeStep< StateTp >
TimeStep(const TimeStep &other)bitrl::TimeStep< StateTp >
TimeStep(TimeStep &&other) noexceptbitrl::TimeStep< StateTp >
type() const noexceptbitrl::TimeStep< StateTp >inline