Skip to content

Commit

Permalink
Drop 'dev' style package import
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored and kir0ul committed Nov 15, 2022
1 parent 80c50f8 commit 976f29f
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 53 deletions.
6 changes: 1 addition & 5 deletions notebooks/Chapter01_Tic_Tac_Toe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ using Markdown
using InteractiveUtils

# ╔═╡ 9b8c8d1a-481e-11eb-1b85-91264e100b12
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
end
using ReinforcementLearning

# ╔═╡ 7441759c-4853-11eb-3d63-2be1f95f59fe
using Plots
Expand Down
6 changes: 1 addition & 5 deletions notebooks/Chapter02_Ten_Armed_Testbed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ using Markdown
using InteractiveUtils

# ╔═╡ dab179ae-4a5a-11eb-317c-c7fa9d9ccf8f
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
end
using ReinforcementLearning

# ╔═╡ 109c4fb2-4a5b-11eb-08d5-bd6b1eb0ebe9
using Plots
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter03_Grid_World.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ bd94028c-5d8e-11eb-22b6-5fa384999fdb
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter04_Car_Rental.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 92081fb8-5d90-11eb-2078-ddbf87421051
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter04_Gambler_Problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ f5cc0f04-5d99-11eb-3abe-bf3fccdac9e6
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter04_Grid_World.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 604afcfc-5d9d-11eb-0e2d-4971e8c87824
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter05_Blackjack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 2697620e-5e5e-11eb-3568-ab2248561ebd
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter05_Left_Right.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 1f43297c-5e20-11eb-1ce3-5b75c0b5c368
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter06_Cliff_Walking.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 03c25682-4e46-11eb-1b97-33699faa080f
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Plots
using Flux
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter06_Maximization_Bias.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 9edb35ce-4ea7-11eb-353f-53459c337880
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Statistics
using Flux
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter06_RandomWalk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 741ec564-51c8-11eb-178d-3d5e49c0e174
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter06_Windy_Grid_World.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ d9097a02-51d0-11eb-304e-cb6b5940b4c7
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux

Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter07_Random_Walk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 94075d98-522a-11eb-00bd-8709e96862e9
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Statistics
using Flux
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter08_Expectation_VS_Sample.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ d80342ae-522b-11eb-19c0-cf931fb4ae81
begin
import Pkg
Pkg.activate(Base.current_project())
using Statistics
end

Expand Down
6 changes: 1 addition & 5 deletions notebooks/Chapter08_Maze.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ using Markdown
using InteractiveUtils

# ╔═╡ 4a40583e-5993-11eb-3121-0319695416d3
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
end
using ReinforcementLearning

# ╔═╡ 98ff088e-5994-11eb-1b32-d928c49e8466
using Flux
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter08_Trajectory_Sampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 4b149ad2-5bca-11eb-0104-0be8dd786177
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter09_Random_Walk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 9cd5e7cc-5c6c-11eb-3485-011143087d8d
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter10_Access_Control.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 970efd92-5c85-11eb-180e-d508223139fe
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter10_Mountain_Car.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ c2e4a0d0-5cae-11eb-199f-3b8bc7ca4867
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter11_Counter_Example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 973169b2-5cb5-11eb-2c27-8115e5bfec1f
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter12_Random_Walk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ 41d2dbc6-5d31-11eb-12d5-d9c5db4e22c0
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down
2 changes: 0 additions & 2 deletions notebooks/Chapter13_Short_Corridor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ using InteractiveUtils

# ╔═╡ a0c988de-f84c-11ec-3cb2-55683572ae09
begin
import Pkg
Pkg.activate(Base.current_project())
using ReinforcementLearning
using Flux
using Statistics
Expand Down

0 comments on commit 976f29f

Please sign in to comment.