Skip to content

Commit 4ce3cf3

Browse files
committed
default without gpu
1 parent c9784e5 commit 4ce3cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/atari_DQN.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using ReinforcementLearning, Flux
2-
const withgpu = true
2+
const withgpu = false
33
if withgpu
44
using CuArrays
55
const inputdtype = Float32

0 commit comments

Comments
 (0)