Skip to content

Commit

Permalink
Removed indentation in 'rllib-learner.rst'.
Browse files Browse the repository at this point in the history
Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
  • Loading branch information
simonsays1980 committed Sep 25, 2024
1 parent 7d35bf7 commit 306df5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/rllib/rllib-learner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,12 @@ Getting and setting state


.. testcode::
:hide:
:hide:

import tempfile
import tempfile

LEARNER_CKPT_DIR = tempfile.mkdtemp()
LEARNER_GROUP_CKPT_DIR = tempfile.mkdtemp()
LEARNER_CKPT_DIR = tempfile.mkdtemp()
LEARNER_GROUP_CKPT_DIR = tempfile.mkdtemp()


Checkpointing
Expand Down

0 comments on commit 306df5b

Please sign in to comment.