mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2025-09-04 09:12:35 +00:00
Remove includet
This commit is contained in:
parent
5901cad09f
commit
539029c3a1
7 changed files with 7 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue