street-fighter-ai/data/scenario.json
2023-04-15 23:09:56 +08:00

19 lines
247 B
JSON

{
"done": {
"variables": {
"reset_countdown": {
"op": "equal",
"reference": 10
}
}
},
"reward": {
"variables": {
"score": {
"reward": 1.0
}
}
},
"crop": [0, 16, 256, 200]
}