We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9560073 commit 8252631Copy full SHA for 8252631
1 file changed
test/samplers.jl
@@ -14,7 +14,7 @@
14
@test size(b.action) == (sz,)
15
16
#In EpisodesBuffer
17
- eb = EpisodesBuffer(CircularArraySARTSTraces(capacity=10))
+ eb = EpisodesBuffer(CircularArraySARTSATraces(capacity=10))
18
push!(eb, (state = 1, action = 1))
19
for i = 1:5
20
push!(eb, (state = i+1, action =i+1, reward = i, terminal = false))
0 commit comments