Dawid Laszuk

Results 54 comments of Dawid Laszuk

Hi @pgupta18, Sorry for delay in response but unfortunately PyEMD has fallen low on my priority list. I'm trying to reply as soon as possible but often that is still...

That is... surprising. When did you download the module? What does it say when you do `print(PyEMD.__version__)`? I'm guessing that was about a month ago. That line used to be...

Hi, unfortunately I'm a bit busy now. Most likely I won't look into this until the new year. On Sun, Dec 22, 2019, at 06:45, muqingCai wrote: > @laszukdawid Can...

I just read your first comment again and I'm not sure what's the configuration difference between both runs. If you're getting an IMF consistently with all zeros, then that's a...

Hi @SChandel-cmd, Apologies for super late reply. Likely you have solved the problem or moved on but in case you still are facing it, here are some hints. Unfortunately, CEEMDAN...

Thanks for the update. Matlab well deserves bad reputation for many reasons but it is indeed a solid software. Tons of good numerical engineers have contributed to its tool-sets over...

I'm already working on some wavelet applications, so might contribute here a bit. There's another Python wavelet package which is complimentary to this one - https://github.com/aaren/wavelets. It has implementation of...

Hi @JhonAndersonVelasco , You're trying to use `noise_seed` as a static class method which isn't correct. To set the seed you need to first create an instance, e.g. ```python ceedman...

In a similar question to the original poster: is there any reason why the multi agent isn't supported? Code changes to make the gym-like API support isn't difficult so I'm...

Since I need this for my own purpose, I've added my own wrapper (based on Unity's wrapper) which can be found here https://github.com/laszukdawid/ai-traineree/blob/master/ai_traineree/tasks.py#L101 (or with associated commit https://github.com/laszukdawid/ai-traineree/commit/39dcf3188d0b14853508c48f63416a2df7a94a7e). I'd appreciate...