This is a DQN implementation that uses the OpenAI Gym for the environment and PyTorch for the DQN model.
This requires Python 3.x, so on Linux:
python3 main.py
By default this will run the CartPole-v0.
Many CLI arugments can be found in main.py or by running:
python3 main.py --help