1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2025-09-02 09:02:35 +00:00

Fix typos

This commit is contained in:
Mo8it 2022-03-19 23:11:03 +01:00
parent 9c3d2fd562
commit a4950979fe
41 changed files with 45 additions and 45 deletions

View file

@ -110,4 +110,4 @@ function plot_mean_κ(; rl_dir::String, n_last_episodes::Int64)
save_fig("mean_kappa.pdf", fig; parent_dir=rl_dir)
return nothing
end
end

View file

@ -245,4 +245,4 @@ function run_random_walk()
plot_random_walk(; T=100_000.0, v₀=0.0, seed=12345)
return nothing
end
end

View file

@ -238,4 +238,4 @@ function run_radial_distribution_analysis()
)
return nothing
end
end

View file

@ -75,4 +75,4 @@ function run_reward_discount_analysis()
)
return nothing
end
end