Skip to content

Commit 3170351

Browse files
committed
finished chapter01 and chapter02
1 parent 9d92c19 commit 3170351

17 files changed

Lines changed: 3723 additions & 2800 deletions

Manifest.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ version = "0.8.4"
206206

207207
[[FiniteDiff]]
208208
deps = ["ArrayInterface", "LinearAlgebra", "Requires", "SparseArrays", "StaticArrays"]
209-
git-tree-sha1 = "109cca539ac87b1b95538f539ed8eb7e3f35eee5"
209+
git-tree-sha1 = "eb90294af97b564e6036b49296479d7f667763c0"
210210
uuid = "6a86dc24-6348-571c-b903-95158fe2bd41"
211-
version = "2.1.0"
211+
version = "2.2.0"
212212

213213
[[FixedPointNumbers]]
214214
git-tree-sha1 = "d14a6fa5890ea3a7e5dcab6811114f132fec2b4b"
@@ -439,9 +439,9 @@ version = "1.0.1"
439439

440440
[[PlotUtils]]
441441
deps = ["Colors", "Dates", "Printf", "Random", "Reexport"]
442-
git-tree-sha1 = "22bd7d0a1f4665d66317d6c89a57f6bba9f2560d"
442+
git-tree-sha1 = "a146cb72ec962aec81d478de49d1011db06dd754"
443443
uuid = "995b91a9-d308-5afd-9ec6-746e21dbc043"
444-
version = "0.6.2"
444+
version = "0.6.3"
445445

446446
[[Plots]]
447447
deps = ["Base64", "Contour", "Dates", "FFMPEG", "FixedPointNumbers", "GR", "GeometryTypes", "JSON", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "Printf", "REPL", "Random", "RecipesBase", "Reexport", "Requires", "Showoff", "SparseArrays", "Statistics", "StatsBase", "UUIDs"]

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.2.0"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
8+
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
89
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
910
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1011
ReinforcementLearningBase = "e575027e-6cd6-5018-9292-cdc6200d2b44"

0 commit comments

Comments
 (0)