Here you can find a D3QN (Duelling Double DQN with prioritized experience replay) algorithm pytorch implementation for the Gymnasium CartPole-v1 environment.
To train, run:
python train.py
To test the model, run:
python test.py
git clone Flahhhh/D3QN
pip install -r requirements.txt
You can also change environment to train in utils.py
