Deep-Q-Learning
Deep-Q-Learning copied to clipboard
Tensorflow implementation of Deepminds dqn with double dueling networks
Hello I try to do a DQN with a RGB image. Python code : def build_QNetwork_RGB(n_actions, learning_rate, history_length, input_shape): """Builds a dueling DQN as a Keras model Arguments: n_actions: Number...
There are several module-level changes in TensorFlow v2, which breaks the notebook. This is the recommended fix.
In the notebook you "have a reward received $k$ time steps in the future is worth only..." then $\gamma$ to the power of unknown character...
Hi, thanks a lot for your great work! I have a question, in the `Double DQN`, maybe the following code needs a `stop_gradient`? target_q = rewards + (gamma*double_q * (1-terminal_flags))...
So that it does not record NaN. Now gif is always generated after an evaluation. For the case you do not want this pull request, I divided this pr from...