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

Possible issue with MC first visit algorithm #1

Open
uranio255 opened this issue Oct 24, 2020 · 0 comments
Open

Possible issue with MC first visit algorithm #1

uranio255 opened this issue Oct 24, 2020 · 0 comments

Comments

@uranio255
Copy link

Hi BY571,

I think I may have found an issue with the implementation of the following algorithm “On-policy first-visit MC control (for epsilon-soft policies)”.

In the pseudo-code version of it, we should check for the existence of St, At in past instances of time (t).
However, in the implementation we only check for the existence of St … but no At.
(image provided for clarification)

Is there a reason why you do it like this?

Thank you for any clarification!
Francisco

Issue

@uranio255 uranio255 changed the title Issue with MC first visit algorithm? Possible issue with MC first visit algorithm Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant