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
根据文档运行 python3 setup.py develop 时会出现下句话: error: gym 0.10.9 is installed but gym[atari,classic_control]>=0.11 is required by {'stable-baselines'} 是不是需要写明 stable-baselines 的版本,或者提升 gym 的版本?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
根据文档运行 python3 setup.py develop 时会出现下句话:
error: gym 0.10.9 is installed but gym[atari,classic_control]>=0.11 is required by {'stable-baselines'}
是不是需要写明 stable-baselines 的版本,或者提升 gym 的版本?
The text was updated successfully, but these errors were encountered: