Skip to content

Instantly share code, notes, and snippets.

@manvillej
Created November 18, 2018 17:58
Show Gist options
  • Save manvillej/5c28bd45ee85844bfa11491729fd1b93 to your computer and use it in GitHub Desktop.
Save manvillej/5c28bd45ee85844bfa11491729fd1b93 to your computer and use it in GitHub Desktop.
>>>transitionMatrix = np.matrix([
... [0, 1, 1, 0],
... [2, 0, 0, 0],
... [2, 0, 0, 1],
... [0, 0, 2, 0]], dtype=object)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment