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 16, 2024
1 parent c17fea0 commit 1402fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sota-implementations/td3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def make_replay_buffer(
prefetch: int = 3,
compile: bool = False,
):
if compile:
prefetch = 0
with (
tempfile.TemporaryDirectory()
if scratch_dir is None
Expand Down

0 comments on commit 1402fae

Please sign in to comment.