mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2025-09-02 09:02:35 +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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue