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
成功运行只有文字输出, 没有实时游戏画面, 只有第一帧。 这个怎么解决
The text was updated successfully, but these errors were encountered:
我也是,训练的时候,没有游戏画面,不知道怎么解决。
Sorry, something went wrong.
将train.py的49行代码env = StreetFighterCustomWrapper(env),改为env = StreetFighterCustomWrapper(env,rendering=True)即可
No branches or pull requests
成功运行只有文字输出, 没有实时游戏画面, 只有第一帧。 这个怎么解决
The text was updated successfully, but these errors were encountered: