mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-12-21 00:51:21 +00:00
Remove includet
This commit is contained in:
parent
5901cad09f
commit
539029c3a1
7 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ using Statistics: Statistics
|
|||
|
||||
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)
|
||||
dir_content = readdir(rl_dir; join=true, sort=true)
|
||||
|
|
|
@ -9,7 +9,7 @@ using ProgressMeter: ProgressMeter
|
|||
|
||||
using ReCo: ReCo
|
||||
|
||||
includet("../src/Visualization/common_CairoMakie.jl")
|
||||
include("../src/Visualization/common_CairoMakie.jl")
|
||||
|
||||
# IMPORTANT: Disable the periodic boundary conditions
|
||||
# The arguments types have to match for the function to be overwritten!
|
||||
|
|
|
@ -9,7 +9,7 @@ using Random: Random
|
|||
|
||||
using ReCo: ReCo
|
||||
|
||||
includet("../../src/Visualization/common_CairoMakie.jl")
|
||||
include("../../src/Visualization/common_CairoMakie.jl")
|
||||
|
||||
function radial_distribution_simulation(;
|
||||
n_particles::Int64, v₀s::NTuple{N,Float64}, T::Float64, packing_fraction::Float64
|
||||
|
|
|
@ -3,7 +3,7 @@ using LaTeXStrings: @L_str
|
|||
|
||||
using ReCo: ReCo
|
||||
|
||||
includet("../src/Visualization/common_CairoMakie.jl")
|
||||
include("../src/Visualization/common_CairoMakie.jl")
|
||||
|
||||
function run_rl_prcesses_reward_discount(γs::AbstractVector)
|
||||
n_γs = length(γs)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using CairoMakie
|
||||
using LaTeXStrings: @L_str
|
||||
|
||||
includet("../src/Visualization/common_CairoMakie.jl")
|
||||
include("../src/Visualization/common_CairoMakie.jl")
|
||||
|
||||
function gen_elliptical_distance_graphics()
|
||||
box_length = 100
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using CairoMakie
|
||||
using LaTeXStrings: @L_str
|
||||
|
||||
includet("../src/Visualization/common_CairoMakie.jl")
|
||||
include("../src/Visualization/common_CairoMakie.jl")
|
||||
|
||||
const minimum_r_σ_ratio = 2^(1 / 6)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ using LaTeXStrings: @L_str
|
|||
|
||||
using ReCo: ReCo
|
||||
|
||||
includet("../src/Visualization/common_CairoMakie.jl")
|
||||
include("../src/Visualization/common_CairoMakie.jl")
|
||||
|
||||
function plot_reward_function()
|
||||
init_cairomakie!()
|
||||
|
|
Loading…
Reference in a new issue