GDAE icon indicating copy to clipboard operation
GDAE copied to clipboard

heuristic function in GDAM_env.py different from the paper?

Open leongkhing opened this issue 2 years ago • 1 comments

Hi, I was trying to get the code running but there was some issue where the final goal was never selected as the POI, so I checked the GDAM_env.py. Correct me if I understood wrongly, it seems to me that the h score mentioned in the paper is calculated in the heuristic function, but the calculation is not the same as the one described in the paper?

Thanks!

leongkhing avatar Mar 22 '23 16:03 leongkhing

Hi,

this is the basic version of a heuristic for selecting POI. In the implementation, we used the calculation in the paper. The calculation is available at https://github.com/reiniscimurs/IDLE-heuristic

reiniscimurs avatar Mar 27 '23 19:03 reiniscimurs