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 am using Q-Learning to solve the lunar lander v2 problem but facing the same problem as you, i.e., the lander keeps floating on the air. As described in your post , the Monte Carlo RL can solves this problem which Q-Learn cannot. Do you have any idea why it happens?
The text was updated successfully, but these errors were encountered:
I am using Q-Learning to solve the lunar lander v2 problem but facing the same problem as you, i.e., the lander keeps floating on the air. As described in your post , the Monte Carlo RL can solves this problem which Q-Learn cannot. Do you have any idea why it happens?
The text was updated successfully, but these errors were encountered: