tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

All of the code for my Medium articles

Results 5 tutorials issues
Sort by recently updated
recently updated
newest added

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...

Hi, I was trying flow the tutorial for the DCGAN but I have hit a problem. When I run the following line `gan_output = discriminator(fake_image)` I get the error `Dimensions...

Hi, I found below code in the network part of train_dqn.py ########################################################### # Split into value and advantage streams val_stream, adv_stream = Lambda(lambda w: tf.split(w, 2, 3))(x) # custom splitting...

looks like target-network and online-network gets updated at the same frequency UPDATE_FREQ

Dear Sebastian Theiler, thanks for your great DQN tutorial example. I was wondering if it is possible to suppress the output in the console that looks something like: 1/1 [==============================]...