Shamoon Siddiqui
Shamoon Siddiqui
This is a feature request and I'd be happy to work on this and submit a PR, but what do you think about giving the option to start off with...
If the cartpole is already all the way at the right, we can't really select that action. So would it make sense to disallow that from either the random case...
``` ERROR:waitress:Exception while serving /parse Traceback (most recent call last): File "/home/shamoon/.local/share/virtualenvs/olive-ml-W0P_C03Z/lib/python3.6/site-packages/waitress/channel.py", line 356, in service task.service() File "/home/shamoon/.local/share/virtualenvs/olive-ml-W0P_C03Z/lib/python3.6/site-packages/waitress/task.py", line 176, in service self.execute() File "/home/shamoon/.local/share/virtualenvs/olive-ml-W0P_C03Z/lib/python3.6/site-packages/waitress/task.py", line 447, in execute...
I have: ``` const [documents, documentsLoading, documentsError]: [DocumentInterface[], boolean, Error] = useCollectionDataOnce( firebase.firestore().collection('documents') .where('userId', '==', '1234') .orderBy('updatedAt', 'desc') , { idField: 'id' } ) useEffect(() => { console.log(documentsLoading, documents) },...
``` File "/home/shamoon/pytorch-lstm-audio/submodules/deepspeech2/decoder.py", line 101, in __init__ from ctcdecode import CTCBeamDecoder File "/home/shamoon/ctcdecode/ctcdecode/__init__.py", line 2, in from ._ext import ctc_decode ModuleNotFoundError: No module named 'ctcdecode._ext' During handling of the above...
Using Python 3.6.10+ on macOS 10.15.3. Tried: ``` pip install -e git+https://github.com/parlance/ctcdecode.git#egg=ctcdecode ``` And I get the error: ``` Obtaining ctcdecode from git+https://github.com/parlance/ctcdecode.git#egg=ctcdecode Updating /Users/shamoon/.local/share/virtualenvs/pytorch-lstm-audio-Pq4zK81J/src/ctcdecode clone Running command git fetch...
This is on macOS with Python 3.7
## Checklist - [x] This is not covered in the [repository examples](https://github.com/niuware/mui-rte/tree/master/examples). - [x] I am using the package [latest version](https://github.com/niuware/mui-rte/releases/latest). - [x] This is a bug report or an...