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 4ce3cf3 commit 63c99baCopy full SHA for 63c99ba
src/learn.jl
@@ -50,7 +50,7 @@ end
50
51
Runs an [`rlsetup`](@ref RLSetup) without learning.
52
"""
53
-function run!(rlsetup::RLSetup; fillbuffer = false)
+function run!(rlsetup; fillbuffer = false)
54
@unpack islearning = rlsetup
55
rlsetup.islearning = false
56
tmp = rlsetup.fillbuffer
0 commit comments