Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
pymdptoolbox
Commits
d61af465
Commit
d61af465
authored
Jan 06, 2015
by
Steven Cordwell
Browse files
[tests] Base class for MDP algorithm tests
Add a base class that other classes for testing the MDP algorithms can use it.
parent
963ad866
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tests/utils.py
View file @
d61af465
...
...
@@ -10,6 +10,9 @@ import scipy as sp
import
mdptoolbox.example
class
BaseTestMDP
(
object
):
small_P
,
small_R
=
mdptoolbox
.
example
.
small
()
STATES
=
10
ACTIONS
=
3
SMALLNUM
=
10e-12
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment