wip burnrl_big
This commit is contained in:
parent
86a67ae66a
commit
e15dba167b
8 changed files with 849 additions and 2 deletions
|
|
@ -4,16 +4,18 @@ ROOT="$(cd "$(dirname "$0")" && pwd)/../.."
|
|||
LOGS_DIR="$ROOT/bot/models/logs"
|
||||
|
||||
CFG_SIZE=12
|
||||
# BINBOT=train_dqn_burn
|
||||
BINBOT=train_dqn_burn_big
|
||||
OPPONENT="random"
|
||||
|
||||
PLOT_EXT="png"
|
||||
|
||||
train() {
|
||||
cargo build --release --bin=train_dqn_burn
|
||||
cargo build --release --bin=$BINBOT
|
||||
NAME="train_$(date +%Y-%m-%d_%H:%M:%S)"
|
||||
LOGS="$LOGS_DIR/$NAME.out"
|
||||
mkdir -p "$LOGS_DIR"
|
||||
LD_LIBRARY_PATH="$ROOT/target/release" "$ROOT/target/release/train_dqn_burn" | tee "$LOGS"
|
||||
LD_LIBRARY_PATH="$ROOT/target/release" "$ROOT/target/release/$BINBOT" | tee "$LOGS"
|
||||
}
|
||||
|
||||
plot() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue