mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-12 07:42:41 +02:00
Reworked differentiation between train and eval execution + Renamed cfgs + Added algorithm seeding + Included early stopping functionality + Added weights&biases logging
This commit is contained in:
@ -35,3 +35,9 @@ class Names:
|
||||
SINGLE = 'single'
|
||||
DISTRIBUTED = 'distributed'
|
||||
SHARED = 'shared'
|
||||
EARLY_STOPPING = 'early_stopping'
|
||||
TRAIN = 'train'
|
||||
SEED = 'seed'
|
||||
LAST_N_EPISODES = 'last_n_episodes'
|
||||
MEAN_TARGET_CHANGE = 'mean_target_change'
|
||||
WANDB_LOG = 'wandb_log'
|
||||
|
Reference in New Issue
Block a user