Skip to content

Commit 4e6e668

Browse files
committed
Change stepsToStart arg
1 parent 94414db commit 4e6e668

File tree

1 file changed

+1
-1
lines changed
  • usvm-ml-gameserver/src/main/kotlin/org.usvm/gameserver

1 file changed

+1
-1
lines changed

usvm-ml-gameserver/src/main/kotlin/org.usvm/gameserver/Explorer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private fun cloneDefaultOptions(gameMap: GameMap, predict: (GameState) -> UInt):
4646
return defaultOptions.copy(
4747
pathSelectionStrategies = listOf(defaultSearcher, PathSelectionStrategy.AI),
4848
stepLimit = stepLimit,
49-
stepsToStart = gameMap.stepsToStart,
49+
stepsToStart = gameMap.stepsToStart + gameMap.stepsToPlay,
5050
oracle = OracleImpl<BasicBlock>(predict)
5151
)
5252
}

0 commit comments

Comments
 (0)