Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Lewis committed Mar 22, 2024
1 parent 1cc7b76 commit 58bfea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/episodes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ using Test
@test eb.step_numbers[end] == 1
@test eb.sampleable_inds == [1,1,1,1,1,0,0]
@test eb[:action][6] == 6
@test eb[:next_action][6] == 6
@test eb[:next_action][5] == 6
@test eb[6][:reward] == 0 #6 is not a valid index, the reward there is dummy, filled as zero
ep2_len = 0
for (j,i) = enumerate(8:11)
Expand Down

0 comments on commit 58bfea5

Please sign in to comment.