AIToolbox
A library that offers tools for AI problem solving.
Rollout.hpp File Reference

Go to the source code of this file.

Namespaces

 AIToolbox
 
 AIToolbox::MDP
 

Functions

template<typename M , typename Gen >
requires AIToolbox::IsGenerativeModel< M > &&HasIntegralActionSpace< M > double AIToolbox::MDP::rollout (const M &m, std::remove_cvref_t< decltype(std::declval< M >().getS())> s, const unsigned maxDepth, Gen &rnd)
 This function performs a rollout from the input state. More...