Wojciech Jaśkowski

Results 27 comments of Wojciech Jaśkowski

But you can add a simple condition on that, don't you? The problem is there is physically no data on the terminal state in Doom. On 30 March 2017 at...

Bug confirmed on Linux. ## Wojciech Jaśkowski, Ph.D. Laboratory of Intelligent Decision Support Systems Institute of Computing Science Poznan University of Technology, Poland http://www.cs.put.poznan.pl/wjaskowski On 22 July 2016 at 17:29,...

What about using https://github.com/pya/pickablelambda under the hood?

I was thinking that maybe map can assign the iterable to y because the value of x was given explicitly. Similarly, starmap could assign iterables to the subsequent arguments that...

My idea was that ```python parmap.map(times2, xlimits = [0, 5], x = range(10)) ``` should simply call times2 with the given arguments but ```python parmap.map(times2, range(10), xlimits = [0, 5])...

I have runs which I need to update (since they depend on other runs). Updating runs means that I need to I basically need to rerun them. Either I "clear"...

I did some work for you, guys. Here is the profiler results on fetching the leaderboard. I leave the interpretation to you but it seems to me that the performance...

It already takes 1 minute and 15 seconds to call `fetch_runs_table` for my project...

Today it takes 1 min 46 seconds for `fetch_runs_table`. It is getting completely unusable...

My dataframe obtained by `fetch_runs_table()` takes 1.4GB. Are you planning to do anything about this issue? ![image](https://user-images.githubusercontent.com/4952605/184149911-7b23fc0a-2552-459e-8864-06f577decf64.png)