An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Deep Q-Learning #

* to train:

```
python deepqlearning.py
```

* to test:

```
python deepqlearning.py False
```