Draft
Conversation
CleverManu
reviewed
Mar 31, 2026
chenkins
commented
Apr 1, 2026
chenkins
commented
Apr 1, 2026
chenkins
commented
Apr 13, 2026
|
|
||
| ⭐ Supported Flatland Versions | ||
| ----------------------------- | ||
| You must use Flatland version [4.2.5](https://github.com/flatland-association/flatland-rl/releases/tag/v4.2.5) (forthcoming). No newline at end of file |
Contributor
Author
There was a problem hiding this comment.
TODO release with https://github.com/flatland-association/flatland-rl/pull/397/changes
chenkins
commented
Apr 13, 2026
Co-authored-by: Christian Eichenberger <[email protected]>
chenkins
commented
Apr 13, 2026
chenkins
commented
Apr 13, 2026
| -------- | ||
|
|
||
| * Competition start: May 4th, 2026 | ||
| * Submission closure: June 8th, 2026 (AoE) |
Contributor
Author
There was a problem hiding this comment.
to be implemented flatland-association/flatland-benchmarks#571
chenkins
commented
Apr 13, 2026
Comment on lines
+48
to
+57
| | factor | value | | ||
| |-------------------------------------------|:-----:| | ||
| | journey not started (cancellation factor) | 5 | | ||
| | cancellation time buffer | 0 | | ||
| | delay at target | 1 | | ||
| | target not reached minimum penalty | 100 | | ||
| | intermediate stop not served | 50 | | ||
| | intermediate late arrival | 0.5 | | ||
| | intermediate early departure | 0.5 | | ||
| | collision | 250 | |
Contributor
Author
There was a problem hiding this comment.
add ECML2026Rewards inheriting from DevaultRewards to core?
chenkins
commented
Apr 13, 2026
chenkins
commented
Apr 23, 2026
| | `K8S_RESOURCE_ALLOCATION` | `{"requests": {"memory": "15Gi", "cpu": "4"}, "limits": {"memory": "15Gi", "cpu": "4"}}` | Failure | resource limits for pod running the submission | | ||
| | `RUNNING_TIME_LIMIT` | `1800` (30 min) | Success with termination cause | per scenario | ||
| | `ACTIVE_DEADLINE_SECONDS` | `18000` (5h) | Success with termination cause | everything including technical overhead for starting pods | | ||
| | `PERCENTAGE_COMPLETE_THRESHOLD` | `0.25` (25%) | Success with termination cause | `Mean percentage of done agents during the last test was too low` | |
chenkins
commented
Apr 23, 2026
Co-authored-by: Christian Eichenberger <[email protected]>
chenkins
commented
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes flatland-association/flatland-benchmarks#536
Relates to flatland-association/flatland-benchmarks#133