dsinghnegi / DQN-keras

Deep Q Learning using Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deep Q Learning using Keras

License:Apache License 2.0


Languages

Language:Python 100.0%