feat: bot sac & ppo save & load
This commit is contained in:
parent
afeb3561e0
commit
0c58490f87
8 changed files with 127 additions and 103 deletions
|
|
@ -3,8 +3,8 @@
|
|||
ROOT="$(cd "$(dirname "$0")" && pwd)/../.."
|
||||
LOGS_DIR="$ROOT/bot/models/logs"
|
||||
|
||||
CFG_SIZE=18
|
||||
ALGO="dqn"
|
||||
CFG_SIZE=17
|
||||
ALGO="sac"
|
||||
BINBOT=burn_train
|
||||
# BINBOT=train_ppo_burn
|
||||
# BINBOT=train_dqn_burn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue