You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We define batch_size in the WorkerSettings, which is initialized using the sample_batch_size argument from neps.run(). However, at runtime, although multiple trials are sampled according to batch_size, only the first one is actually used.
We define
batch_sizein theWorkerSettings, which is initialized using thesample_batch_sizeargument from neps.run(). However, at runtime, although multiple trials are sampled according to batch_size, only the first one is actually used.