yuriak / RLQuant

Applying Reinforcement Learning in Quantitative Trading
333 stars 103 forks source link

Exception has occurred: ValueError #7

Closed hn2 closed 5 years ago

hn2 commented 5 years ago

all the input array dimensions except for the concatenation axis must match exactly in: def _get_normalized_state(self): ... return np.concatenate((state, self.current_weight[:-1][:, None]), axis=1)

Any idea?