https://github.com/reshalfahsi/dq-learning-test
Deep Q-Learning
https://github.com/reshalfahsi/dq-learning-test
deep-learning deep-q-learning gym keras-tensorflow reinforcement-learning
Last synced: 2 months ago
JSON representation
Deep Q-Learning
- Host: GitHub
- URL: https://github.com/reshalfahsi/dq-learning-test
- Owner: reshalfahsi
- Created: 2018-08-23T07:19:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T08:05:03.000Z (over 7 years ago)
- Last Synced: 2025-05-18T14:48:52.445Z (about 1 year ago)
- Topics: deep-learning, deep-q-learning, gym, keras-tensorflow, reinforcement-learning
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Q-Learning #
* to train:
```
python deepqlearning.py
```
* to test:
```
python deepqlearning.py False
```