We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9784e5 commit 4ce3cf3Copy full SHA for 4ce3cf3
examples/atari_DQN.jl
@@ -1,5 +1,5 @@
1
using ReinforcementLearning, Flux
2
-const withgpu = true
+const withgpu = false
3
if withgpu
4
using CuArrays
5
const inputdtype = Float32
0 commit comments