Skip to content

Commit 58bfea5

Browse files
author
Jeremiah Lewis
committed
fix test
1 parent 1cc7b76 commit 58bfea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/episodes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ using Test
115115
@test eb.step_numbers[end] == 1
116116
@test eb.sampleable_inds == [1,1,1,1,1,0,0]
117117
@test eb[:action][6] == 6
118-
@test eb[:next_action][6] == 6
118+
@test eb[:next_action][5] == 6
119119
@test eb[6][:reward] == 0 #6 is not a valid index, the reward there is dummy, filled as zero
120120
ep2_len = 0
121121
for (j,i) = enumerate(8:11)

0 commit comments

Comments
 (0)