-
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: 3d2b4d32e61eae7ef867057b4bcc4ba82d8118f7 Pull Request resolved: #2571
- Loading branch information
Showing
4 changed files
with
135 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,6 @@ loss: | |
gamma: 0.99 | ||
hard_update_freq: 10_000 | ||
num_updates: 1 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,6 @@ loss: | |
gamma: 0.99 | ||
hard_update_freq: 50 | ||
num_updates: 1 | ||
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.