despot icon indicating copy to clipboard operation
despot copied to clipboard

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

Open KaedeShen11 opened this issue 3 years ago • 1 comments

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?

KaedeShen11 avatar May 09 '22 13:05 KaedeShen11

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.

cindycia avatar May 17 '22 06:05 cindycia