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

heuristic function in GDAM_env.py different from the paper? #8

Open
leongkhing opened this issue Mar 22, 2023 · 1 comment
Open

heuristic function in GDAM_env.py different from the paper? #8

leongkhing opened this issue Mar 22, 2023 · 1 comment

Comments

@leongkhing
Copy link

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!

@reiniscimurs
Copy link
Owner

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

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