Amend a tiny bug
This commit is contained in:
@@ -54,7 +54,7 @@ params:
|
|||||||
bounds_loss_coef: 0.001
|
bounds_loss_coef: 0.001
|
||||||
e_clip: 0.2
|
e_clip: 0.2
|
||||||
horizon_length: 32
|
horizon_length: 32
|
||||||
minibatch_size: 32768
|
minibatch_size: 16384
|
||||||
mini_epochs: 4
|
mini_epochs: 4
|
||||||
critic_coef: 2
|
critic_coef: 2
|
||||||
clip_value: True
|
clip_value: True
|
||||||
@@ -284,7 +284,7 @@ class T1GetUpTerminationsCfg:
|
|||||||
@configclass
|
@configclass
|
||||||
class T1EnvCfg(ManagerBasedRLEnvCfg):
|
class T1EnvCfg(ManagerBasedRLEnvCfg):
|
||||||
"""主环境配置"""
|
"""主环境配置"""
|
||||||
scene = T1SceneCfg(num_envs=16384, env_spacing=2.5)
|
scene = T1SceneCfg(num_envs=32768, env_spacing=2.5)
|
||||||
|
|
||||||
def __post_init__(self):
|
def __post_init__(self):
|
||||||
super().__post_init__()
|
super().__post_init__()
|
||||||
|
|||||||
Reference in New Issue
Block a user