Shakthi Weerasinghe

Results 3 comments of Shakthi Weerasinghe

@windowshopr there is nothing much to this. You just need to replace, `train = K.function([self.actor.input, action, advantages], [], updates=updates)` as `train = K.function([self.actor.input, action, advantages], self.model.output, updates=updates)`

Hey @sryza I still get this exact issue mentioned by @hartziai . Hasn't the changes being in effect ?