feat: bot all algos
This commit is contained in:
parent
0c58490f87
commit
8f41cc1412
18 changed files with 929 additions and 39 deletions
8
justfile
8
justfile
|
|
@ -25,13 +25,13 @@ pythonlib:
|
|||
trainsimple:
|
||||
cargo build --release --bin=train_dqn_simple
|
||||
LD_LIBRARY_PATH=./target/release ./target/release/train_dqn_simple | tee /tmp/train.out
|
||||
trainbot:
|
||||
trainbot algo:
|
||||
#python ./store/python/trainModel.py
|
||||
# cargo run --bin=train_dqn # ok
|
||||
# ./bot/scripts/trainValid.sh
|
||||
./bot/scripts/train.sh
|
||||
plottrainbot:
|
||||
./bot/scripts/train.sh plot
|
||||
./bot/scripts/train.sh {{algo}}
|
||||
plottrainbot algo:
|
||||
./bot/scripts/train.sh plot {{algo}}
|
||||
debugtrainbot:
|
||||
cargo build --bin=train_dqn_burn
|
||||
RUST_BACKTRACE=1 LD_LIBRARY_PATH=./target/debug ./target/debug/train_dqn_burn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue