monti-python commited on
Commit
707ff9c
1 Parent(s): 6cf71e3

First training for SnowballTarget

Browse files
SnowballTarget/events.out.tfevents.1721473289.Montana.27238.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce7d9fab27a2d87512d38959ef27b851149f19fa22134e2561f2d7ae91ac5818
3
+ size 1114
run_logs/Player-0.log CHANGED
@@ -11,7 +11,7 @@ NullGfxDevice:
11
  Renderer: Null Device
12
  Vendor: Unity Technologies
13
  Begin MonoManager ReloadAssembly
14
- - Completed reload, in 0.049 seconds
15
  ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
  ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
17
  ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
@@ -22,7 +22,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
22
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
23
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
24
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
25
- UnloadTime: 0.474486 ms
26
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
27
  requesting resize 84 x 84
28
  Setting up 4 worker threads for Enlighten.
@@ -58,7 +58,7 @@ Memory Statistics:
58
  [ALLOC_TEMP_Job.Worker 0]
59
  Initial Block Size 256.0 KB
60
  Current Block Size 256.0 KB
61
- Peak Allocated Bytes 0 B
62
  Overflow Count 0
63
  [ALLOC_TEMP_Background Job.Worker 10]
64
  Initial Block Size 32.0 KB
@@ -185,13 +185,13 @@ Memory Statistics:
185
  Peak usage frame count: [4.0 MB-8.0 MB]: 1 frames
186
  Requested Block Size 16.0 MB
187
  Peak Block count 1
188
- Peak Allocated memory 4.9 MB
189
  Peak Large allocation bytes 0 B
190
  [ALLOC_DEFAULT_THREAD]
191
  Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
192
  Requested Block Size 16.0 MB
193
  Peak Block count 1
194
- Peak Allocated memory 17.4 MB
195
  Peak Large allocation bytes 16.0 MB
196
  [ALLOC_TEMP_JOB_1_FRAME]
197
  Initial Block Size 2.0 MB
 
11
  Renderer: Null Device
12
  Vendor: Unity Technologies
13
  Begin MonoManager ReloadAssembly
14
+ - Completed reload, in 0.051 seconds
15
  ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
  ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
17
  ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
 
22
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
23
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
24
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
25
+ UnloadTime: 0.438500 ms
26
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
27
  requesting resize 84 x 84
28
  Setting up 4 worker threads for Enlighten.
 
58
  [ALLOC_TEMP_Job.Worker 0]
59
  Initial Block Size 256.0 KB
60
  Current Block Size 256.0 KB
61
+ Peak Allocated Bytes 2.8 KB
62
  Overflow Count 0
63
  [ALLOC_TEMP_Background Job.Worker 10]
64
  Initial Block Size 32.0 KB
 
185
  Peak usage frame count: [4.0 MB-8.0 MB]: 1 frames
186
  Requested Block Size 16.0 MB
187
  Peak Block count 1
188
+ Peak Allocated memory 4.6 MB
189
  Peak Large allocation bytes 0 B
190
  [ALLOC_DEFAULT_THREAD]
191
  Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
192
  Requested Block Size 16.0 MB
193
  Peak Block count 1
194
+ Peak Allocated memory 17.7 MB
195
  Peak Large allocation bytes 16.0 MB
196
  [ALLOC_TEMP_JOB_1_FRAME]
197
  Initial Block Size 2.0 MB
run_logs/timers.json CHANGED
@@ -2,7 +2,7 @@
2
  "name": "root",
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
- "start_time_seconds": "1721473267",
6
  "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
7
  "command_line_arguments": "/home/montana/miniconda3/envs/huggy/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget.x86_64 --run-id=SnowballTarget1 --no-graphics --resume",
8
  "mlagents_version": "1.0.0",
@@ -10,31 +10,31 @@
10
  "communication_protocol_version": "1.5.0",
11
  "pytorch_version": "2.3.0+cu121",
12
  "numpy_version": "1.21.2",
13
- "end_time_seconds": "1721473271"
14
  },
15
- "total": 4.123133318993496,
16
  "count": 1,
17
- "self": 0.27164047601399943,
18
  "children": {
19
  "run_training.setup": {
20
- "total": 0.016180282982531935,
21
  "count": 1,
22
- "self": 0.016180282982531935
23
  },
24
  "TrainerController.start_learning": {
25
- "total": 3.8353125599969644,
26
  "count": 1,
27
- "self": 0.0002827090211212635,
28
  "children": {
29
  "TrainerController._reset_env": {
30
- "total": 2.398862707981607,
31
  "count": 1,
32
- "self": 2.398862707981607
33
  },
34
  "trainer_threads": {
35
- "total": 1.2222997611388564e-05,
36
  "count": 1,
37
- "self": 1.2222997611388564e-05,
38
  "children": {
39
  "thread_root": {
40
  "total": 0.0,
@@ -43,16 +43,16 @@
43
  "self": 0.0,
44
  "children": {
45
  "trainer_advance": {
46
- "total": 0.0002568429918028414,
47
  "count": 1,
48
  "is_parallel": true,
49
- "self": 1.4424003893509507e-05,
50
  "children": {
51
  "process_trajectory": {
52
- "total": 0.00024241898790933192,
53
  "count": 1,
54
  "is_parallel": true,
55
- "self": 0.00024241898790933192
56
  }
57
  }
58
  }
@@ -61,14 +61,14 @@
61
  }
62
  },
63
  "TrainerController._save_models": {
64
- "total": 1.4361549199966248,
65
  "count": 1,
66
- "self": 0.0006549700046889484,
67
  "children": {
68
  "RLTrainer._checkpoint": {
69
- "total": 1.4354999499919359,
70
  "count": 1,
71
- "self": 1.4354999499919359
72
  }
73
  }
74
  }
 
2
  "name": "root",
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1721473289",
6
  "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
7
  "command_line_arguments": "/home/montana/miniconda3/envs/huggy/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget.x86_64 --run-id=SnowballTarget1 --no-graphics --resume",
8
  "mlagents_version": "1.0.0",
 
10
  "communication_protocol_version": "1.5.0",
11
  "pytorch_version": "2.3.0+cu121",
12
  "numpy_version": "1.21.2",
13
+ "end_time_seconds": "1721473293"
14
  },
15
+ "total": 4.338217637006892,
16
  "count": 1,
17
+ "self": 0.27073181001469493,
18
  "children": {
19
  "run_training.setup": {
20
+ "total": 0.018195134995039552,
21
  "count": 1,
22
+ "self": 0.018195134995039552
23
  },
24
  "TrainerController.start_learning": {
25
+ "total": 4.049290691997157,
26
  "count": 1,
27
+ "self": 0.00032053899485617876,
28
  "children": {
29
  "TrainerController._reset_env": {
30
+ "total": 2.5913121929916088,
31
  "count": 1,
32
+ "self": 2.5913121929916088
33
  },
34
  "trainer_threads": {
35
+ "total": 1.0866002412512898e-05,
36
  "count": 1,
37
+ "self": 1.0866002412512898e-05,
38
  "children": {
39
  "thread_root": {
40
  "total": 0.0,
 
43
  "self": 0.0,
44
  "children": {
45
  "trainer_advance": {
46
+ "total": 0.000243431975832209,
47
  "count": 1,
48
  "is_parallel": true,
49
+ "self": 1.2054952094331384e-05,
50
  "children": {
51
  "process_trajectory": {
52
+ "total": 0.0002313770237378776,
53
  "count": 1,
54
  "is_parallel": true,
55
+ "self": 0.0002313770237378776
56
  }
57
  }
58
  }
 
61
  }
62
  },
63
  "TrainerController._save_models": {
64
+ "total": 1.45764709400828,
65
  "count": 1,
66
+ "self": 0.0006848839984741062,
67
  "children": {
68
  "RLTrainer._checkpoint": {
69
+ "total": 1.4569622100098059,
70
  "count": 1,
71
+ "self": 1.4569622100098059
72
  }
73
  }
74
  }
run_logs/training_status.json CHANGED
@@ -54,13 +54,22 @@
54
  "auxillary_file_paths": [
55
  "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
56
  ]
 
 
 
 
 
 
 
 
 
57
  }
58
  ],
59
  "final_checkpoint": {
60
  "steps": 200112,
61
  "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
62
  "reward": null,
63
- "creation_time": 1721473271.0107923,
64
  "auxillary_file_paths": [
65
  "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
66
  ]
 
54
  "auxillary_file_paths": [
55
  "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
56
  ]
57
+ },
58
+ {
59
+ "steps": 200112,
60
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.onnx",
61
+ "reward": null,
62
+ "creation_time": 1721473293.2502215,
63
+ "auxillary_file_paths": [
64
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
65
+ ]
66
  }
67
  ],
68
  "final_checkpoint": {
69
  "steps": 200112,
70
  "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
71
  "reward": null,
72
+ "creation_time": 1721473293.2502215,
73
  "auxillary_file_paths": [
74
  "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
75
  ]