Skip to content

Commit a168774

Browse files
committed
spacing
1 parent b292424 commit a168774

File tree

1 file changed

+1
-0
lines changed
  • src/ReinforcementLearningCore/src/core

1 file changed

+1
-0
lines changed

src/ReinforcementLearningCore/src/core/run.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ function _run(policy::AbstractPolicy, env::AbstractEnv, stop_condition, hook, re
8484
while !reset_condition(policy, env) # one episode
8585
policy(PreActStage(), env)
8686
hook(PreActStage(), policy, env)
87+
8788
env |> policy |> env
8889
optimise!(policy)
8990

0 commit comments

Comments
 (0)