Skip to content
New issue

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

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

Already on GitHub? # to your account

Possible bug in Turing Gibbs of MH #8

Open
marcoct opened this issue Mar 23, 2019 · 1 comment
Open

Possible bug in Turing Gibbs of MH #8

marcoct opened this issue Mar 23, 2019 · 1 comment

Comments

@marcoct
Copy link
Contributor

marcoct commented Mar 23, 2019

These two configurations give different results for the algorithmic model (inverse planning) problem (with noise and speed fixed to values near the ground truth value, to simplify the problem):

chain = sample(model(scene, times, xs, ys), Gibbs(iters, MH(1, :stop_x, :stop_y)))
chain = sample(model(scene, times, xs, ys), MH(iters, :stop_x, :stop_y))

See https://github.com/probcomp/pldi2019-gen-experiments/blob/master/algorithmic-model/turing/generate_turing_results.jl#L62

@marcoct
Copy link
Contributor Author

marcoct commented Mar 23, 2019

I tried to reproduce this Turing problem on a small test case but have not succeeded yet:

https://github.com/probcomp/pldi2019-gen-experiments/blob/master/algorithmic-model/turing/turing_debug.jl

@marcoct marcoct closed this as completed Apr 16, 2019
@marcoct marcoct reopened this Apr 16, 2019
@marcoct marcoct changed the title Turing Gibbs of MH doesn't give accurate results Possible bug in Turing Gibbs of MH Apr 16, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant