ZacBl commited on
Commit
d8c8e20
·
verified ·
1 Parent(s): 677e29c

Update Const.py

Browse files
Files changed (1) hide show
  1. Const.py +1 -1
Const.py CHANGED
@@ -22,7 +22,7 @@ GREEN = (100,230,72)
22
 
23
  random.random()
24
 
25
- DEVICE = "mps"
26
 
27
  # Weights for reward components
28
 
 
22
 
23
  random.random()
24
 
25
+ DEVICE = "cpu"
26
 
27
  # Weights for reward components
28