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
Well spotted - I agree with all your comments and they are bugs to be solved. Feel free to make the changes on the branch and submit them to the master.
Thank you!
@enricoande
[1]
reinforcement_learning_examples/invertedpendulum/Sarsa/episodeFA.m
Line 35 in 95627db
It appears that here
phi
corresponds to the old statex
rather than the new statexp
. Is this intentional?[2]
reinforcement_learning_examples/invertedpendulum/invertedpendulum.m
Line 112 in 95627db
The function file
plotBF.m
seems to be missing.[3]
reinforcement_learning_examples/invertedpendulum/Qlearning/episode.m
Line 35 in 95627db
It should be
max(Q(sp,:))
instead ofQ(sp,ap)
for Q-learning as done in ther = -1
casereinforcement_learning_examples/invertedpendulum/Qlearning/episode.m
Line 43 in 95627db
The text was updated successfully, but these errors were encountered: