Unity3D Machine Learning Setup for ML-Agents on Windows 10 with Tensorflow

人走茶凉 提交于 2019-12-04 17:19:36
SapphireHD6970

I am not completely sure whether I solved the same problem. But somewhere under my errors it also told me about line 9 in learn.py.

Nevertheless, I found this https://github.com/tensorflow/tensorflow/issues/18503 So all I did was installing tensorflow version 1.5 by executing:

pip install --upgrade --ignore-installed tensorflow-gpu==1.5

Afterwards it did run through errorless and the training worked fine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!