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 561a5f0 commit 9e26766Copy full SHA for 9e26766
test/normalization.jl
@@ -3,7 +3,7 @@ using ReinforcementLearningTrajectories
3
import ReinforcementLearningTrajectories: sample
4
import OnlineStats: mean, std
5
6
-#@testset "normalization.jl" begin
+@testset "normalization.jl" begin
7
t = CircularArraySARTTraces(capacity = 10, state = Float64 => (5,))
8
nt = NormalizedTraces(t, reward = scalar_normalizer(), state = array_normalizer((5,)))
9
m = mean(0:4)
0 commit comments