试图使用pip install unityagents
命令安装unityagents代理,但出现此错误:
ERROR: No matching distribution found for tensorflow==1.7.1 (from unityagents)
我使用tensorflow版本2.2.1
答案 0 :(得分:0)
您正在安装的pypi发行版似乎已经存在2年了。
您应该从mlagents
package安装软件包的方式。 See the full instructions。