Results 17 comments of Nuno Faria

Sorry for the delayed response. Since the learning is initially based on random plays, it could be the case that the agent never ended up choosing a good move that...

Fixed by 32297e073bf0cf62a4b247bc962e7a58fdc1b731. Thanks for the report.

I can confirm that now the multi-column filters perform great. Feel free to close this issue. Side note: in the first example (`SELECT * FROM Test WHERE k1 = 5555555...

Hello, could you show me the commands that you are using to generate the image?

For your particular use case, I would recommend using a grid pattern, i.e., setting the pixel shift to none and using a single scale. Example: ```python RESIZING_SCALES = [0.1] PIXEL_SHIFT...

To be able to see each tile clearly while keeping each tile small, we have to scale up the image to tile. I just added a new parameter called `IMAGE_SCALE`...

Thanks for the tip. I tested it but the agent was not able to achieve higher scores. I don't think that change is correct since each state will end up...