This repository documents the learning process and related code for reinforcement learning.
- Deep Q-learning Network (DQN)
- 1.DQN.py: the basic Deep Q-learning algorithm. Update 7/18
- 2.DDQN.py: the Double Deep Q-learning algorithm. Update 7/18
- 3.Dueling DQN.py: the Dueling DQN algorithm. Update 7/18
- Python 3.11
- PyTorch 2.1.0
- NumPy 1.23.5
- gym 0.26.2