street-fighter-ai/data/scenario.json

19 lines
247 B
JSON
Raw Permalink Normal View History

2023-04-15 15:09:56 +00:00
{
"done": {
"variables": {
"reset_countdown": {
"op": "equal",
"reference": 10
}
}
},
"reward": {
"variables": {
"score": {
"reward": 1.0
}
}
},
"crop": [0, 16, 256, 200]
}