Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 15, 2024
2 parents 6aa57d7 + bfc891f commit 67d7ff0
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 67d7ff0

Please sign in to comment.