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

what different between Config.simlen and Config.depth in despot #19

Open
KaedeShen11 opened this issue May 9, 2022 · 1 comment
Open

Comments

@KaedeShen11
Copy link

depth is maximum depth of search tree, simlen is number of steps to simulate, so what is number of steps to simulate?? And why take simulation runs greater than 1?

@cindycia
Copy link
Collaborator

depth is maximum depth of search tree, simlen is number of steps to simulate, so what is number of steps to simulate?? And why take simulation runs greater than 1?

--simlen sets the length of each run/episode. So, each run will contain simlen steps.
Setting --runs > 1 allows to run multiple episodes to evaluate the average performance of DESPOT.

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

2 participants