AI-Planning / AI-Planning/macq

Sample paths to states in space within distance d from start state

Abierto
#132 1 comentario 0 reacciones 0 asignados Ver en GitHub
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.

![image](https://user-images.githubusercontent.com/19785084/127327840-74f54b34-28fc-4c32-933b-b967a113e3c6.png)

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.