Shakthi Weerasinghe
Results
3
comments of
Shakthi Weerasinghe
make_predict_function() should work instead.
@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 ?