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

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

Comments

@Casualite
Copy link

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?

@wouterkool
Copy link
Owner

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.

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