street-fighter-ai/utils/print_game_lib_folder.py
linyiLYi 7c9d2d7b6c SF2 final round conquered.
Successfully trained a model (main/trained_models/) that crushes the final round of Street Fighter II Special Champion Edition.
2023-04-05 21:39:08 +08:00

8 lines
193 B
Python

import os
import retro
retro_directory = os.path.dirname(retro.__file__)
game_dir = "data/stable/StreetFighterIISpecialChampionEdition-Genesis"
print(os.path.join(retro_directory, game_dir))