mirror of https://github.com/fan-ziqi/rl_sar.git
fix: dt and decimation
This commit is contained in:
parent
abcb18ac3d
commit
43d5774733
|
@ -4,8 +4,8 @@ openloong_isaacsim:
|
||||||
rows: 2
|
rows: 2
|
||||||
cols: 6
|
cols: 6
|
||||||
use_history: False
|
use_history: False
|
||||||
dt: 0.001
|
dt: 0.005
|
||||||
decimation: 20
|
decimation: 4
|
||||||
num_observations: 48
|
num_observations: 48
|
||||||
observations: ["lin_vel", "ang_vel", "gravity_vec", "commands", "dof_pos", "dof_vel", "actions"]
|
observations: ["lin_vel", "ang_vel", "gravity_vec", "commands", "dof_pos", "dof_vel", "actions"]
|
||||||
clip_obs: 100.0
|
clip_obs: 100.0
|
||||||
|
|
Loading…
Reference in New Issue