1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-19 19:01:17 +00:00

Remove includet

This commit is contained in:
Mo8it 2022-02-08 23:06:22 +01:00
parent 5901cad09f
commit 539029c3a1
7 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@ using Statistics: Statistics
using ReCo: ReCo using ReCo: ReCo
includet("../src/Visualization/common_CairoMakie.jl") include("../src/Visualization/common_CairoMakie.jl")
function plot_mean_kappa(; rl_dir::String, n_last_episodes::Int64) function plot_mean_kappa(; rl_dir::String, n_last_episodes::Int64)
dir_content = readdir(rl_dir; join=true, sort=true) dir_content = readdir(rl_dir; join=true, sort=true)

View file

@ -9,7 +9,7 @@ using ProgressMeter: ProgressMeter
using ReCo: ReCo using ReCo: ReCo
includet("../src/Visualization/common_CairoMakie.jl") include("../src/Visualization/common_CairoMakie.jl")
# IMPORTANT: Disable the periodic boundary conditions # IMPORTANT: Disable the periodic boundary conditions
# The arguments types have to match for the function to be overwritten! # The arguments types have to match for the function to be overwritten!

View file

@ -9,7 +9,7 @@ using Random: Random
using ReCo: ReCo using ReCo: ReCo
includet("../../src/Visualization/common_CairoMakie.jl") include("../../src/Visualization/common_CairoMakie.jl")
function radial_distribution_simulation(; function radial_distribution_simulation(;
n_particles::Int64, v₀s::NTuple{N,Float64}, T::Float64, packing_fraction::Float64 n_particles::Int64, v₀s::NTuple{N,Float64}, T::Float64, packing_fraction::Float64

View file

@ -3,7 +3,7 @@ using LaTeXStrings: @L_str
using ReCo: ReCo using ReCo: ReCo
includet("../src/Visualization/common_CairoMakie.jl") include("../src/Visualization/common_CairoMakie.jl")
function run_rl_prcesses_reward_discount(γs::AbstractVector) function run_rl_prcesses_reward_discount(γs::AbstractVector)
n_γs = length(γs) n_γs = length(γs)

View file

@ -1,7 +1,7 @@
using CairoMakie using CairoMakie
using LaTeXStrings: @L_str using LaTeXStrings: @L_str
includet("../src/Visualization/common_CairoMakie.jl") include("../src/Visualization/common_CairoMakie.jl")
function gen_elliptical_distance_graphics() function gen_elliptical_distance_graphics()
box_length = 100 box_length = 100

View file

@ -1,7 +1,7 @@
using CairoMakie using CairoMakie
using LaTeXStrings: @L_str using LaTeXStrings: @L_str
includet("../src/Visualization/common_CairoMakie.jl") include("../src/Visualization/common_CairoMakie.jl")
const minimum_r_σ_ratio = 2^(1 / 6) const minimum_r_σ_ratio = 2^(1 / 6)

View file

@ -3,7 +3,7 @@ using LaTeXStrings: @L_str
using ReCo: ReCo using ReCo: ReCo
includet("../src/Visualization/common_CairoMakie.jl") include("../src/Visualization/common_CairoMakie.jl")
function plot_reward_function() function plot_reward_function()
init_cairomakie!() init_cairomakie!()