Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[finite_markov] notational changes #174

Closed
wants to merge 3 commits into from
Closed

Conversation

Harveyt47
Copy link
Member

@Harveyt47 Harveyt47 commented May 5, 2020

Hi @jstac
This is the notational change in finite markov of #51 .

I changed the notation of \alpha -> \lambda, \beta -> \alpha and \lambda -> \pi.

I have also clarified that here beta is a discount factor.

@Harveyt47 Harveyt47 requested a review from sayaikegawa May 5, 2020 08:42
@github-actions
Copy link

github-actions bot commented May 5, 2020

@github-actions
Copy link

github-actions bot commented May 5, 2020

@@ -1483,7 +1484,7 @@ Exercise 2
from operator import itemgetter

infile = 'web_graph_data.txt'
alphabet = 'abcdefghijklmnopqrstuvwxyz'
lambdabet = 'abcdefghijklmnopqrstuvwxyz'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix this and other examples of "alphabet" below.

@github-actions
Copy link

github-actions bot commented May 6, 2020

@@ -1343,7 +1344,7 @@ The following code snippet provides a hint as to how you can go about this
.. code-block:: python3

import re
re.findall('\w', 'x +++ y ****** z') # \w matches alphanumerics
re.findall('\w', 'x +++ y ****** z') # \w matches lambdanumerics

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Harveyt47 , here also should be changed to "alphanumerics"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @sayaikegawa yes I'll make a the change. Thanks @sayaikegawa.

@github-actions
Copy link

github-actions bot commented May 8, 2020

@Harveyt47 Harveyt47 changed the title finite markov notational changes [finite_markov] notational changes May 10, 2020
@github-actions
Copy link

@jstac jstac closed this Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants