Metadata-Version: 2.1
Name: trunner
Version: 1.0.4
Summary: runner于运行job的py package 封装
Home-page: https://github.com/tradingAI/runner/tree/master/python
Author: liuwen
Author-email: liuwen.w@qq.com
License: UNKNOWN
Description: # trunner
        
        runner 运行job python封装
        
        ## 使用
        
        `pip install trunner>=1.0.3`
        
        - tbase
            - [x] train: `python3 -m trunner.tbase --alg ddpg --codes 000001.SZ --seed 0`
            - [x] eval: `python3 -m trunner.tbase --eval --alg ddpg --codes 000001.SZ --seed 0`
            - [x] infer: `python3 -m trunner.tbase --infer --alg ddpg --codes 000001.SZ --seed 0`
            - 详细参数: [tbase args](https://github.com/tradingAI/tbase/blob/fbbab069d3594a1d11e3cc1b80ad14adb98a7d86/tbase/common/cmd_util.py#L112)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
