Skip to content

Possible issue with MC first visit algorithm #1

Description

@uranio255

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions