-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime error relating to atari.Action class #20
Comments
If you want to move quick, can you try the docker image? That should work out of the box. |
@ifrosio yes thats what I did. I may also update my fork and do a PR that works with all current version of libraries and Ubuntu 20.04 LTS. This project is too good to left out die. |
For docker instructions we posted: FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04 as base It looks like you are using different CUDA / pytorch versions. Any particular reason for this or can you try downgrading to CUDA 10 / pytorch 1.2 / python 3.6? |
@ifrosio Well there are two things , |
Tensor.contains only supports Tensor or scalar, but you passed in a <class 'torchcule_atari.AtariAction'>
Just trying bunch of examples provided by NVIDIA but seems sadly there is a bug ?
python 3.7.0
I installed apex from github and did python setup install ( pip version was having issues?)
pytorch 1.4.0
cuda version 10.2
full stack
The text was updated successfully, but these errors were encountered: