This repo is an implementation of deep-q-learning. It demonstrates the agent learning to play atari breakout using pytorch
- Python3
- Gym
- Pytorch
-
To train the agent:
python main.py --train_dqn
-
To test the agent:
python main.py --test_dqn --model_test_path "trained_model_path"