hmm icon indicating copy to clipboard operation
hmm copied to clipboard

Initial Probabilities are all zero

Open SimFar opened this issue 6 years ago • 0 comments

In the code, the p_s is initialized as 2/3, and p_r as 1/3. Python seems to complier p_s and p_r as integers as the value of zero. Maybe it should be like 2.0/3 and 1.0/3.

SimFar avatar Nov 29 '18 02:11 SimFar