-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: ReinforcementLearningFarm v0.0.1
UUID: 14eff660-7080-4cec-bba2-cfb12cd77ac3 Repo: https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl.git Tree: 33aa39eccc5722f4658e5e1a6c96527001ecc6f9 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
- Loading branch information
1 parent
6d591b7
commit 444bd9c
Showing
5 changed files
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[0] | ||
CircularArrayBuffers = "0.1.12-0.1" | ||
Distributions = "0.25" | ||
FillArrays = "1" | ||
Flux = "0.14" | ||
ReinforcementLearning = "0.11" | ||
julia = "1.9.0-1" |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[0] | ||
CircularArrayBuffers = "9de3a189-e0c0-4e15-ba3b-b14b9fb0aec1" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" | ||
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
ReinforcementLearning = "158674fc-8238-5cab-b5ba-03dfc80d1318" |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
name = "ReinforcementLearningFarm" | ||
uuid = "14eff660-7080-4cec-bba2-cfb12cd77ac3" | ||
repo = "https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl.git" | ||
subdir = "src/ReinforcementLearningFarm" |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
["0.0.1"] | ||
git-tree-sha1 = "33aa39eccc5722f4658e5e1a6c96527001ecc6f9" |
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