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

Is backfilling in MCTS done right? #21

Open
kirarpit opened this issue Aug 9, 2018 · 0 comments
Open

Is backfilling in MCTS done right? #21

kirarpit opened this issue Aug 9, 2018 · 0 comments

Comments

@kirarpit
Copy link

kirarpit commented Aug 9, 2018

In backfilling we're updating only the edges which were chosen during the simulation. But since we can reach a state from two different states doing two different actions, shouldn't we update that other part of the tree from where as well we could've come to the same state? That's my understanding of

Action value Q is updated to track the mean of all evaluations V in the subtree below that action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant