-
Notifications
You must be signed in to change notification settings - Fork 53
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
关于动态库的问题 #24
Comments
你要不先试试把环境里安装的包打印出来,看看是否和https://github.com/neardws/Game-Theoretic-Deep-Reinforcement-Learning/blob/main/environment.yml 中一致 |
十分感谢您的回复, 我首先执行conda env create -f environment.yml 在安装某些包时报错而终止,然后我到处requirements.txt文件,并使用pip -r requirements.txt 命令安装所需要的全部包 |
我使用unbuntu20.04,conda命令直接安装就成功了,好像报了一个依赖错误,我把protobuf==3.20.0,改成3.20.1就ok了 |
你这么容易就装好了嘛 我又试了一遍还是同样的错误 QAQ |
换源试试?我用了阿里的 |
好的 感谢您的回复 我再试试 |
你的python版本是64位的吗?TensorFlow只支持64位的python,详细要求可以参考https://www.tensorflow.org/install/pip |
我是把全部的包都安装好了,后面的是用pip命令,然后在跑代码的过程中报了动态库的错误 |
|
对,我用的是unbuntu,我看很多包都只有Linux版本的 |
Ubuntu20系统,你用的是Windows吧 |
你好 |
我是用的是ubuntu系统,没解决 |
请问解决了吗,我用的unbuntu20.04,但是也出现了这个报错 |
请问作者进行实验时,linux具体用的什么版本? |
请问作者进行实验时,linux具体用的什么版本? |
你好,我最近配环境也遇到了这个问题,请问你解决了吗? |
好兄弟,请问解决了吗 |
@Abdul-Baaki |
Yes I do find a solution to it. In "make_environment.py" make sure to switch the get_default_environment to (for_mad4pg=True) and same goes to MADDPG; The lines shown below if name == "main": |
楼主您好,请问这篇论文的Table 1中 𝑙𝑒( Location of edge node 𝑒)的值是如何设置的呢?用的是数据集中的数据吗?我在代码中没找到边缘节点位置值设置的这个代码。 |
我是在执行 python expriment.py时遇到这个问题
我想请教下这个动态库未定义应该怎么办 已经配置好久环境了,ku
网上查的方式都试过了 都不太行
The text was updated successfully, but these errors were encountered: