Skip to content
切换导航面板
P
项目
G
群组
S
代码片段
帮助
yzh
/
agielf2_amp
当前项目
正在载入...
登录
切换导航面板
转到一个项目
项目
版本库
问题
0
合并请求
0
流水线
维基
代码片段
成员
活动
图像
图表
创建新的问题
作业
提交
问题看板
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3fd8a42e
authored
Apr 12, 2025
by
yzh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
second_amp
parent
c3b1f4f9
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
6 行增加
和
5 行删除
+6
-5
humanoid/envs/elf12/elf12_dh_stand_config.py
+6
-5
没有找到文件。
humanoid/envs/elf12/elf12_dh_stand_config.py
查看文件 @
3fd8a42e
...
@@ -333,7 +333,8 @@ class Elf12DHStandCfg(LeggedRobotCfg):
...
@@ -333,7 +333,8 @@ class Elf12DHStandCfg(LeggedRobotCfg):
max_contact_force
=
700
# forces above this value are penalized
max_contact_force
=
700
# forces above this value are penalized
class
scales
:
class
scales
:
ref_joint_pos
=
2.2
# ref_joint_pos = 0
# ref_joint_pos = 2.2
feet_clearance
=
1.
feet_clearance
=
1.
feet_contact_number
=
2.0
feet_contact_number
=
2.0
# gait
# gait
...
@@ -401,7 +402,7 @@ class Elf12DHStandCfgPPO(LeggedRobotCfgPPO):
...
@@ -401,7 +402,7 @@ class Elf12DHStandCfgPPO(LeggedRobotCfgPPO):
class
algorithm
(
LeggedRobotCfgPPO
.
algorithm
):
class
algorithm
(
LeggedRobotCfgPPO
.
algorithm
):
entropy_coef
=
0.001
entropy_coef
=
0.001
learning_rate
=
1e-4
learning_rate
=
1e-4
num_learning_epochs
=
4
num_learning_epochs
=
3
gamma
=
0.994
gamma
=
0.994
lam
=
0.9
lam
=
0.9
num_mini_batches
=
4
num_mini_batches
=
4
...
@@ -425,11 +426,11 @@ class Elf12DHStandCfgPPO(LeggedRobotCfgPPO):
...
@@ -425,11 +426,11 @@ class Elf12DHStandCfgPPO(LeggedRobotCfgPPO):
load_run
=
-
1
# -1 = last run
load_run
=
-
1
# -1 = last run
checkpoint
=
-
1
# -1 = last saved model
checkpoint
=
-
1
# -1 = last saved model
resume_path
=
None
# updated from load_run and chkpt
resume_path
=
None
# updated from load_run and chkpt
amp_reward_coef
=
1.0
amp_reward_coef
=
0.2
amp_motion_files
=
MOTION_FILES
amp_motion_files
=
MOTION_FILES
amp_num_preload_transitions
=
2000000
amp_num_preload_transitions
=
2000000
amp_task_reward_lerp
=
0.9
amp_task_reward_lerp
=
0.9
amp_discr_hidden_dims
=
[
1024
,
512
]
amp_discr_hidden_dims
=
[
1024
,
512
]
amp_replay_buffer_size
=
1000000
amp_replay_buffer_size
=
1000000
min_normalized_std
=
[
0.01
,
0.01
,
0.01
,
0.01
]
*
3
min_normalized_std
=
[
0.001
,
0.001
,
0.001
,
0.001
]
*
3
\ No newline at end of file
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或
登录
后发表评论