feat: c++ bindings
This commit is contained in:
parent
0429999672
commit
3490a184b3
6 changed files with 364 additions and 4 deletions
4
justfile
4
justfile
|
|
@ -23,6 +23,10 @@ pythonlib:
|
|||
rm -rf target/wheels
|
||||
maturin build -m store/Cargo.toml --release
|
||||
pip install --no-deps --force-reinstall --prefix .devenv/state/venv target/wheels/*.whl
|
||||
cxxlib:
|
||||
cargo build --release -p trictrac-store
|
||||
@echo "Static lib: $(ls target/release/libtrictrac_store.a)"
|
||||
@echo "CXX header: $(find target -name 'cxxengine.rs.h' | head -1)"
|
||||
trainbot algo:
|
||||
#python ./store/python/trainModel.py
|
||||
# cargo run --bin=train_dqn # ok
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue