First Push
Browse filesAdded Run Logs
- run_logs/timers.json +47 -0
run_logs/timers.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"metadata": {
|
4 |
+
"timer_format_version": "0.1.0",
|
5 |
+
"start_time_seconds": "1677621319",
|
6 |
+
"python_version": "3.8.15 | packaged by conda-forge | (default, Nov 22 2022, 08:49:35) \n[GCC 10.4.0]",
|
7 |
+
"command_line_arguments": "/usr/local/bin/mlagents-learn /content/ml-agents/config/poca/SoccerTwos.yaml --env /content/SoccerTwos/SoccerTwos.x86_64 --run-id=resnet --no-graphics",
|
8 |
+
"mlagents_version": "0.31.0.dev0",
|
9 |
+
"mlagents_envs_version": "0.31.0.dev0",
|
10 |
+
"communication_protocol_version": "1.5.0",
|
11 |
+
"pytorch_version": "1.8.1+cu102",
|
12 |
+
"numpy_version": "1.21.2",
|
13 |
+
"end_time_seconds": "1677621319"
|
14 |
+
},
|
15 |
+
"total": 0.06741149700002325,
|
16 |
+
"count": 1,
|
17 |
+
"self": 0.01372462700004462,
|
18 |
+
"children": {
|
19 |
+
"run_training.setup": {
|
20 |
+
"total": 0.025969945999975153,
|
21 |
+
"count": 1,
|
22 |
+
"self": 0.025969945999975153
|
23 |
+
},
|
24 |
+
"TrainerController.start_learning": {
|
25 |
+
"total": 0.027716924000003473,
|
26 |
+
"count": 1,
|
27 |
+
"self": 0.0005138500000043678,
|
28 |
+
"children": {
|
29 |
+
"TrainerController._reset_env": {
|
30 |
+
"total": 0.027189368000051672,
|
31 |
+
"count": 1,
|
32 |
+
"self": 0.027189368000051672
|
33 |
+
},
|
34 |
+
"trainer_threads": {
|
35 |
+
"total": 1.5359999565589533e-06,
|
36 |
+
"count": 1,
|
37 |
+
"self": 1.5359999565589533e-06
|
38 |
+
},
|
39 |
+
"TrainerController._save_models": {
|
40 |
+
"total": 1.2169999990874203e-05,
|
41 |
+
"count": 1,
|
42 |
+
"self": 1.2169999990874203e-05
|
43 |
+
}
|
44 |
+
}
|
45 |
+
}
|
46 |
+
}
|
47 |
+
}
|