bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp > Member List

This is the complete list of members for cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >, including all inherited members.

action_cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >protected
action_type typedefcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >
add_child(std::shared_ptr< MCTSNodeBase< ActionTp, StateTp > > child)cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >
add_child(std::shared_ptr< MCTSNodeBase< ActionTp, StateTp > > parent, action_type action)cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >
children_cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >protected
explored_children_cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >protected
get_action() const noexceptcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
get_child(uint_t cidx)cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
has_children() const noexceptcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
max_ucb_child(real_t temperature) constcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >
MCTSNodeBase(std::shared_ptr< MCTSNodeBase > parent, action_type action)cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >
n_children() const noexceptcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
n_explored_children() const noexceptcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
parent()cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
parent_cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >protected
shuffle_children() noexceptcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >
state_type typedefcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >
total_score_cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >protected
total_visits() const noexceptcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
total_visits_cubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >protected
ucb(real_t temperature) constcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >
update_explored_children() noexceptcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
update_total_score(real_t score) noexceptcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
update_visits() noexceptcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
win_pct() constcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >inline
~MCTSNodeBase()=defaultcubeai::rl::algos::mc::MCTSNodeBase< ActionTp, StateTp >virtual