TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Doom Bots in TensorFlow

25 pointsby marklitabout 8 years ago

1 comment

I_am_neoabout 8 years ago
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?