mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2025-09-04 09:12:35 +00:00
Save env_helper every some episodes
This commit is contained in:
parent
b55ef91d2d
commit
9e80c22bdb
3 changed files with 14 additions and 9 deletions
|
@ -18,7 +18,7 @@ function gen_verlet_and_cell_lists_graphics()
|
|||
R_particle = 4.2
|
||||
σ = 2 * R_particle * 2^(-1 / 6)
|
||||
R_interaction = 2^(1 / 6) * σ
|
||||
R_skin = 2 * R_interaction
|
||||
R_skin = ReCo.DEFAULT_SKIN_TO_INTERACTION_RADIUS_RATIO * R_interaction
|
||||
|
||||
setcolor("blue")
|
||||
reference_particle_x = 0.25 * R_skin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue