michael-sigamani commited on
Commit
17d3d45
·
verified ·
1 Parent(s): 9e73c14

Upload logs/training.log at 2025-11-11 02:29:20 UTC

Browse files
Files changed (1) hide show
  1. logs/training.log +45 -0
logs/training.log ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Running training command
2
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/.venv/bin/
3
+ python3 -m policy_models.cli.run_tasks train_from_episodes --episodes_dir
4
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/persistent
5
+ -data/state-service/episodes --checkpoint_dir
6
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/logs/_trai
7
+ ning_artifacts/human --pv_dir
8
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/persistent
9
+ -data/trainer/models --device cpu --backbone lg_transformer --bc_epochs 2
10
+ --ppo_epochs 4 --h_max 160 --w_max 120 --tb_dir
11
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/logs/_trai
12
+ ning_artifacts/tb/human --run_label human
13
+ starting run 'human'
14
+ checkpoint dir:
15
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/logs/_trai
16
+ ning_artifacts/human | tensorboard dir:
17
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/logs/_trai
18
+ ning_artifacts/tb/human
19
+ Failed to push training telemetry event: <urlopen error [Errno 61] Connection refused>
20
+ Skipping zero-style recordings: record count <= 0
21
+ Waiting for state service tester queue to drain (zero-style)
22
+ tester queue size=0; is_empty=True
23
+ Tester queue drained; continuing
24
+ Running training command
25
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/.venv/bin/
26
+ python3 -m policy_models.cli.run_tasks train_from_episodes --episodes_dir
27
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/persistent
28
+ -data/state-service/shallow-zero-style-episodes --checkpoint_dir
29
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/logs/_trai
30
+ ning_artifacts/zero_style --pv_dir
31
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/persistent
32
+ -data/trainer/models --device cpu --backbone lg_transformer --bc_epochs 0
33
+ --ppo_epochs 2 --h_max 160 --w_max 120 --tb_dir
34
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/logs/_trai
35
+ ning_artifacts/tb/zero_style --run_label zero_style --init-from-pv
36
+ starting run 'zero_style'
37
+ checkpoint dir:
38
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/logs/_trai
39
+ ning_artifacts/zero_style | tensorboard dir:
40
+ /Users/michaelsigamani/Documents/DevelopmentCode/2025-fall/codeassist/logs/_trai
41
+ ning_artifacts/tb/zero_style
42
+ Loaded assistant policy weights from persisted models
43
+ Loaded human policy weights from persisted models
44
+ Loaded featurizer weights from persisted models
45
+ Failed to push training telemetry event: <urlopen error [Errno 61] Connection refused>