Openai Gym

Algorithm Investigation with OpenAI Gym

In this project, we implemented and compared three different algorithms, SARSA, Q-Learning and DQN in two scenes, balancing a cart-pole and landing a spaceship. The result shows that DQN outperforms in both the stability and smoothness of control stratgy.

  CartPole LunarLander
SARSA
Q-Learning
DQN