39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
// 使用 IntelliSense 了解相关属性。
|
|
// 悬停以查看现有属性的描述。
|
|
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "go2 moe flat single pipeline",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/robogauge/scripts/run.py",
|
|
"args": [
|
|
"--task", "go2_moe_flat",
|
|
"--experiment-name", "debug",
|
|
"--seed", "0",
|
|
"--friction", "1.6",
|
|
"--headless"
|
|
],
|
|
"console": "integratedTerminal"
|
|
},
|
|
{
|
|
"name": "go2 moe slope level pipeline",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/robogauge/scripts/run.py",
|
|
"args": [
|
|
"--task", "go2_moe_slope",
|
|
"--experiment-name", "debug",
|
|
"--seed", "0",
|
|
"--search-max-level",
|
|
"--seeds", "0", "1", "2",
|
|
"--frictions", "1",
|
|
"--headless"
|
|
],
|
|
"console": "integratedTerminal"
|
|
},
|
|
]
|
|
}
|