phong-phuong
phong-phuong
Deeplearning4j version: 1.0.0-beta-7 Issue Description: Exception in thread "main" java.lang.IllegalArgumentException: Invalid size: cannot get size of dimension 2 for rank 1 NDArray The observation "MalmoBox" is a rank 1 array...
Say I have an icon I create via: ` setClosed(true)} />` VS code is not able to suggest an import. I have to manually type it in: `import CloseIcon from...
The candle data returned doesn't match the values on displayed on trading view charts. Amount of candles returned does not match the requested number candles. Upon requesting an invalid symbol,...
Begin time currently of a bar is assumed to be the closeTime - bar duration, which is not always the case, but it is useful as users have one less...
Despite setting the background color manually via `self.backgroundColor = (0, 0, 0, 0.0)` ``` # Main render function def gui(self): gl.glClearColor(*self.backgroundColor) gl.glClear(gl.GL_COLOR_BUFFER_BIT) immapp.run(app.gui) ``` This imgui implementation seems to have...