mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-11-08 22:21:08 +00:00
Updated default reward discount
This commit is contained in:
parent
3cd7395d60
commit
f63b69ea17
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ function run_rl(;
|
||||||
skin_to_interaction_radius_ratio::Float64=ReCo.DEFAULT_SKIN_TO_INTERACTION_R_RATIO,
|
skin_to_interaction_radius_ratio::Float64=ReCo.DEFAULT_SKIN_TO_INTERACTION_R_RATIO,
|
||||||
packing_ratio::Float64=0.15,
|
packing_ratio::Float64=0.15,
|
||||||
show_progress::Bool=true,
|
show_progress::Bool=true,
|
||||||
reward_discount::Float64=1.0,
|
reward_discount::Float64=0.1,
|
||||||
show_simulation_progress::Bool=true,
|
show_simulation_progress::Bool=true,
|
||||||
) where {E<:Env}
|
) where {E<:Env}
|
||||||
@assert 0.0 <= elliptical_a_b_ratio <= 1.0
|
@assert 0.0 <= elliptical_a_b_ratio <= 1.0
|
||||||
|
|
Loading…
Reference in a new issue