Ivan Zakharov

Results 5 comments of Ivan Zakharov

можно "очистить всё и начать заново" в quik запустить программу с QuikSharp потом залогиниться в терминале, и все сделки пойдут по новой

@Miffyli sorry i didn't get what your response means for questions 1 and 2

@Miffyli suppose `num_envs=4` does it mean on rollout we get 4 points to train on regardless `n_steps`? e.g. reward function: `(n_steps, features_count) -> reward` do we skip all rewards (do...

as far as I know the LSTM model takes `(m, n_features)` as an input whereas a non-rnn model is ok with shape `(n_features,)` if you say we get `num_envs *...

doesn't this line gets us a stacked LSTM model? `net_arch=[64, 64, 'lstm',...]`