Skip to content

Commit

Permalink
Merge pull request #166 from GFNOrg/turn_off_replay_buffer
Browse files Browse the repository at this point in the history
turn off replay buffer while we determine issue with off policy sampling
  • Loading branch information
josephdviviano authored Feb 27, 2024
2 parents a565d4b + 55a242b commit 7400053
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 7400053

Please sign in to comment.