/DQN-pytorch

Deep Q-value Network by pytorch

Primary LanguagePython

DQN-pytorch

Deep Q-value Network by pytorch

ADD

[O] DQN changing Buffer.types to DQNBuffer

[O] DDQN changing Buffer.types to DDQNBuffer

[] PER

install

git clone https://github.com/CAI23sbP/DQN-pytorch.git

pip install -r requirements.txt

Training

python3 train.py

Testing

python3 test.py

See detail config

open configs.py

Training rendering

simplescreenrecorder-2023-09-12_16.59.19-2023-11-02_01.55.51.mp4

Testing rendering

simplescreenrecorder-2023-09-12_16.59.19-2023-11-02_15.56.24.mp4

Architecture example

image