Skip to content

Commit

Permalink
[RLlib] Doc update. Remove the no-longer-supported record_env param. (#…
Browse files Browse the repository at this point in the history
…29261)

Signed-off-by: Jun Gong <[email protected]>
  • Loading branch information
Jun Gong authored Oct 17, 2022
1 parent 162f32f commit a52155a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/source/rllib/rllib-training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,6 @@ The following is a list of the common algorithm hyper-parameters:
# a) handles window generation and rendering itself (returning True) or
# b) returns a numpy uint8 image of shape [height x width x 3 (RGB)].
"render_env": False,
# If True, stores videos in this relative directory inside the default
# output dir (~/ray_results/...). Alternatively, you can specify an
# absolute path (str), in which the env recordings should be
# stored instead.
# Set to False for not recording anything.
# Note: This setting replaces the deprecated `monitor` key.
"record_env": False,
# Whether to clip rewards during Policy's postprocessing.
# None (default): Clip for Atari only (r=sign(r)).
# True: r=sign(r): Fixed rewards -1.0, 1.0, or 0.0.
Expand Down

0 comments on commit a52155a

Please sign in to comment.