Skip to content

Commit

Permalink
fix: use the right file in the smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
cric96 committed Apr 15, 2023
1 parent 11edc04 commit 24995ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/experiments/evaluation/SmokeTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object SmokeTest extends App {
LoggerFactory.getLogger(classOf[JVMConstructor]).asInstanceOf[ch.qos.logback.classic.Logger].setLevel(Level.OFF)

val env = new AlchemistEnvironment(
envDefinition = s"./src/main/scala/experiments/evaluation/smoke",
envDefinition = s"./src/main/scala/experiments/evaluation/Smoke.yaml",
rewardFunction = rewardFunction,
actionSpace = CohesionCollisionActions.toSeq(),
randomSeed = Some(42),
Expand Down

0 comments on commit 24995ab

Please sign in to comment.