mirror of
https://github.com/binghong-ml/retro_star.git
synced 2026-04-03 00:18:58 -06:00
Question about getting the best entire route cost before ValueMLP network is ready #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mike575 on 12/28/2020
Hi, I am sincerely thankful for your code and paper.
I'm currently trying to train ValueMLP network on my own resulting dataset. But I got some problem when I trying to construct resulting dataset from training routes. The resulting dataset need the best entire route cost vi. But I have no idea to get the best entire route cost before ValueMLP network is ready. It's something like the chicken and egg problem.