30 lines
599 B
TOML
30 lines
599 B
TOML
|
|
[debug]
|
||
|
|
logger_filename = "log/file_{time}.log"
|
||
|
|
logger_format = "{time} {level} {message}"
|
||
|
|
|
||
|
|
[task]
|
||
|
|
Subtask_enable = false
|
||
|
|
GetBlock_enable = false
|
||
|
|
PutBlock_enable = false
|
||
|
|
GetBBall_enable = false
|
||
|
|
UpTower_enable = false
|
||
|
|
GetRBall_enable = false
|
||
|
|
PutBBall_enable = false
|
||
|
|
PutHanoi_enable = false
|
||
|
|
MoveArea_enable = true
|
||
|
|
KickAss_enable = true
|
||
|
|
|
||
|
|
[find_counts]
|
||
|
|
GetBlock_counts = 8
|
||
|
|
PutBlock_counts = 5
|
||
|
|
GetBBall_counts = 3
|
||
|
|
UpTower_counts = 3
|
||
|
|
GetRBall_counts = 10
|
||
|
|
PutBBall_counts = 10
|
||
|
|
PutHanoi1_counts = 10
|
||
|
|
PutHanoi2_counts = 2
|
||
|
|
PutHanoi3_counts = 2
|
||
|
|
MoveArea1_counts = 6
|
||
|
|
MoveArea2_counts = 1700
|
||
|
|
KickAss_counts = 10
|