You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
uranio255
changed the title
Issue with MC first visit algorithm?
Possible issue with MC first visit algorithm
Oct 24, 2020
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
The text was updated successfully, but these errors were encountered: