Aaron617 / tree-planner

The source code for iclr 2024 tree-planner https://arxiv.org/abs/2310.08582
MIT License
10 stars 0 forks source link

Missing dataset files and general improvements #2

Open Gamapro opened 3 months ago

Gamapro commented 3 months ago

Hello authors!

I'm very interested in your work and I want to reproduce your results to understand your method in detail. However I find that it is not possible due to some missing files, resulting in errors as follow.

FileNotFoundError: [Errno 2] No such file or directory: '../dataplace/data/TrimmedTestScene1_graph/val.json'

In this previous issue you mentioned you used this dataset, but I couldn't find the missing files in that data.

Can you please help me provide, or in case, explain where to get this files?

Other than this, there are some improvements I recommend you to improve your repository.

Thank you very much for your work!

Richardhrz commented 1 month ago

hello author,it spent me a lot of time to reproduce your work and finally get stucked in the missing file: val.json. can you please help to give a link for this file? thx.