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
ea7f86b8
Commit
ea7f86b8
authored
May 18, 2013
by
Steven Cordwell
Browse files
remove import of matrix from numpy
parent
110b8865
Changes
1
Hide whitespace changes
Inline
Side-by-side
mdp.py
View file @
ea7f86b8
...
...
@@ -96,7 +96,7 @@ from math import ceil, log, sqrt
from
random
import
randint
,
random
from
time
import
time
from
numpy
import
absolute
,
array
,
diag
,
empty
,
matrix
,
mean
,
mod
,
multiply
from
numpy
import
absolute
,
array
,
diag
,
empty
,
mean
,
mod
,
multiply
from
numpy
import
ndarray
,
ones
,
zeros
from
numpy.random
import
rand
from
scipy.sparse
import
csr_matrix
as
sparse
...
...
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