Skip to content
New issue

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

在执行python test.py时报错,有无大佬看一下啥问题 #68

Open
wangxun6 opened this issue Jul 10, 2023 · 1 comment
Open

Comments

@wangxun6
Copy link

Traceback (most recent call last):
File "C:\Users\dell.conda\envs\StreetFighterAI\lib\site-packages\retro_init_.py", line 49, in make
retro.data.get_romfile_path(game, inttype)
File "C:\Users\dell.conda\envs\StreetFighterAI\lib\site-packages\retro\data_init_.py", line 288, in get_romfile_path
raise FileNotFoundError("No romfiles found for game: %s" % game)
FileNotFoundError: No romfiles found for game: StreetFighterIISpecialChampionEdition-Genesis

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "test.py", line 49, in
env = make_env(game, state="Champion.Level12.RyuVsBison")()
File "test.py", line 38, in init
env = retro.make(
File "C:\Users\dell.conda\envs\StreetFighterAI\lib\site-packages\retro_init
.py", line 54, in make
raise FileNotFoundError('Game not found: %s. Did you make sure to import the ROM?' % game)
FileNotFoundError: Game not found: StreetFighterIISpecialChampionEdition-Genesis. Did you make sure to import the ROM?

@JizhiXiang
Copy link

JizhiXiang commented Aug 11, 2023

你这是没有下载游戏附件rom.md。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants