Mikhail

Results 2 issues of Mikhail

#1117 Description When CnnLstmPolicy uses not None net_arch, cnn_extractor is used to perform features extraction inside LstmPolicy class. Here NotImplementedError is solved with usage of cnn_extractor. Test file is added....

Hello, my issue concerns the usage of `net_acrh` parameter inside `LstmPolicy`. This will helps to implement custom `CnnLstmPolicy`. Now, `LstmPolicy` from `stable_baselines.common.policies` has following code with `NotImplementedError()` when `net_arch` is...