Amend symbol to save video memory
This commit is contained in:
@@ -53,8 +53,8 @@ params:
|
|||||||
truncate_grads: True
|
truncate_grads: True
|
||||||
bounds_loss_coef: 0.001
|
bounds_loss_coef: 0.001
|
||||||
e_clip: 0.2
|
e_clip: 0.2
|
||||||
horizon_length: 65536
|
horizon_length: 256
|
||||||
minibatch_size: 8192
|
minibatch_size: 65536
|
||||||
mini_epochs: 4
|
mini_epochs: 4
|
||||||
critic_coef: 1
|
critic_coef: 1
|
||||||
clip_value: True
|
clip_value: True
|
||||||
@@ -147,7 +147,7 @@ def is_standing_still(
|
|||||||
|
|
||||||
T1_JOINT_NAMES = [
|
T1_JOINT_NAMES = [
|
||||||
|
|
||||||
'Head_yaw', 'Head_pitch',
|
'AAHead_yaw', 'Head_pitch',
|
||||||
|
|
||||||
'Left_Shoulder_Pitch', 'Left_Shoulder_Roll', 'Left_Elbow_Pitch', 'Left_Elbow_Yaw',
|
'Left_Shoulder_Pitch', 'Left_Shoulder_Roll', 'Left_Elbow_Pitch', 'Left_Elbow_Yaw',
|
||||||
'Right_Shoulder_Pitch', 'Right_Shoulder_Roll', 'Right_Elbow_Pitch', 'Right_Elbow_Yaw',
|
'Right_Shoulder_Pitch', 'Right_Shoulder_Roll', 'Right_Elbow_Pitch', 'Right_Elbow_Yaw',
|
||||||
|
|||||||
Reference in New Issue
Block a user