Steven-KamInNg
Results
2
comments of
Steven-KamInNg
Same here, I've tried to feed a list of zero. init_stocks_holding = [0] * stock_dimension Stock Dimension: 29, State Space: 291 init_stocks_holding: [0, 0, 0, 0, 0, 0, 0, 0,...
I have a new error. [/usr/local/lib/python3.9/dist-packages/finrl/meta/env_stock_trading/env_stocktrading.py](https://localhost:8080/#) in _do_buy() 177 # Buy only if the price is > 0 (no missing data in this particular date) 178 available_amount = self.state[0] //...