linyiLYi / street-fighter-ai

This is an AI agent for Street Fighter II Champion Edition.
Apache License 2.0
6.3k stars 1.36k forks source link

管道已经结束 #77

Open gwd777 opened 4 months ago

gwd777 commented 4 months ago

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

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

zhuopu88 commented 4 months ago

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