burn-rl with valid moves
This commit is contained in:
parent
4353ba2bd1
commit
bfd2a4ed47
10 changed files with 845 additions and 7 deletions
4
justfile
4
justfile
|
|
@ -28,9 +28,9 @@ trainsimple:
|
|||
trainbot:
|
||||
#python ./store/python/trainModel.py
|
||||
# cargo run --bin=train_dqn # ok
|
||||
./bot/scripts/train.sh
|
||||
./bot/scripts/trainValid.sh
|
||||
plottrainbot:
|
||||
./bot/scripts/train.sh plot
|
||||
./bot/scripts/trainValid.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