LorMolf commited on
Commit
4915ee9
·
verified ·
1 Parent(s): 269ffec

Update simplified__first_attack checkpoint metadata

Browse files
Files changed (1) hide show
  1. metadata/resolved_config.yaml +150 -0
metadata/resolved_config.yaml ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config_path: /home/molfetta/combinatorial_reasoning_post_training/data/supported_training/runs/main5_hf_bot_mode_recovery_50k_20260522/configs/simplified__first_attack.yaml
2
+ cli_args:
3
+ game: null
4
+ config: /home/molfetta/combinatorial_reasoning_post_training/data/supported_training/runs/main5_hf_bot_mode_recovery_50k_20260522/configs/simplified__first_attack.yaml
5
+ list_games: false
6
+ algo: null
7
+ num_simulations: null
8
+ batch_size: null
9
+ update_per_collect: null
10
+ lr: null
11
+ seed: null
12
+ max_env_step: null
13
+ num_res_blocks: null
14
+ num_channels: null
15
+ replay_buffer_size: null
16
+ num_unroll_steps: null
17
+ reanalyze_ratio: null
18
+ battle_mode: null
19
+ no_wandb: false
20
+ cpu: false
21
+ torch_num_threads: 4
22
+ torch_num_interop_threads: 1
23
+ no_checkpoints: false
24
+ ckpt_dir: /home/molfetta/combinatorial_reasoning_post_training/models/main5_hf_bot_mode_recovery_50k_20260522/simplified__first_attack/attempt-01
25
+ model_path: null
26
+ ckpt_every_env_steps: null
27
+ max_checkpoints_to_keep: null
28
+ best_ckpt_strategy: null
29
+ best_ckpt_ema_alpha: null
30
+ best_ckpt_min_episodes: null
31
+ eval_every_train_iters: null
32
+ eval_every_env_steps: null
33
+ eval_every_env_step_ratio: null
34
+ eval_opponent_type: null
35
+ fixed_bot_evaluator_type: null
36
+ no_fixed_bot_seat_swap: false
37
+ eval_opponent_checkpoint_path: null
38
+ eval_opponent_checkpoint_selector: null
39
+ eval_opponent_update_policy: null
40
+ eval_opponent_num_simulations: null
41
+ eval_opponent_episodes: null
42
+ eval_opponent_env_num: null
43
+ eval_opponent_promotion_threshold: null
44
+ eval_opponent_fallback_to_env_bot: false
45
+ wandb_project: crpt-simplified5-corrected-quality
46
+ wandb_run_name: main5_hf_bot_mode_recovery_50k_20260522__simplified__first_attack__a01
47
+ wandb_group: main5_hf_bot_mode_recovery_50k_20260522
48
+ wandb_run_id: crpt-cb73f8ff7f8fa54600a2
49
+ wandb_dir: /home/molfetta/combinatorial_reasoning_post_training/data/supported_training/runs/main5_hf_bot_mode_recovery_50k_20260522/wandb
50
+ model_info:
51
+ policy_type: efficientzero
52
+ model_class: EfficientZeroModel
53
+ trainable_params: 6742822
54
+ model_config:
55
+ observation_shape:
56
+ - 3
57
+ - 6
58
+ - 6
59
+ action_space_size: 36
60
+ image_channel: 3
61
+ num_res_blocks: 1
62
+ num_channels: 32
63
+ num_res_blocks: 1
64
+ num_channels: 32
65
+ observation_shape:
66
+ - 3
67
+ - 6
68
+ - 6
69
+ action_space_size: 36
70
+ image_channel: 3
71
+ resolved_main_config:
72
+ exp_name: /home/molfetta/combinatorial_reasoning_post_training/models/main5_hf_bot_mode_recovery_50k_20260522/simplified__first_attack/attempt-01
73
+ env:
74
+ battle_mode: play_with_bot_mode
75
+ bot_action_type: rule
76
+ channel_last: false
77
+ collector_env_num: 32
78
+ evaluator_env_num: 20
79
+ n_evaluator_episode: 20
80
+ manager:
81
+ shared_memory: false
82
+ battle_mode_in_simulation_env: self_play_mode
83
+ prob_random_action_in_bot: 0.0
84
+ collector_bot_mode_seat_swap: true
85
+ collector_bot_mode_live_seat_weights:
86
+ '1': 0.25
87
+ '2': 0.75
88
+ policy:
89
+ model:
90
+ observation_shape:
91
+ - 3
92
+ - 6
93
+ - 6
94
+ action_space_size: 36
95
+ image_channel: 3
96
+ num_res_blocks: 1
97
+ num_channels: 32
98
+ model_path: /home/molfetta/combinatorial_reasoning_post_training/models/main5_hf_bot_mode_200k_collector_tuned_20260522/simplified__first_attack/attempt-01_260522_142417/ckpt/envstep_100000.pth.tar
99
+ cuda: true
100
+ env_type: board_games
101
+ action_type: varied_action_space
102
+ game_segment_length: 5
103
+ update_per_collect: 25
104
+ batch_size: 256
105
+ optim_type: Adam
106
+ learning_rate: 0.003
107
+ grad_clip_value: 0.5
108
+ num_simulations: 50
109
+ reanalyze_ratio: 0.0
110
+ td_steps: 5
111
+ discount_factor: 1
112
+ n_episode: 32
113
+ eval_freq: 150001
114
+ replay_buffer_size: 50000
115
+ collector_env_num: 32
116
+ evaluator_env_num: 20
117
+ use_wandb: true
118
+ best_ckpt_strategy: raw
119
+ best_ckpt_ema_alpha: 0.3
120
+ best_ckpt_min_episodes: 20
121
+ num_unroll_steps: 5
122
+ battle_mode: play_with_bot_mode
123
+ battle_mode_in_simulation_env: self_play_mode
124
+ piecewise_decay_lr_scheduler: false
125
+ mcts_ctree: true
126
+ eval_opponent_type: env_bot
127
+ fixed_bot_evaluator:
128
+ type: arena
129
+ seat_swap: true
130
+ previous_best_checkpoint:
131
+ path: null
132
+ selector: best
133
+ update_policy: on_new_best
134
+ num_simulations: null
135
+ n_evaluator_episode: null
136
+ evaluator_env_num: null
137
+ promotion_threshold: 0.0
138
+ fallback_to_env_bot: false
139
+ device: cuda
140
+ resolved_create_config:
141
+ env:
142
+ type: simplified__first_attack
143
+ import_names:
144
+ - custom_games_simplified.simplified__first_attack.envs.first_attack_env
145
+ env_manager:
146
+ type: subprocess
147
+ policy:
148
+ type: efficientzero
149
+ import_names:
150
+ - lzero.policy.efficientzero