1#ifndef PROBFD_SUCCESSOR_SAMPLERS_ARBITRARY_SAMPLER_H
2#define PROBFD_SUCCESSOR_SAMPLERS_ARBITRARY_SAMPLER_H
4#include "probfd/algorithms/successor_sampler.h"
9template <
typename Action>
21#include "probfd/successor_samplers/arbitrary_sampler_impl.h"
A convenience class that represents a finite probability distribution.
Definition task_state_space.h:27
Interface providing access to various state properties during heuristic search.
Definition state_properties.h:22
An interface used to sample a state from a successor distribution.
Definition trap_aware_lrtdp.h:17
This namespace contains implementations of transition successor samplers.
Definition arbitrary_sampler.h:7
A StateID represents a state within a StateIDMap. Just like Fast Downward's StateID type,...
Definition types.h:22