def DQN(height, width): model = keras.models.Sequential([ keras.layers.Input(shape = (height*width*3)), keras.layers.Dense(100, activation = &quo