Worm-Unity-ML / run_logs /timers.json
jarski's picture
first commit
69d2846 verified
raw
history blame
1.79 kB
{
"name": "root",
"metadata": {
"timer_format_version": "0.1.0",
"start_time_seconds": "1722629321",
"python_version": "3.10.12 (main, Jul 29 2024, 16:56:48) [GCC 11.4.0]",
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Worm.yaml --env=./training-envs-executables/linux/Worm/Worm --run-id=Worm Training --no-graphics --resume",
"mlagents_version": "1.1.0.dev0",
"mlagents_envs_version": "1.1.0.dev0",
"communication_protocol_version": "1.5.0",
"pytorch_version": "2.3.1+cu121",
"numpy_version": "1.23.5",
"end_time_seconds": "1722629327"
},
"total": 6.491948422999485,
"count": 1,
"self": 1.0715788289999182,
"children": {
"run_training.setup": {
"total": 0.07545116499932192,
"count": 1,
"self": 0.07545116499932192
},
"TrainerController.start_learning": {
"total": 5.344918429000245,
"count": 1,
"self": 0.0001798149996830034,
"children": {
"TrainerController._reset_env": {
"total": 4.355862774000343,
"count": 1,
"self": 4.355862774000343
},
"TrainerController._save_models": {
"total": 0.9888758400002189,
"count": 1,
"self": 0.004160178000347514,
"children": {
"RLTrainer._checkpoint": {
"total": 0.9847156619998714,
"count": 1,
"self": 0.9847156619998714
}
}
}
}
}
}
}