TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Doom Bots in TensorFlow

25 点作者 marklit大约 8 年前

1 comment

I_am_neo大约 8 年前
Git hub link:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mwydmuch&#x2F;ViZDoom" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mwydmuch&#x2F;ViZDoom</a><p>I preferred to install this with python3 on Ubuntu16.04, the make process from the repo is messy. Once you have cloned the sources and have vizdoom installed with pip3, you can dive right in to installing tensorflow with pip3 (and cuda if you have the hardware)<p>For now I believe tensorflow-1.0.1 and cuDNN-2 with cuda 6.5 support vizdoom for compute level cards 2.0 and higher, at least thats what a search suggests.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CUDA" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CUDA</a><p><a href="https:&#x2F;&#x2F;developer.nvidia.com&#x2F;cuda-legacy-gpus" rel="nofollow">https:&#x2F;&#x2F;developer.nvidia.com&#x2F;cuda-legacy-gpus</a><p><a href="https:&#x2F;&#x2F;developer.nvidia.com&#x2F;cuda-toolkit-65" rel="nofollow">https:&#x2F;&#x2F;developer.nvidia.com&#x2F;cuda-toolkit-65</a><p><a href="https:&#x2F;&#x2F;developer.nvidia.com&#x2F;rdp&#x2F;cudnn-archive" rel="nofollow">https:&#x2F;&#x2F;developer.nvidia.com&#x2F;rdp&#x2F;cudnn-archive</a><p>Does anyone know the lower limits of hardware, libraries and SDKs for tensor flow 1.0.1?