This project is modified from https://github.com/wetliu/dqn_pytorch based on my opinionated styles of coding.
- boost the training speed using Prioritized Experience Replay
- improve the performance using Dueling DQN
- model_weights_214(./models/model_weights_214)
- You can run it in the cluster jupyterLab, or install a virtual environment pytorch in the local Anconda3 environment, and run it locally.
- You need to pay attention to the version when installing Anconda3.
- Install some dependencies according to
requirements.freezed.