mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-03 19:10:58 +08:00
* rl init * aux info * Reward config * update * simple * update saoe init * update simulator and seed * minor * minor * update sim * checkpoint * obs * Update interpreter * init qlib simulator * checkpoint * Refine codebase * checkpoint * checkpoint * Add one test * More tests * Simulator checkpoint * checkpoint * First-step tested * Checkpoint * Update data_queue API * Checkpoint * Update test * Move files * Checkpoint * Single-quote -> double-quote * Fix finite env tests * Tested with mypy * pep-574 * No call for env done * Update finite env docs * Fix csv writer * Refine tester * Update logger * Add another logger test * Checkpoint * Add network sanity test * steps per episode is not correct * Cleanup code, ready for PR * Reformat with black * Fix pylint for py37 * Fix lint * Fix lint * Fix flake * update mypy command * mypy * Update exclude pattern * Use pyproject.toml * test * . * . * Refactor pipeline * . * defaults run bash * . * Revert and skip follow_imports * Fix toml issue * fix mypy * . * . * . * Fix install * Minor fix * Fix test * Fix test * Remove requirements * Revert * fix tests * Fix lint * . * . * . * . * . * update install from source command * . * Fix data download * . * . * . * . * . * . * Fix py37 * Ignore tests on non-linux * resolve comments * fix tests * resolve comments * some typo * style updates * More comments * fix dummy * add warning * Align precision in some system * Added some impl notes Co-authored-by: Young <afe.young@gmail.com>
47 lines
456 B
Plaintext
47 lines
456 B
Plaintext
# https://github.com/github/gitignore/blob/master/Python.gitignore
|
|
__pycache__/
|
|
|
|
*.pyc
|
|
*.pyd
|
|
*.so
|
|
*.ipynb
|
|
.ipynb_checkpoints
|
|
_build
|
|
build/
|
|
dist/
|
|
|
|
|
|
*.pkl
|
|
*.hd5
|
|
*.csv
|
|
|
|
.env
|
|
.vim
|
|
.nvimrc
|
|
.vscode
|
|
|
|
qlib/VERSION.txt
|
|
qlib/data/_libs/expanding.cpp
|
|
qlib/data/_libs/rolling.cpp
|
|
examples/estimator/estimator_example/
|
|
|
|
*.egg-info/
|
|
|
|
# test related
|
|
test-output.xml
|
|
.output
|
|
.data
|
|
|
|
# special software
|
|
mlruns/
|
|
|
|
tags
|
|
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.vscode/
|
|
|
|
*.swp
|
|
|
|
./pretrain
|