Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed line endings
  • Loading branch information
ad71 committed Jun 4, 2018
commit 2f25b7ffe0c7d1887695bb1423ddf0a54e2232ce
1 change: 1 addition & 0 deletions tests/test_mdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,4 @@ def test_pomdp_value_iteration():
sum_ += sum(element)
# exact value was found to be -12.7618322131
assert -12.79 < sum_ < -12.73