mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-23 16:55:02 +00:00
fix-autogen-configs
This commit is contained in:
parent
a5b02b547b
commit
e5d5e53728
1888 changed files with 0 additions and 139 deletions
|
|
@ -0,0 +1,58 @@
|
|||
[
|
||||
{
|
||||
"min_n": 4,
|
||||
"max_n": 8,
|
||||
"min_m": 4,
|
||||
"max_m": 8,
|
||||
"max_objects": 8,
|
||||
"obstacle_prob": 0.3
|
||||
},
|
||||
{
|
||||
"min_n": 1,
|
||||
"max_n": 2,
|
||||
"min_m": 1,
|
||||
"max_m": 2,
|
||||
"max_objects": 2,
|
||||
"obstacle_prob": 0.0
|
||||
},
|
||||
{
|
||||
"min_n": 5,
|
||||
"max_n": 8,
|
||||
"min_m": 5,
|
||||
"max_m": 8,
|
||||
"max_objects": 8,
|
||||
"obstacle_prob": 0.25
|
||||
},
|
||||
{
|
||||
"min_n": 2,
|
||||
"max_n": 5,
|
||||
"min_m": 2,
|
||||
"max_m": 5,
|
||||
"max_objects": 5,
|
||||
"obstacle_prob": 0.15
|
||||
},
|
||||
{
|
||||
"min_n": 2,
|
||||
"max_n": 6,
|
||||
"min_m": 2,
|
||||
"max_m": 6,
|
||||
"max_objects": 6,
|
||||
"obstacle_prob": 0.15
|
||||
},
|
||||
{
|
||||
"min_n": 1,
|
||||
"max_n": 8,
|
||||
"min_m": 1,
|
||||
"max_m": 8,
|
||||
"max_objects": 8,
|
||||
"obstacle_prob": 0.2
|
||||
},
|
||||
{
|
||||
"min_n": 3,
|
||||
"max_n": 6,
|
||||
"min_m": 3,
|
||||
"max_m": 6,
|
||||
"max_objects": 6,
|
||||
"obstacle_prob": 0.2
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue