Skip to content

CAI23sbP/DQN-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Deep Q-value Network by pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages