/deep-q-learning

Minimal Deep Q Learning (DQN & DDQN) implementations in Keras

Primary LanguagePython

deep-q-learning

modified by luyd

Frok from https://github.com/guikarist/deep-q-learning

  1. add client&server, client send data and learn train.
  2. modify clien&server, now client can receive model, but only in one to one mode.