Micky Downs
Micky Downs
Keras Tuner depreciaed self._reported_step last year. You should be able to run the model in later versions of Python and Keras by reverting that component alone i.e., keras-tuner==1.0.3. I'm running...
I ran the model using Kiernan's data (5x per @replacementAI and as specified in the paper) and can confirm the performance. I've also run it on day, day part, hour...
Hey @replacementAI, let me see about providing my version of @kieranjwood's framework after I'm done testing it. It's table driven so that you can run data at different frequencies relatively...
@varanova Your fix worked well. There's a second, very minor, MultiDatasetTradingEnv issue. Both the vanilla env and the multi-dataset env use self.name. The former uses self.name first to label the...