You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why arent lengths directly sent into the get_costs function? I am trying to modify the code and also implement a min-max version of it for my paper.
#60
Open
Casualite opened this issue
Nov 26, 2023
· 1 comment
Firstly, I want to thank you for this paper and making the code public. It was a good place for me to start my implementation .
I might have misunderstood the code, but isn't the get_costs function being used to generate rewards? If no, could you tell me why that is used?
If yes, why not pass the lengths from the state directly?
The text was updated successfully, but these errors were encountered:
Hi! Not sure if I fully understand your question but the code is set up to be general. For example for prize collecting TPS or orienteering, costs is not just the length, hence we use the cost function.
Firstly, I want to thank you for this paper and making the code public. It was a good place for me to start my implementation .
I might have misunderstood the code, but isn't the get_costs function being used to generate rewards? If no, could you tell me why that is used?
If yes, why not pass the lengths from the state directly?
The text was updated successfully, but these errors were encountered: