We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行不起来,报错 【管道已经结束】
问题已解决,处理步骤如下: conda create -n gym0210 python=3.8.10 pip install --upgrade pip setuptools==57.5.0 pip install --upgrade pip wheel==0.38.4 pip install gym==0.21.0 -i https://pypi.tuna.tsinghua.edu.cn/simple pip install gym-retro==0.8.0 -i https://pypi.tuna.tsinghua.edu.cn/simple pip install stable-baselines3==1.7.0 -i https://pypi.tuna.tsinghua.edu.cn/simple 运行 python .\utils\print_game_lib_folder.py 得到 K目录 (*) 将项目下面的 street-fighter-ai-master/data 下的所有文件+rom.md 复制到K目录即可
The text was updated successfully, but these errors were encountered:
通过上面的命令,在win10上成功,感谢!但是在mac上无法下载gym-retro==0.8.0
Sorry, something went wrong.
No branches or pull requests
运行不起来,报错 【管道已经结束】
问题已解决,处理步骤如下:
conda create -n gym0210 python=3.8.10
pip install --upgrade pip setuptools==57.5.0
pip install --upgrade pip wheel==0.38.4
pip install gym==0.21.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install gym-retro==0.8.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install stable-baselines3==1.7.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
运行 python .\utils\print_game_lib_folder.py 得到 K目录
(*) 将项目下面的 street-fighter-ai-master/data 下的所有文件+rom.md 复制到K目录即可
The text was updated successfully, but these errors were encountered: