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
The current route scoring algorithm provides undesired route scores for some Python levels, in particular Python Den Level 38. For this level, because of the level's learning goal, the model solution involves taking a slightly longer route as the van has to turn around and double back on itself - because of this the route score for the model solution is 8/10.
This task is to investigate the current route algorithm and ensure that all model solutions get a 10/10 route score.
The text was updated successfully, but these errors were encountered:
evemartin
changed the title
Rework route scoring algorithm
Bug: some model solutions do not get 10/10 route scores
Aug 12, 2024
The current route scoring algorithm provides undesired route scores for some Python levels, in particular Python Den Level 38. For this level, because of the level's learning goal, the model solution involves taking a slightly longer route as the van has to turn around and double back on itself - because of this the route score for the model solution is 8/10.
This task is to investigate the current route algorithm and ensure that all model solutions get a 10/10 route score.
The text was updated successfully, but these errors were encountered: