├── DQN_CNN_Complete.py ├── README.md ├── images-tutorial └── model.png ├── plot_rewards.py ├── test_DQN_CNN.py └── train └── rewards_20000.dump /DQN_CNN_Complete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZainBashir/Solving-openAI-Gym-MountainCarProblem-using-DQN-with-Image-input/HEAD/DQN_CNN_Complete.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZainBashir/Solving-openAI-Gym-MountainCarProblem-using-DQN-with-Image-input/HEAD/README.md -------------------------------------------------------------------------------- /images-tutorial/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZainBashir/Solving-openAI-Gym-MountainCarProblem-using-DQN-with-Image-input/HEAD/images-tutorial/model.png -------------------------------------------------------------------------------- /plot_rewards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZainBashir/Solving-openAI-Gym-MountainCarProblem-using-DQN-with-Image-input/HEAD/plot_rewards.py -------------------------------------------------------------------------------- /test_DQN_CNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZainBashir/Solving-openAI-Gym-MountainCarProblem-using-DQN-with-Image-input/HEAD/test_DQN_CNN.py -------------------------------------------------------------------------------- /train/rewards_20000.dump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZainBashir/Solving-openAI-Gym-MountainCarProblem-using-DQN-with-Image-input/HEAD/train/rewards_20000.dump --------------------------------------------------------------------------------