We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64dfbc commit 0809e72Copy full SHA for 0809e72
1 file changed
test/samplers.jl
@@ -1,4 +1,4 @@
1
-#@testset "Samplers" begin
+@testset "Samplers" begin
2
@testset "BatchSampler" begin
3
sz = 32
4
s = BatchSampler(sz)
@@ -202,7 +202,7 @@
202
@test sum(b.action .== 0) == 0
203
end
204
205
- #@testset "EpisodesSampler" begin
+ @testset "EpisodesSampler" begin
206
s = EpisodesSampler()
207
eb = EpisodesBuffer(CircularArraySARTSTraces(capacity=10))
208
push!(eb, (state = 1, action = 1))
0 commit comments