-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issues with running code #2
Comments
Hi, several observations from your log:
I did not have this issue.
|
Hi kyonofx, Thank you for getting back to us so quickly. One quick question. What version of CUDA are you running on your system? In the codebase's README, it suggests to use |
I used CUDA 10.1. It is possible to have multiple CUDA versions on the same server machine, you can install CUDA 10.1 as long as you have sudo permission. Maybe this would be the main cause? |
Hi,
The provided code errors out with the following:
python run.py --method tia --configs dmc --task dmc_cartpole_swingup_none --logdir ./
I believe the below problem occurs in the call to
self.train(next(self._dataset))
during the initialization of theSeparationDreamer
class. This is found on line 497 here: https://github.com/kyonofx/tia/blob/main/Dreamer/dreamers.py#L497Below is the full error:
We attempted to run the above script on two different systems, but both gave the same error. For reference, one system is running cuda 11.6 and the other cuda 11.4.
Also, below is the package list we are using:
The text was updated successfully, but these errors were encountered: