dqn icon indicating copy to clipboard operation
dqn copied to clipboard

DQN implementation in Keras + TensorFlow + OpenAI Gym

Results 8 dqn issues
Sort by recently updated
recently updated
newest added

In the mode set up there are three modes: But it does not do anything different each of the modes. As far as my understanding goes it should take only...

I can't find the AMI as: > AMI name is DQN-AMI, the ID is ami-c4a969a9, and the region is N. Virginia. Is there another one?

Hi! Could you please explain why you make error clipping such a way? ` $ git diff a83c4b359b9 ... .- # Clip the error term to be between -1 and...

update dqn.py for workable training. For 12 hours training on server with GPU 1080Ti x2, the loss reduce from 0.008 to 0.003.

 python ddqn.py I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcublas.so locally I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcudnn.so locally I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcufft.so locally I tensorflow/stream_executor/dso_loader.cc:128] successfully opened...

I'm getting this when cloning and running on Python 3.6.1, TensorFlow 1.2.1. ``` Using TensorFlow backend. [2017-08-18 00:10:05,170] Making new env: Breakout-v0 dqn.py:90: UserWarning: Update your `Conv2D` call to the...

this code is updated with API changes for tensorflow 0.12 from the older compatibility of 0.9

Update APIs to Tensorflow 1.0 in `dqn.py` and `ddqn.py`