mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
29 lines
No EOL
492 B
JSON
29 lines
No EOL
492 B
JSON
[
|
|
{
|
|
"n_range": [
|
|
4,
|
|
6
|
|
],
|
|
"max_coin_value": 10,
|
|
"max_t": 100,
|
|
"max_generate_attempts": 1500
|
|
},
|
|
{
|
|
"n_range": [
|
|
3,
|
|
5
|
|
],
|
|
"max_coin_value": 5,
|
|
"max_t": 50,
|
|
"max_generate_attempts": 1000
|
|
},
|
|
{
|
|
"n_range": [
|
|
5,
|
|
7
|
|
],
|
|
"max_coin_value": 15,
|
|
"max_t": 150,
|
|
"max_generate_attempts": 2000
|
|
}
|
|
] |