ghorbelm
Results
2
issues of
ghorbelm
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...
Hello firstly, thank you for this tutorial. I succeeded in making the train_dqn run but the training did not lead to a good result. Game number: 005100 Frame number: 01981609...