feat: bot sac & ppo save & load
This commit is contained in:
parent
afeb3561e0
commit
0c58490f87
8 changed files with 127 additions and 103 deletions
|
|
@ -8,7 +8,6 @@ use store::MoveRules;
|
|||
|
||||
use crate::burnrl::dqn_model;
|
||||
use crate::burnrl::environment;
|
||||
use crate::burnrl::utils;
|
||||
use crate::training_common::{get_valid_action_indices, sample_valid_action, TrictracAction};
|
||||
|
||||
type DqnBurnNetwork = dqn_model::Net<NdArray<ElemType>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue