yh

Results 4 issues of yh

I found the code in [data_reader.py](https://github.com/peter1591/hearthstone-ai/blob/master/agents/train/tensorflow/data_reader.py) get training feature include resource feature as follow: ``` def _add_resource(self, resource): self._data.extend([ resource['current'], resource['total'], resource['overload_next']]) ``` So somebody can tell me what resource...

### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Branch name main ### Commit ID d0a1ffe ### Other environment information...

bug

目前官方能找到的接口文档为 [HTTP API Reference](https://openspg.yuque.com/ndx6g9/docs/xnxuhfldouqg0r2y),但是里面的内容还不够全面,如上传文档,文档解析,知识库问答等功能的接口定义不是很清楚,是不是可以考虑加一个类似RAGflow的[开发者文档](https://ragflow.io/docs/dev/http_api_reference)