diff --git a/README.md b/README.md index 1223a69..f77fc8c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_CN.md b/README_CN.md index 20571b5..60a2a87 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 ``` diff --git a/README_ES.md b/README_ES.md index d205c41..347fd08 100644 --- a/README_ES.md +++ b/README_ES.md @@ -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