Skip to content

Commit

Permalink
Readded parser argument.
Browse files Browse the repository at this point in the history
Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
  • Loading branch information
simonsays1980 committed Jun 25, 2024
1 parent c56302b commit 54fcbf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rllib/examples/evaluation/evaluation_parallel_to_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
evaluation_interval=1,
evaluation_duration_unit="timesteps",
)
parser.add_argument(
"--evaluation-parallel-to-training-wo-thread",
action="store_true",
help="A debugging setting that disables using a threadpool when evaluating in "
"parallel to training. Use for testing purposes only!",
)


class AssertEvalCallback(DefaultCallbacks):
Expand Down

0 comments on commit 54fcbf0

Please sign in to comment.