Skip to content
Snippets Groups Projects
Commit 9a7c3401 authored by Erik Nygren's avatar Erik Nygren :bullettrain_front:
Browse files

Merge branch 'master' into 'master'

fix cpu/gpu display bug.

See merge request !3
parents b906e17d 526c6dfe
No related branches found
No related tags found
1 merge request!3fix cpu/gpu display bug.
......@@ -20,7 +20,6 @@ double_dqn = True # If using double dqn algorithm
input_channels = 5 # Number of Input channels
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
device = torch.device("cpu")
print(device)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment