wip fix train
This commit is contained in:
parent
ab959fa27b
commit
a2e54bc449
9 changed files with 335 additions and 229 deletions
3
justfile
3
justfile
|
|
@ -18,4 +18,5 @@ 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
|
||||
#python ./store/python/trainModel.py
|
||||
cargo run --bin=train_dqn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue