AI-Planning / macq

Library for action model acquisition from state trace data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FD-like State Sampler

haz opened this issue · comments

Takes into account the goal and heuristic in order to find the target sample length. Other notes:

  • Binomial distribution to compute the plan length
  • Resets if a deadend is hit
  • Actions sampled uniformly from those applicable
  • Returns if no actions are applicable

Code [here]