CoolFace
Modelpublic

CivilityCoder/ppo-Huggy

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes25downloads
training_status.json119 linesDownload Raw Back to run_logs
1{2    "Huggy": {3        "checkpoints": [4            {5                "steps": 199903,6                "file_path": "results/Huggy2/Huggy/Huggy-199903.onnx",7                "reward": 3.326533685559812,8                "creation_time": 1741455905.882097,9                "auxillary_file_paths": [10                    "results/Huggy2/Huggy/Huggy-199903.pt"11                ]12            },13            {14                "steps": 399960,15                "file_path": "results/Huggy2/Huggy/Huggy-399960.onnx",16                "reward": 3.3441176904390937,17                "creation_time": 1741456142.4363084,18                "auxillary_file_paths": [19                    "results/Huggy2/Huggy/Huggy-399960.pt"20                ]21            },22            {23                "steps": 599977,24                "file_path": "results/Huggy2/Huggy/Huggy-599977.onnx",25                "reward": 3.258961546421051,26                "creation_time": 1741456381.6946914,27                "auxillary_file_paths": [28                    "results/Huggy2/Huggy/Huggy-599977.pt"29                ]30            },31            {32                "steps": 799974,33                "file_path": "results/Huggy2/Huggy/Huggy-799974.onnx",34                "reward": 3.6166705990932426,35                "creation_time": 1741456619.9394143,36                "auxillary_file_paths": [37                    "results/Huggy2/Huggy/Huggy-799974.pt"38                ]39            },40            {41                "steps": 999995,42                "file_path": "results/Huggy2/Huggy/Huggy-999995.onnx",43                "reward": 3.5847778019604384,44                "creation_time": 1741456863.9807603,45                "auxillary_file_paths": [46                    "results/Huggy2/Huggy/Huggy-999995.pt"47                ]48            },49            {50                "steps": 1199381,51                "file_path": "results/Huggy2/Huggy/Huggy-1199381.onnx",52                "reward": 3.9244510589861403,53                "creation_time": 1741457105.8110807,54                "auxillary_file_paths": [55                    "results/Huggy2/Huggy/Huggy-1199381.pt"56                ]57            },58            {59                "steps": 1399927,60                "file_path": "results/Huggy2/Huggy/Huggy-1399927.onnx",61                "reward": 3.5860226066834335,62                "creation_time": 1741457342.5559518,63                "auxillary_file_paths": [64                    "results/Huggy2/Huggy/Huggy-1399927.pt"65                ]66            },67            {68                "steps": 1599550,69                "file_path": "results/Huggy2/Huggy/Huggy-1599550.onnx",70                "reward": 3.7327821747862178,71                "creation_time": 1741457585.4665997,72                "auxillary_file_paths": [73                    "results/Huggy2/Huggy/Huggy-1599550.pt"74                ]75            },76            {77                "steps": 1799947,78                "file_path": "results/Huggy2/Huggy/Huggy-1799947.onnx",79                "reward": 3.7611134762633336,80                "creation_time": 1741457828.5004325,81                "auxillary_file_paths": [82                    "results/Huggy2/Huggy/Huggy-1799947.pt"83                ]84            },85            {86                "steps": 1999874,87                "file_path": "results/Huggy2/Huggy/Huggy-1999874.onnx",88                "reward": 4.283132910728455,89                "creation_time": 1741458070.7380147,90                "auxillary_file_paths": [91                    "results/Huggy2/Huggy/Huggy-1999874.pt"92                ]93            },94            {95                "steps": 2000004,96                "file_path": "results/Huggy2/Huggy/Huggy-2000004.onnx",97                "reward": 4.643526520047869,98                "creation_time": 1741458070.860116,99                "auxillary_file_paths": [100                    "results/Huggy2/Huggy/Huggy-2000004.pt"101                ]102            }103        ],104        "final_checkpoint": {105            "steps": 2000004,106            "file_path": "results/Huggy2/Huggy.onnx",107            "reward": 4.643526520047869,108            "creation_time": 1741458070.860116,109            "auxillary_file_paths": [110                "results/Huggy2/Huggy/Huggy-2000004.pt"111            ]112        }113    },114    "metadata": {115        "stats_format_version": "0.3.0",116        "mlagents_version": "1.2.0.dev0",117        "torch_version": "2.6.0+cu124"118    }119}