Game ID | sfiii3n |
Original ROM Name | sfiii3n.zip |
SHA256 Checksum | 7239b5eb005488db22ace477501c574e9420c0ab70aeeb0795dfeb474284d416 |
Search Keywords | STREET FIGHTER III 3RD STRIKE: FIGHT FOR THE FUTUR [JAPAN] (CLONE) , street-fighter-iii-3rd-strike-fight-for-the-futur-japan-clone , 106255 , wowroms |
Game Resolution (H X W X C) | 224px X 384px X 3 |
Number of Moves and Attack Actions | 9, 10 (7) Moves (0-8): No-Move, Left, Left+Up, Up, Up+Right, Right, Right+Down, Down, Down+Left Attacks (0-9): No-Attack, Low Punch, Medium Punch, High Punch, Low Kick, Medium Kick, High Kick, Low Punch+Low Kick, Medium Punch+Medium Kick, High Punch+High Kick |
Max Difficulty (1P Mode) | 8 |
Number of Characters (Selectable) | 20 (19) |
Max Number of Outfits | 7 |
Number of Stages (1P Mode) | 10 |
Key | Type | Default Value(s) | Value Range |
---|---|---|---|
difficulty | None U int | None | [1, 8] |
Key | Type | Default Value(s) | Value Range |
---|---|---|---|
characters* | None U str U tuple of maximum three str | None | Alex, Twelve, Hugo, Sean, Makoto, Elena, Ibuki, Chun-Li, Dudley, Necro, Q, Oro, Urien, Remy, Ryu, Gouki, Yun, Yang, Ken |
outfits* | int | 1 | [1, 7] |
Key | Type | Default Value(s) | Value Range | Description |
---|---|---|---|---|
super_art* | None U int | None | [1, 3] | Selects the type of super move. 1-2-3: Super move 1-2-3 |
*: must be provided as tuples of two elements (for agent_0
and agent_1
respectively) when using the environments in two players mode.
Type | Space Size (Number of Actions) |
---|---|
Discrete | 9 (moves) + 10 (attacks) - 1 (no-op counted twice) = 18 |
MultiDiscrete | 9 (moves) X 10 (attacks) = 90 |
Key | Type | Value Range | Description |
---|---|---|---|
frame | Box | [0, 255] X [224 X 384 X 3] | Latest game frame (RGB pixel screen) |
stage | Box | [1, 10] | Current stage of the game |
timer | Box | [0, 100] | Round time remaining |
Key | Type | Value Range | Description |
---|---|---|---|
side | Discrete (Binary) | [0, 1] | Side of the stage where the player is 0: Left, 1: Right |
wins | Box | [0, 2] | Number of rounds won by the player |
character | Discrete | [0, 19] | Index of character in use 0: Alex, 1: Twelve, 2: Hugo, 3: Sean, 4: Makoto, 5: Elena, 6: Ibuki, 7: Chun-Li, 8: Dudley, 9: Necro, 10: Q, 11: Oro, 12: Urien, 13: Remy, 14: Ryu, 15: Gouki, 16: Yun, 17: Yang, 18: Ken, 19: Gill |
health | Box | [-1, 160] | Health bar value |
stun_bar | Box | [0, 72] | Stun bar value |
stunned | Discrete (Binary) | [0, 1] | Stunned flag |
super_bar | Box | [0, 128] | Super bar value |
super_type | Discrete | [0, 2] | Selected type of super move 0-1-2: Super Type 1-2-3 |
super_count | Box | [0, 3] | Count of activated super moves |
super_max | Box | [1, 3] | Maximum number of activated super moves |