Skip to content

Commit

Permalink
fix: update default buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
retinfai committed Jun 13, 2023
1 parent 5e0dfd9 commit 2446e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
('tau', 0.005),
('g', 10),
('batch_size', 32),
('buffer_size', 32),
('buffer_size', 1_000_000),
('seed', 123), #TODO: This doesn't do anything yet
('actor_lr', 1e-4),
('critic_lr', 1e-3),
Expand Down

0 comments on commit 2446e40

Please sign in to comment.