Ian Lin
Ian Lin
In `TWSEFetcher.fetch()`, we currently catch the `JSONDecodeError` (or `ValueError` in Python 2) and let the return value to be: ``` { 'stat': '', 'data': [] } ``` `stat` may also...
I got ban from TWSE after running the unit test twice. I am very sure that I am not running other crawler at the same time. The unit test is...
not just give it an Action object, so the backend can be optimized.
All the abstract classes don't have metaclass, so there is no restriction on the usage of initiation. We need to add metaclass, or use another method to define the interface.
Maybe we should use the score in history, but not store it in model.
https://github.com/ntucllab/striatum/blob/master/striatum/bandit/exp4p.py#L64 What's this? Any reference?
https://github.com/ntucllab/striatum/blob/master/striatum/bandit/exp4p.py#L102 This normalization is not in the paper. Is this correct?
**Describe the bug** Using `sys.version_info` to modify dependencies is not a recommended way according to sdispater/poetry#758. We should use [environment markers](https://www.python.org/dev/peps/pep-0508/#environment-markers) instead. If we use `sys.version_info` to modify dependencies, some...