mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-12-21 00:51:21 +00:00
Fix paths
This commit is contained in:
parent
6b69dccd66
commit
900fad643a
7 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ using Statistics: Statistics
|
||||||
|
|
||||||
using ReCo: ReCo
|
using ReCo: ReCo
|
||||||
|
|
||||||
include("../src/Visualization/common_CairoMakie.jl")
|
include("../visualization/common_CairoMakie.jl")
|
||||||
|
|
||||||
"""
|
"""
|
||||||
plot_mean_κ(; rl_dir::String, n_last_episodes::Int64)
|
plot_mean_κ(; rl_dir::String, n_last_episodes::Int64)
|
||||||
|
|
|
@ -9,7 +9,7 @@ using ProgressMeter: ProgressMeter
|
||||||
|
|
||||||
using ReCo: ReCo
|
using ReCo: ReCo
|
||||||
|
|
||||||
include("../src/Visualization/common_CairoMakie.jl")
|
include("../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!
|
||||||
|
|
|
@ -9,7 +9,7 @@ using Random: Random
|
||||||
|
|
||||||
using ReCo: ReCo
|
using ReCo: ReCo
|
||||||
|
|
||||||
include("../../src/Visualization/common_CairoMakie.jl")
|
include("../../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
|
||||||
|
|
|
@ -3,7 +3,7 @@ using LaTeXStrings: @L_str
|
||||||
|
|
||||||
using ReCo: ReCo
|
using ReCo: ReCo
|
||||||
|
|
||||||
include("../src/Visualization/common_CairoMakie.jl")
|
include("../visualization/common_CairoMakie.jl")
|
||||||
|
|
||||||
function run_reward_discount_processes(γs::AbstractVector)
|
function run_reward_discount_processes(γs::AbstractVector)
|
||||||
n_γs = length(γs)
|
n_γs = length(γs)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using CairoMakie
|
using CairoMakie
|
||||||
using LaTeXStrings: @L_str
|
using LaTeXStrings: @L_str
|
||||||
|
|
||||||
include("../src/Visualization/common_CairoMakie.jl")
|
include("../../visualization/common_CairoMakie.jl")
|
||||||
|
|
||||||
function gen_elliptical_distance_graphics()
|
function gen_elliptical_distance_graphics()
|
||||||
init_cairomakie!()
|
init_cairomakie!()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using CairoMakie
|
using CairoMakie
|
||||||
using LaTeXStrings: @L_str
|
using LaTeXStrings: @L_str
|
||||||
|
|
||||||
include("../src/Visualization/common_CairoMakie.jl")
|
include("../../visualization/common_CairoMakie.jl")
|
||||||
|
|
||||||
const minimum_r_σ_ratio = 2^(1 / 6)
|
const minimum_r_σ_ratio = 2^(1 / 6)
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ using LaTeXStrings: @L_str
|
||||||
|
|
||||||
using ReCo: ReCo
|
using ReCo: ReCo
|
||||||
|
|
||||||
include("../src/Visualization/common_CairoMakie.jl")
|
include("../../visualization/common_CairoMakie.jl")
|
||||||
|
|
||||||
function plot_reward_function()
|
function plot_reward_function()
|
||||||
init_cairomakie!()
|
init_cairomakie!()
|
||||||
|
|
Loading…
Reference in a new issue