User Portlet User Portlet

Discussions
No. TCC is Tesla Compute Cluster. https://docs.nvidia.com/gameworks/content/developertools/desktop/tesla_compute_cluster.htm It uses TCC driver and not WDDM.
Aaaaand... it works! Thanks so much, Kotaro-San :) For posterity's sake, here are the things that had to happen to get it working with conda on OSX: 1) Get the right version of python: "conda create -n python3 python=3.7 anaconda" 2) Switch...
In an attempt at creating new gym environments, I want to use `Image`s as inputs to neural networks in reinforcement learning but have got stuck with a problem of training never converging. Am I making an obvious mistake? Using a deeper CNN as...