Dawid Laszuk

Results 54 comments of Dawid Laszuk

Hey, I'm sorry to say but that isn't enough information for me to check what's going on. By the looks, it seems that you're running some library on top of...

Can you please elaborate what do you mean by "end effects issue with EMD?" EMD supports mirroring for time series beginning/end and CEEMDAN uses these algorithms when computing EMD. Is...

First of all, I haven't checked that the example work in a long long time and as of now non 1D input isn't supported by AI Traineree. But, this is...

Hi @Ademord, That line isn't the correct one. `GymTask` is a wrapper class to provide OpenAI compatible APIs. What you are looking for is in the [tennis_maddpg.py:15-19](https://github.com/laszukdawid/ai-traineree/blob/master/examples/multi_agent/tennis_maddpg.py#L15-L19). Let me know...

Cool :) Any contributions are more than welcome. Again, feel free to let me know, either here or on my email, whether there's anything you'd like to see/use. As for...

Unfortunately at the moment networks don't have a support for multi dimensional input. There were a few examples on pixels (multi dim input), e.g. https://github.com/laszukdawid/ai-traineree/blob/master/examples/space_invaders_pixel_rainbow.py, but I haven't kept it...

I want all overlapping events (from different sources) to be merged into a list of finer granularity and merged data. Using the analogy from the source code, assume synchronous heartbeats...

Apologies for the delay. I don't have much time currently to get familiar with `aw-*` but I'm working in spare hours on my own project. If you want, feel free...