#include <rl_common/Random.h>
#include <rl_common/core.hh>
#include "../Models/FactoredModel.hh"
#include <set>
#include <vector>
#include <map>
#include <deque>
Go to the source code of this file.
Classes | |
class | PO_ETUCT |
struct | PO_ETUCT::state_info |
struct | PO_ETUCT::state_samples |
Defines UCT with eligiblity traces, and plans over states augmented with k-action histories. A modified version of UCT as presented in: L. Kocsis and C. Szepesv´ari, "Bandit based monte-carlo planning," in ECML-06. Number 4212 in LNCS. Springer, 2006, pp. 282-293.
Definition in file PO_ETUCT.hh.