We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541b749 commit d934722Copy full SHA for d934722
README.md
@@ -63,7 +63,7 @@ step_right_probs = [0.3, 0.5, 0.7, 0.4, 0.8, 0.9]
63
walk = MarkovWalk(step_right_probs)
64
```
65
66
-- `ever_reach_probs[start_state][end_state]` is the probability, that after
+- `walk.ever_reach_probs[start_state][end_state]` is the probability, that after
67
infinite wandering started at `start_state` we will ever reach the point `end_state`
68
69
- `walk.right_edge_probs[state]` is the probability for a starting `state`, that after infinite wandering we will leave
0 commit comments