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
之前代码一直跑不起来,归其原因还是tensorflow tensorlayer gym版本的问题不对劲。现在终于跑起来了。分享一下用到关键的包的版本: gym==0.20.0
h5py==3.1.0
hdf5==1.12.1
keras==2.9.0
kiwisolver==1.4.5
matplotlib==3.8.4
opencv==4.6.0
python==3.9.19
tensorflow==2.9.0
tensorlayer==2.2.5
很多包的版本高了不行、低了不行。也不要用gymnasium就用gym
The text was updated successfully, but these errors were encountered:
按照你的环境来的,报错TypeError: init() got an unexpected keyword argument 'metaclass'
Sorry, something went wrong.
这个要看你具体在哪里的报错,是哪个包有错还是哪里的代码有错,可以提供更详细的信息
No branches or pull requests
之前代码一直跑不起来,归其原因还是tensorflow tensorlayer gym版本的问题不对劲。现在终于跑起来了。分享一下用到关键的包的版本:
gym==0.20.0
h5py==3.1.0
hdf5==1.12.1
keras==2.9.0
kiwisolver==1.4.5
matplotlib==3.8.4
opencv==4.6.0
python==3.9.19
tensorflow==2.9.0
tensorlayer==2.2.5
很多包的版本高了不行、低了不行。也不要用gymnasium就用gym
The text was updated successfully, but these errors were encountered: