1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 02:50:58 +08:00

update Dependencies

This commit is contained in:
Mingzhe Han
2021-02-23 17:25:29 +08:00
committed by you-n-g
parent f164bf8411
commit f9c30f9834

View File

@@ -6,6 +6,21 @@ As a fundamental problem in algorithmic trading, order execution aims at fulfill
## Environment Dependencies
### Dependencies
```
gym==0.17.3
torch==1.6.0
numba==0.51.2
numpy==1.19.1
pandas==1.1.3
tqdm==4.50.2
tianshou==0.3.0.post1
env==0.1.0
PyYAML==5.4.1
redis==3.5.3
```
### Environment Variable
`EXP_PATH` Absolute path to your config folder, we give folder `exp` as an example.