Skip to content

Commit

Permalink
eval: fix debugging noise committed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
wasowski authored and mohsen-ghaffari1992 committed Jan 10, 2024
1 parent 247598e commit 790182e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/scala/symsim/ExperimentSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ trait ExperimentSpec[State, ObservableState, Action]
noOfEpisodes: Int = 5
): EvaluationResults =
val ss: Randomized[State] = initials.getOrElse (setup.agent.initialize)
println(policies.map {_.toString}.mkString("\n"))
for p <- policies
episodeRewards: Randomized[Randomized[Double]] = setup.evaluate (p, ss)
rewards: Randomized[Double] = episodeRewards.map { e => e.sample () }
Expand Down

0 comments on commit 790182e

Please sign in to comment.