msat59
msat59
> I think one of the more common issues we encounter is that some examples don't work out of the box. We may have introduced a lot of changes in...
@echo66 , are you still working on it?
Have you solved it? It's my question too.
I believe the main reason is to remove noise (small differences in pixels colors), which helps to detect big differences between frames
> This only addresses the first half of Issue #348 , but was able to run examples of DQN and DDPG with: > > * tensorflow 1.15.0 > * keras...
Hasn't been implemented yet? 😢
The problem is a huge Vaex dataframe cannot be converted to Pandas dataframe in order to use the apply() method.
This is what I wrote and used in my project: ``` def custom_cut(dfv, col, bins, labels=None, right=True): # Sort the unique bin edges sorted_bins = np.sort(np.unique(bins)) # Use searchsorted to...
Has the development been stopped?
Any update? Almost two years passed 😉