You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/tips.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,8 @@ dependency, remember to update both `docs/Project.toml` and
27
27
All the cells after the `#+ tangle=true` line in `Your_Experment.jl` will be extracted into the
28
28
`ReinforcementLearningExperiments` package automatically. This feature is
29
29
supported by [Weave.jl](https://weavejl.mpastell.com/stable/usage/#tangle).
30
+
31
+
## How to enable debug timings for experiment runs?
32
+
33
+
Call `RLCore.TimerOutputs.enable_debug_timings(RLCore)` and default timings for hooks, policies and optimization steps will be printed. How do I reset the timer? Call `RLCore.TimerOutputs.reset_timer!(RLCore.timer)`. How do I show the timer results? Call `RLCore.timer`.
0 commit comments