This repository includes two RL methods, Q-Learning and Deep Q-Learning. "CartPole.ipynb" is using "Q-Learning" , and "CartPole_DQN.ipynb" is using Deep Q-Learning.
Just Q-Learning doesn't use any third-party Machine Learning ilbrary but didn't go well. Please see "CartPole_DQN.ipynb".