Michael Jacob

Results 2 issues of Michael Jacob

I always get this error when trying to rebalance, but i dont understand why? **This is my portfolio**: ```{r} smallcap_tickers

Why is self.observation_space bounded from 0 to np.inf when the techinal indicators (e.g. MACD) can take negative values? Should it not be: self.observation_space = spaces.Box(low=-np.inf, high=np.inf, shape = (Obs_Dim,)) instead...