Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alisonparedes opened this issue Jul 28, 2021 · 1 comment
Open
Labels
generation-technique New model generation technique to implement

Comments

@alisonparedes
Copy link

alisonparedes commented Jul 28, 2021

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

@haz
Copy link
Contributor

haz commented Jul 29, 2021

This seems eerily close to our goal sampling strategy! Means we must be on the right track...

@haz haz added the generation-technique New model generation technique to implement label Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generation-technique New model generation technique to implement
Projects
None yet
Development

No branches or pull requests

2 participants