Skip to content

Commit

Permalink
turn off replay buffer while we determine issue with off policy sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdviviano committed Feb 27, 2024
1 parent ccfa959 commit 55a242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/examples/train_hypergrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def main(args): # noqa: C901
parser.add_argument(
"--replay_buffer_size",
type=int,
default=100,
default=0,
help="If zero, no replay buffer is used. Otherwise, the replay buffer is used.",
)

Expand Down

0 comments on commit 55a242b

Please sign in to comment.