DHC icon indicating copy to clipboard operation
DHC copied to clipboard

Cannot reproduce the performance of the trained model

Open acforvs opened this issue 2 years ago • 3 comments

Hi, thank you for this repo!

I used the hyperparameters from configs.py for training, but after 150k+ steps, the model's performance has nearly changed (and is still bad), and the loss seems to be nearly the same as well (~ 0.0042)

I was wondering if you have made any changes to the parameters and if you would be able to share them

Thanks!

acforvs avatar Dec 26 '22 08:12 acforvs

Hi, I am trying to run the code yet meet a problem. I'm wondering if you would be able to help me with it. Thanks a lot! I was hoping to re-train the model, and I used python3 train.py however it showed that there's a typeerror regarding the package ray. I start to question if I gave the wrong command and how to train a DHC model? It would be of great help if you can show me how you start training this model. Thanks!!

wanggsz avatar Nov 02 '23 14:11 wanggsz

Hi @wanggsz, I slightly refactored the code, you can find my extended version here https://github.com/acforvs/dhc-robust-mapf. It also contains some scripts to measure the performance on MovingAI maps.

There were several issues with the config file in the original repo that made it impossible to replicate the performance.

acforvs avatar Nov 02 '23 15:11 acforvs

Hi, @acforvs Thank you for the reply. I’ll check out the link. Thanks a lot! :)

wanggsz avatar Nov 03 '23 06:11 wanggsz