We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94633b commit 758b8fdCopy full SHA for 758b8fd
usvm-ml-gameserver/src/main/kotlin/org.usvm/gameserver/Explorer.kt
@@ -33,7 +33,7 @@ fun randomExplorer(
33
return GameOver(
34
floor(percentageCoverage).toUInt(),
35
test = tests.toUInt(),
36
- stepsCount = gameMap.stepsToStart + gameMap.stepsToStart, // TODO: send the actual step count
+ stepsCount = gameMap.stepsToStart + gameMap.stepsToPlay, // TODO: send the actual step count
37
error = errors.toUInt()
38
)
39
}
0 commit comments