mirror of
https://github.com/linyiLYi/street-fighter-ai.git
synced 2025-04-03 22:50:43 +00:00
Upload data/ folder
This commit is contained in:
parent
ea8517f0ad
commit
776b8a3022
2
.gitignore
vendored
2
.gitignore
vendored
@ -21,7 +21,7 @@ images/
|
||||
!/main/street_fighter_custom_wrapper.py
|
||||
|
||||
# Game Data
|
||||
/data/
|
||||
/data/*
|
||||
!/data/Champion.Level12.RyuVsBison.state
|
||||
!/data/data.json
|
||||
!/data/metadata.json
|
||||
|
BIN
data/Champion.Level12.RyuVsBison.state
Normal file
BIN
data/Champion.Level12.RyuVsBison.state
Normal file
Binary file not shown.
60
data/data.json
Normal file
60
data/data.json
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"info": {
|
||||
"enemy_character": {
|
||||
"address": 16745563,
|
||||
"type": "|u1"
|
||||
},
|
||||
"agent_hp": {
|
||||
"address": 16744514,
|
||||
"type": ">i2"
|
||||
},
|
||||
"agent_x": {
|
||||
"address": 16744454,
|
||||
"type": ">u2"
|
||||
},
|
||||
"agent_y": {
|
||||
"address": 16744458,
|
||||
"type": ">u2"
|
||||
},
|
||||
"enemy_hp": {
|
||||
"address": 16745154,
|
||||
"type": ">i2"
|
||||
},
|
||||
"enemy_x": {
|
||||
"address": 16745094,
|
||||
"type": ">u2"
|
||||
},
|
||||
"enemy_y": {
|
||||
"address": 16745098,
|
||||
"type": ">u2"
|
||||
},
|
||||
"score": {
|
||||
"address": 16744936,
|
||||
"type": ">d4"
|
||||
},
|
||||
"agent_victories": {
|
||||
"address": 16744922,
|
||||
"type": "|u1"
|
||||
},
|
||||
"enemy_victories": {
|
||||
"address": 16745559,
|
||||
"type": ">u4"
|
||||
},
|
||||
"round_countdown": {
|
||||
"address": 16750378,
|
||||
"type": ">u2"
|
||||
},
|
||||
"reset_countdown": {
|
||||
"address": 16744917,
|
||||
"type": "|u1"
|
||||
},
|
||||
"agent_status": {
|
||||
"address": 16744450,
|
||||
"type": ">u2"
|
||||
},
|
||||
"enemy_status": {
|
||||
"address": 16745090,
|
||||
"type": ">u2"
|
||||
}
|
||||
}
|
||||
}
|
3
data/metadata.json
Normal file
3
data/metadata.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"default_state": "Champion.Level1.RyuVsGuile"
|
||||
}
|
18
data/scenario.json
Normal file
18
data/scenario.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"done": {
|
||||
"variables": {
|
||||
"reset_countdown": {
|
||||
"op": "equal",
|
||||
"reference": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"reward": {
|
||||
"variables": {
|
||||
"score": {
|
||||
"reward": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"crop": [0, 16, 256, 200]
|
||||
}
|
Loading…
Reference in New Issue
Block a user