compile ok but diverge
This commit is contained in:
parent
ec6ae26d38
commit
cfc19e6064
6 changed files with 38 additions and 22 deletions
5
justfile
5
justfile
|
|
@ -28,9 +28,10 @@ trainsimple:
|
|||
trainbot:
|
||||
#python ./store/python/trainModel.py
|
||||
# cargo run --bin=train_dqn # ok
|
||||
./bot/scripts/trainValid.sh
|
||||
# ./bot/scripts/trainValid.sh
|
||||
./bot/scripts/train.sh
|
||||
plottrainbot:
|
||||
./bot/scripts/trainValid.sh plot
|
||||
./bot/scripts/train.sh plot
|
||||
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