Ricky Ding

Results 25 issues of Ricky Ding

- AlphaStar uses LSTM right? Why there is no RNN in your `rvr.models.build_fully_conv` ?

- your code doesn't contain `linreg` compared with the one found from trading-view, may I ask why? - yours: ```python @classmethod def SQZMI(cls, ohlc: DataFrame, period: int = 20, MA:...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

## problem - if some talib function is called and produces some error, and this is handled by `try-except`, then the subsequent calls to this or other talib functions gives...

## A question - I want to build a small scale version of **Open AI Five** - And I learnt that it uses LSTM + PPO - suppose I build...

question
RNN

- I am a beginner and I want to make a standard APP - I know the standard approach for APPs is to save data in the database - But...

- I want to simulate the effect of an external time-dependent electric field on an protein ([Genetically encoded voltage indicator](https://en.wikipedia.org/wiki/Genetically_encoded_voltage_indicator)). - I have: ```python def addForce(topo: Topology): potential = "-q*Ex*x"...

question

```python TypeError: `y0` must be a floating point Tensor but is a torch.ComplexDoubleTensor ```

- Hi ! I really like your [https://sqliteviewer.app/](https://sqliteviewer.app/) - I want to use it as a general React component to display any data tables, like this one [https://mui.com/components/tables/#data-table](https://mui.com/components/tables/#data-table) - but...

React 代码: ```javascript this.div = r} style={{ flex:1, }} spellCheck={true}/> ``` 但是render后 spellcheck 不起作用