Skip to content

Commit

Permalink
Update (base update)
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 15, 2024
1 parent a248e50 commit bfc891f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sota-implementations/gail/gail.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def main(cfg: "DictConfig"): # noqa: F821
),
sampler=SamplerWithoutReplacement(),
batch_size=cfg.ppo.loss.mini_batch_size,
compilable=cfg.compile.compile,
)

# Create loss and adv modules
Expand Down

0 comments on commit bfc891f

Please sign in to comment.