/RL-samples

Samples of reinforcement learning algorithms

Primary LanguagePython

RL-samples

Usage

DQN & DDQN

$ python dqn/main.py

If you want to run DDQN, replace _getDQNTarget to _getDDQNTarget.