mirror of
https://github.com/linyiLYi/street-fighter-ai.git
synced 2025-04-03 06:30:42 +00:00
Update README with instructions on integration ui
This commit is contained in:
parent
b17e589bc0
commit
3bb2933751
@ -44,7 +44,9 @@ To run the program, you will also need the game ROM file for "Street Fighter II:
|
||||
|
||||
Once you have legally obtained the game ROM file, copy it to the aforementioned gym-retro game data folder and rename it to `rom.md`. At this point, the environment setup is complete.
|
||||
|
||||
Note: If you want to record videos of the AI agent's gameplay, you will need to install [ffmpeg](https://ffmpeg.org/).
|
||||
Note 1: If you want to manually capture save states and find memory variables in the game, you can use the gym-retro integration ui. Copy `data/Gym Retro Integration.exe` to the parent menu (two levels up, `retro/` folder) of the aforementioned gym-retro game data folder.
|
||||
|
||||
Note 2: If you want to record videos of the AI agent's gameplay, you will need to install [ffmpeg](https://ffmpeg.org/).
|
||||
|
||||
```bash
|
||||
conda install ffmpeg
|
||||
|
@ -44,7 +44,9 @@ python .\utils\print_game_lib_folder.py
|
||||
|
||||
通过合法途径自行获得游戏 ROM 文件后,将其复制到前述 gym-retro 的游戏数据文件夹下,并重命名为`rom.md`。至此,环境配置准备工作完成。
|
||||
|
||||
注:如果想要录制智能代理的对战视频,还需要安装 [ffmpeg](https://ffmpeg.org/)。
|
||||
注 1:如果想在游戏中手动抓取存档、寻找内存变量,可以使用 gym-retro integration ui,将`data/Gym Retro Integration.exe` 复制到前述 gym-retro 游戏数据文件夹下的上级菜单(上两级,`retro/` 文件夹下)即可。
|
||||
|
||||
注 2:如果想要录制智能代理的对战视频,还需要安装 [ffmpeg](https://ffmpeg.org/)。
|
||||
```bash
|
||||
conda install ffmpeg
|
||||
```
|
||||
|
@ -44,7 +44,9 @@ Para ejecutar el programa, también necesitará el archivo de ROM del juego "Str
|
||||
|
||||
Una vez que haya obtenido legalmente el archivo de ROM del juego, cópielo a la carpeta de datos del juego de gym-retro mencionada anteriormente y cámbiele el nombre a `rom.md`. En este punto, la configuración del entorno está completa.
|
||||
|
||||
Nota: Si desea grabar videos del juego del agente de IA, deberá instalar [ffmpeg](https://ffmpeg.org/).
|
||||
Nota 1: Si desea ver la interfaz de usuario de integración gym-retro en el juego para capturar manualmente el estado guardado y buscar variables de memoria, puede usar la interfaz de integración gym-retro ui, copie `data/Gym Retro Integration.exe` a la carpeta de datos del juego de gym-retro mencionada anteriormente (dos niveles superiores, la carpeta `retro/`).
|
||||
|
||||
Nota 2: Si desea grabar videos del juego del agente de IA, deberá instalar [ffmpeg](https://ffmpeg.org/).
|
||||
|
||||
```bash
|
||||
conda install ffmpeg
|
||||
|
Loading…
Reference in New Issue
Block a user