Skip to content

Commit 8252631

Browse files
committed
Use correct Traces for batchsampler
1 parent 9560073 commit 8252631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/samplers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@test size(b.action) == (sz,)
1515

1616
#In EpisodesBuffer
17-
eb = EpisodesBuffer(CircularArraySARTSTraces(capacity=10))
17+
eb = EpisodesBuffer(CircularArraySARTSATraces(capacity=10))
1818
push!(eb, (state = 1, action = 1))
1919
for i = 1:5
2020
push!(eb, (state = i+1, action =i+1, reward = i, terminal = false))

0 commit comments

Comments
 (0)