diff --git a/tutorials/examples/train_hypergrid.py b/tutorials/examples/train_hypergrid.py index f52932e9..a051e850 100644 --- a/tutorials/examples/train_hypergrid.py +++ b/tutorials/examples/train_hypergrid.py @@ -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.", )