Skip to content

Commit 3eaaceb

Browse files
committed
edit tests further
1 parent cc24431 commit 3eaaceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const p = DecisionMakingProblems
1818
@test length(mdp.𝒜) == 4
1919
@test mdp.γ == 1.0
2020
init_state = p.initial_board()
21-
s′, r = mdp.TR(init_state, p.rand(mdp.𝒜))
21+
s′, r = mdp.TR(init_state, p.DOWN)
2222
@test s′ != init_state || isdone(s′)
2323
@test r >= -1.0
2424
end

0 commit comments

Comments
 (0)