- 05 Jan, 2015 4 commits
-
-
Steven Cordwell authored
Add a base class that other classes for testing the MDP algorithms can use it.
-
Steven Cordwell authored
-
Steven Cordwell authored
Add an example usage for the small example to the docstring for test coverage purposes.
-
Steven Cordwell authored
Add a small MDP example that has only two states and two actions. This is mostly useful to help with testing the algorithms, and as an example of the usage of them.
-
- 30 Dec, 2014 1 commit
-
-
Yasser Gonzalez authored
V was initialized with the wrong dimensions for undiscounted MDPs, which caused an exception to be raised in _bellmanOperator.
-
- 10 Dec, 2014 1 commit
-
-
Steven Cordwell authored
Use ellipsis so that Python 2 and Python 3 outputs will pass. Check that floating point numbers are within 1e-12 of the expected answer rather than exact matches.
-
- 09 Dec, 2014 4 commits
-
-
Steven Cordwell authored
-
Steven Cordwell authored
Import modules with an underscore in front of their names. For example import numpy as _np. This is to address the namespace getting to full.
-
Steven Cordwell authored
Add the --with-doctest flag to the nosetests that are run on Travis CI. Remove the calls to doctest if the __main__ of each modules. This closes #1.
-
Steven Cordwell authored
Add to and improve the quality of the tests for the example module. This commit also fixes a small bug in the example module when dealing with sparse masks to the example.rand function.
-
- 08 Dec, 2014 3 commits
-
-
Steven Cordwell authored
The mdptoolbox.utils module was renamed to mdptoolbox.util and the tests were still using the old name, Replace all occurances of utils with util
-
Steven Cordwell authored
The sparse matrix error changed and and NotIMplementedError had to be causght also to check that also elements of a transition matrix are non-zero.
-
Steven Cordwell authored
-
- 26 Mar, 2014 1 commit
-
-
Steven Cordwell authored
-
- 25 Mar, 2014 1 commit
-
-
Steven Cordwell authored
-
- 12 Mar, 2014 7 commits
-
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
- 11 Mar, 2014 2 commits
-
-
Steven Cordwell authored
-
Steven Cordwell authored
-
- 10 Mar, 2014 14 commits
-
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
- 09 Mar, 2014 2 commits
-
-
Steven Cordwell authored
-
Steven Cordwell authored
-