linyiLYi / street-fighter-ai

This is an AI agent for Street Fighter II Champion Edition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

管道已经结束

gwd777 opened this issue · comments

运行不起来,报错 【管道已经结束】

问题已解决,处理步骤如下:
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目录即可

通过上面的命令,在win10上成功,感谢!但是在mac上无法下载gym-retro==0.8.0