-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] DQN compatibility with compile
ghstack-source-id: 113dc8c4a5562d217ed867ace1942b2f6b8a39f9 Pull Request resolved: #2571
- Loading branch information
Showing
8 changed files
with
193 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,8 @@ loss: | |
gamma: 0.99 | ||
hard_update_freq: 50 | ||
num_updates: 1 | ||
|
||
compile: | ||
compile: False | ||
compile_mode: | ||
cudagraphs: False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
f149811
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'CPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.benchmarks/test_replaybuffer_benchmark.py::test_rb_populate[TensorDictReplayBuffer-ListStorage-RandomSampler-400]
40.0791586468971
iter/sec (stddev: 0.14671093873852345
)228.88976793740443
iter/sec (stddev: 0.0007786595522294667
)5.71
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens