From f63b69ea17cee8e490f80e4bfed3274055ff34b8 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sun, 30 Jan 2022 14:46:08 +0100 Subject: [PATCH] Updated default reward discount --- src/RL/RL.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RL/RL.jl b/src/RL/RL.jl index ee220d5..5a93d62 100644 --- a/src/RL/RL.jl +++ b/src/RL/RL.jl @@ -69,7 +69,7 @@ function run_rl(; skin_to_interaction_radius_ratio::Float64=ReCo.DEFAULT_SKIN_TO_INTERACTION_R_RATIO, packing_ratio::Float64=0.15, show_progress::Bool=true, - reward_discount::Float64=1.0, + reward_discount::Float64=0.1, show_simulation_progress::Bool=true, ) where {E<:Env} @assert 0.0 <= elliptical_a_b_ratio <= 1.0