This repository was archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Update dependencies #90
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
7e9f690
sync
findmyway 56794b5
update RLBase to newer version
findmyway c945354
switch to CUDA.jl
findmyway ef7fb07
fix more
findmyway de8aec4
fix tests
findmyway eaf2ae0
better printing
findmyway 92d41a7
rename obs -> env
findmyway fda7ebc
sync changes
findmyway 34b649c
allow setting max_depth when printing struct
findmyway 724c3dc
minor fix
findmyway 690ac90
decrease max_depth
findmyway 204df51
simplify printing
findmyway d17ee39
resolve comments
findmyway 2249bc7
support RandomStartPolicy
findmyway 24f8a40
fix #73
findmyway f1708a0
ignore gpu related tests when CUDA is not available
findmyway File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,13 +1,13 @@ | ||
| name = "ReinforcementLearningCore" | ||
| uuid = "de1b191a-4ae0-4afa-a27b-92d07f46b2d6" | ||
| authors = ["Jun Tian <[email protected]>"] | ||
| version = "0.3.3" | ||
| version = "0.4.0" | ||
|
|
||
| [deps] | ||
| AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
| Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" | ||
| BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0" | ||
| CUDAapi = "3895d2a7-ec45-59b8-82bb-cfc6a382f9b3" | ||
| CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae" | ||
| CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" | ||
| Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
| FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" | ||
| Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" | ||
|
|
@@ -25,22 +25,17 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | |
| Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" | ||
|
|
||
| [compat] | ||
| Adapt = "1, 2" | ||
| BSON = "0.2" | ||
| CUDAapi = "3, 4" | ||
| CuArrays = "1.7, 2" | ||
| Distributions = "0.22, 0.23" | ||
| FillArrays = "0.8" | ||
| Flux = "0.10" | ||
| GPUArrays = "2, 3, 4.0" | ||
| Flux = "0.11" | ||
| ImageTransformations = "0.8" | ||
| JLD = "0.10" | ||
| MacroTools = "0.5" | ||
| ProgressMeter = "1.2" | ||
| ReinforcementLearningBase = "0.7" | ||
| ReinforcementLearningBase = "0.8" | ||
| Setfield = "0.6" | ||
| StatsBase = "0.32, 0.33" | ||
| Zygote = "0.4" | ||
| julia = "1.3" | ||
|
|
||
| [extras] | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.