Skip to content

Commit

Permalink
Change batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
CasBex committed Sep 28, 2023
1 parent 8de7c84 commit d67b21c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function RLCore.Experiment(
state=Float32 => (ns,),
),
sampler=BatchSampler{SS′ART}(
batch_size=2048,
batch_size=128,
rng=rng
),
controller=InsertSampleRatioController(
Expand Down

0 comments on commit d67b21c

Please sign in to comment.