feat: ai strategy (wip)
This commit is contained in:
parent
899a690869
commit
ab770f3a34
14 changed files with 421 additions and 57 deletions
2
justfile
2
justfile
|
|
@ -17,3 +17,5 @@ profile:
|
|||
pythonlib:
|
||||
maturin build -m store/Cargo.toml --release
|
||||
pip install --no-deps --force-reinstall --prefix .devenv/state/venv target/wheels/*.whl
|
||||
trainbot:
|
||||
python ./store/python/trainModel.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue