AI-Planning / AI-Planning/macq
Sample paths to states in space within distance d from start state
Abierto
generation-technique
- Lenguaje dominante
- Python
- Estrellas
- 25
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Sphere Stratified Sampling is a way to sample a uniform distribution of states from a domain's search space (unit cost) (Clauscker, SoCS-21).
The technique was designed to solve the problem that sampling in search spaces is usually biased away from the states that we care most about, but it incidentally also returns a set of paths used in the calculation.
See attached image.

Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.