def retrain(self, batch_size): minibatch =random.sample(self.experience_replay, batch_size) for state, action, reward, next_state in minibatch: state = np.asmatrix ...
The commit 86a9b01 currently breaks functionality. Reverting back to the previous version fixes it. option("cloudant.host", host).\ option("cloudant.username ...