mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
26 lines
No EOL
481 B
JSON
26 lines
No EOL
481 B
JSON
[
|
|
{
|
|
"max_stairs": 500,
|
|
"max_boxes": 100,
|
|
"max_height_step": 2000,
|
|
"max_h": 1000
|
|
},
|
|
{
|
|
"max_stairs": 100,
|
|
"max_boxes": 50,
|
|
"max_height_step": 1000,
|
|
"max_h": 500
|
|
},
|
|
{
|
|
"max_stairs": 1000,
|
|
"max_boxes": 200,
|
|
"max_height_step": 5000,
|
|
"max_h": 2000
|
|
},
|
|
{
|
|
"max_stairs": 50,
|
|
"max_boxes": 20,
|
|
"max_height_step": 500,
|
|
"max_h": 200
|
|
}
|
|
] |