- 08 Jan, 2015 1 commit
-
-
Steven Cordwell authored
-
- 06 Jan, 2015 1 commit
-
-
Steven Cordwell authored
-
- 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 3 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.
-
- 11 Mar, 2014 1 commit
-
-
Steven Cordwell authored
-
- 10 Mar, 2014 13 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
-
- 11 Sep, 2013 3 commits
-
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
- 10 Sep, 2013 7 commits
-
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
break out the storage of P, S, and A from MDP._computePR into MDP._computeP and use this in QLearning
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
- 24 Aug, 2013 1 commit
-
-
Steven Cordwell authored
fix bug in ValueIterationGS where ValueIteration._iterate() was called before its own _iterate() method
-
- 23 Aug, 2013 5 commits
-
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
Steven Cordwell authored
-
- 18 Aug, 2013 2 commits
-
-
Steven Cordwell authored
-
Steven Cordwell authored
-
- 16 Aug, 2013 1 commit
-
-
Steven Cordwell authored
-