-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make softgaussian * add tanh * Update docstring * fixing SAC * enable tests * Improve correctness of GaussianNetwork * update CUDA * use the new TargetNetwork * fix test * fix diaglogpdf * fix tests * RLCore * bump versions and compats * Core import * reomve DomainSets 0.7 compat * Update src/ReinforcementLearningDatasets/README.md Co-authored-by: Jeremiah <[email protected]> * Update Project.toml * Update Project.toml * Update Project.toml * Update Project.toml * Bump compat * Update Project.toml * Update Project.toml --------- Co-authored-by: Jeremiah <[email protected]>
- Loading branch information
1 parent
3b21982
commit e772d6f
Showing
93 changed files
with
588 additions
and
536 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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ReinforcementLearningBase" | ||
uuid = "e575027e-6cd6-5018-9292-cdc6200d2b44" | ||
authors = ["Johanni Brea <[email protected]>", "Jun Tian <[email protected]>"] | ||
version = "0.12.1" | ||
version = "0.12.2" | ||
|
||
[deps] | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
|
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
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.