/DQN-keras

Deep Q Learning using Keras

Primary LanguagePythonApache License 2.0Apache-2.0

DQN-keras

Deep Q Learning agent using Keras for CartPole simulation using GYM.

GitHub Logo

Quickstart

pip3 install -r requirements.txt
python3 main.py

Libraries used

  • OpenAI gym
  • numpy
  • Keras

License

The Apache 2.0 License. Please see the license file for more information.

References

https://github.com/keon/deep-q-learning