Discussion about Lab1 #2
Unanswered
harshraj22
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Should we rather find something like the idea is to keep simulating till they all reach a stable state, which happens to be |
Beta Was this translation helpful? Give feedback.
1 reply
-
Comments in the review meet:Ques 2:
Ques 3:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Confusion Regarding the solution
This actually calculates Pi_8, ie. if Random Variable is the state we are in (sample_space = {0,...,8}), and transition probabilities are defined by the rolling of die, to go from one outcome to other. This code seems to find the distribution of 8th Random Variable in the sequence.
rl_lab/lab1/ques4/numerical/runner.py
Line 10 in aa30495
While, I guess we need to find
sum(Pi_j[8] for j in range(8, inf))
. ie. for all random variables greater or equal to 8, find the probability of it taking value 8.Beta Was this translation helpful? Give feedback.
All reactions