{
  "metadata" : {
    "name" : "openai / phasic-policy-gradient",
    "description" : "Code for the paper \"Phasic Policy Gradient\"",
    "tooltip" : "",
    "logoLink" : "https://avatars.githubusercontent.com/openai",
    "links" : [ {
      "label" : "GitHub Repo",
      "href" : "https://github.com/openai/phasic-policy-gradient.git"
    } ]
  },
  "metricsList" : {
    "metrics" : [ {
      "id" : "TOTAL_NUMBER_OF_FILES",
      "value" : 25,
      "description" : "Total number of files in the source folder"
    }, {
      "id" : "NUMBER_OF_FILES_MAIN",
      "value" : 19,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_MAIN",
      "value" : 2367,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_MAIN_EXT_PY",
      "value" : 19,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_MAIN_EXT_PY",
      "value" : 2367,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_TEST",
      "value" : 0,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_TEST",
      "value" : 0,
      "description" : null
    }, {
      "id" : "TEST_VS_MAIN_LINES_OF_CODE_PERCENTAGE",
      "value" : 0.0,
      "description" : "Test / main code ratio"
    }, {
      "id" : "NUMBER_OF_FILES_GENERATED",
      "value" : 0,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_GENERATED",
      "value" : 0,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_BUILD_AND_DEPLOYMENT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_BUILD_AND_DEPLOYMENT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_OTHER",
      "value" : 1,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_OTHER",
      "value" : 64,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_OTHER_EXT_MD",
      "value" : 1,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_OTHER_EXT_MD",
      "value" : 64,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_DECOMPOSITION_PRIMARY_ROOT",
      "value" : 1,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_DECOMPOSITION_PRIMARY_ROOT",
      "value" : 7,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_DECOMPOSITION_PRIMARY_ROOT_EXT_PY",
      "value" : 1,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_DECOMPOSITION_PRIMARY_ROOT_EXT_PY",
      "value" : 7,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_DECOMPOSITION_PRIMARY_PHASIC_POLICY_GRADIENT",
      "value" : 18,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_DECOMPOSITION_PRIMARY_PHASIC_POLICY_GRADIENT",
      "value" : 2360,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_DECOMPOSITION_PRIMARY_PHASIC_POLICY_GRADIENT_EXT_PY",
      "value" : 18,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_DECOMPOSITION_PRIMARY_PHASIC_POLICY_GRADIENT_EXT_PY",
      "value" : 2360,
      "description" : null
    }, {
      "id" : "NUMBER_OF_DEPENDENCY_LINKS_DECOMPOSITION_PRIMARY",
      "value" : 0,
      "description" : "Number of anchor dependencies"
    }, {
      "id" : "NUMBER_OF_DEPENDENCIES_DECOMPOSITION_PRIMARY",
      "value" : 0,
      "description" : null
    }, {
      "id" : "NUMBER_OF_PLACES_WITH_CYCLIC_DEPENDENCIES_DECOMPOSITION_PRIMARY",
      "value" : 0,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_CONCERN_GENERAL_TODOS",
      "value" : 1,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_CONCERN_GENERAL_TODOS",
      "value" : 143,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_CONCERN_GENERAL_TODOS_EXT_PY",
      "value" : 1,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_CONCERN_GENERAL_TODOS_EXT_PY",
      "value" : 143,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_CONCERN_GENERAL_UNCLASSIFIED",
      "value" : 18,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_CONCERN_GENERAL_UNCLASSIFIED",
      "value" : 2224,
      "description" : null
    }, {
      "id" : "NUMBER_OF_FILES_CONCERN_GENERAL_UNCLASSIFIED_EXT_PY",
      "value" : 18,
      "description" : null
    }, {
      "id" : "LINES_OF_CODE_CONCERN_GENERAL_UNCLASSIFIED_EXT_PY",
      "value" : 2224,
      "description" : null
    }, {
      "id" : "NEGLIGIBLE_RISK_FILE_SIZE_COUNT",
      "value" : 10,
      "description" : "Number of  files with 100 or less lines of code"
    }, {
      "id" : "LOW_RISK_FILE_SIZE_COUNT",
      "value" : 5,
      "description" : "Number of  files with 100 to 200 lines of code"
    }, {
      "id" : "MEDIUM_RISK_FILE_SIZE_COUNT",
      "value" : 4,
      "description" : "Number of  files with 200 to 500 lines of code"
    }, {
      "id" : "HIGH_RISK_FILE_SIZE_COUNT",
      "value" : 0,
      "description" : "Number of  files with 500 to 1000 lines of code"
    }, {
      "id" : "VERY_HIGH_RISK_FILE_SIZE_COUNT",
      "value" : 0,
      "description" : "Number of  files with more than 1000 lines of code"
    }, {
      "id" : "NEGLIGIBLE_RISK_FILE_SIZE_LOC",
      "value" : 500,
      "description" : "Lines of code in  files with 100 or less lines of code"
    }, {
      "id" : "LOW_RISK_FILE_SIZE_LOC",
      "value" : 629,
      "description" : "Lines of code in  files with 100 to 200 lines of code"
    }, {
      "id" : "MEDIUM_RISK_FILE_SIZE_LOC",
      "value" : 1238,
      "description" : "Lines of code in  files with 200 to 500 lines of code"
    }, {
      "id" : "HIGH_RISK_FILE_SIZE_LOC",
      "value" : 0,
      "description" : "Lines of code in  files with 500 to 1000 lines of code"
    }, {
      "id" : "VERY_HIGH_RISK_FILE_SIZE_LOC",
      "value" : 0,
      "description" : "Lines of code in  files with more than 1000 lines of code"
    }, {
      "id" : "NUMBER_OF_UNITS",
      "value" : 249,
      "description" : "Number of units"
    }, {
      "id" : "LINES_OF_CODE_IN_UNITS",
      "value" : 1715,
      "description" : "Lines of code in units"
    }, {
      "id" : "LINES_OF_CODE_OUTSIDE_UNITS",
      "value" : 652,
      "description" : "Lines of code in units"
    }, {
      "id" : "UNIT_SIZE_NEGLIGIBLE_RISK_LOC",
      "value" : 760,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_NEGLIGIBLE_RISK_PERCENTAGE",
      "value" : 44.31486880466473,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_NEGLIGIBLE_RISK_COUNT",
      "value" : 199,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_LOW_RISK_LOC",
      "value" : 502,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_LOW_RISK_PERCENTAGE",
      "value" : 29.271137026239067,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_LOW_RISK_COUNT",
      "value" : 35,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_MEDIUM_RISK_LOC",
      "value" : 341,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_MEDIUM_RISK_PERCENTAGE",
      "value" : 19.88338192419825,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_MEDIUM_RISK_COUNT",
      "value" : 13,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_HIGH_RISK_LOC",
      "value" : 112,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_HIGH_RISK_PERCENTAGE",
      "value" : 6.530612244897959,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_HIGH_RISK_COUNT",
      "value" : 2,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_VERY_HIGH_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_VERY_HIGH_RISK_PERCENTAGE",
      "value" : 0.0,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_VERY_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_NEGLIGIBLE_RISK_LOC",
      "value" : 760,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_NEGLIGIBLE_RISK_PERCENTAGE",
      "value" : 44.31486880466473,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_NEGLIGIBLE_RISK_COUNT",
      "value" : 199,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_LOW_RISK_LOC",
      "value" : 502,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_LOW_RISK_PERCENTAGE",
      "value" : 29.271137026239067,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_LOW_RISK_COUNT",
      "value" : 35,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_MEDIUM_RISK_LOC",
      "value" : 341,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_MEDIUM_RISK_PERCENTAGE",
      "value" : 19.88338192419825,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_MEDIUM_RISK_COUNT",
      "value" : 13,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_HIGH_RISK_LOC",
      "value" : 112,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_HIGH_RISK_PERCENTAGE",
      "value" : 6.530612244897959,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_HIGH_RISK_COUNT",
      "value" : 2,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_VERY_HIGH_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_VERY_HIGH_RISK_PERCENTAGE",
      "value" : 0.0,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_COMPONENT_PHASIC_POLICY_GRADIENT_VERY_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_NEGLIGIBLE_RISK_LOC",
      "value" : 760,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_NEGLIGIBLE_RISK_PERCENTAGE",
      "value" : 44.31486880466473,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_NEGLIGIBLE_RISK_COUNT",
      "value" : 199,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_LOW_RISK_LOC",
      "value" : 502,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_LOW_RISK_PERCENTAGE",
      "value" : 29.271137026239067,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_LOW_RISK_COUNT",
      "value" : 35,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_MEDIUM_RISK_LOC",
      "value" : 341,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_MEDIUM_RISK_PERCENTAGE",
      "value" : 19.88338192419825,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_MEDIUM_RISK_COUNT",
      "value" : 13,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_HIGH_RISK_LOC",
      "value" : 112,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_HIGH_RISK_PERCENTAGE",
      "value" : 6.530612244897959,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_HIGH_RISK_COUNT",
      "value" : 2,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_VERY_HIGH_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_VERY_HIGH_RISK_PERCENTAGE",
      "value" : 0.0,
      "description" : null
    }, {
      "id" : "UNIT_SIZE_EXTENSION_PY_VERY_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_NEGLIGIBLE_RISK_LOC",
      "value" : 1232,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_NEGLIGIBLE_RISK_PERCENTAGE",
      "value" : 71.83673469387755,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_NEGLIGIBLE_RISK_COUNT",
      "value" : 229,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_LOW_RISK_LOC",
      "value" : 337,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_LOW_RISK_PERCENTAGE",
      "value" : 19.65014577259475,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_LOW_RISK_COUNT",
      "value" : 16,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_MEDIUM_RISK_LOC",
      "value" : 146,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_MEDIUM_RISK_PERCENTAGE",
      "value" : 8.513119533527696,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_MEDIUM_RISK_COUNT",
      "value" : 4,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_HIGH_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_HIGH_RISK_PERCENTAGE",
      "value" : 0.0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_VERY_HIGH_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_VERY_HIGH_RISK_PERCENTAGE",
      "value" : 0.0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_VERY_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_HIGH_PLUS_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_HIGH_PLUS_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_NEGLIGIBLE_RISK_LOC",
      "value" : 1232,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_NEGLIGIBLE_RISK_PERCENTAGE",
      "value" : 71.83673469387755,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_NEGLIGIBLE_RISK_COUNT",
      "value" : 229,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_LOW_RISK_LOC",
      "value" : 337,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_LOW_RISK_PERCENTAGE",
      "value" : 19.65014577259475,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_LOW_RISK_COUNT",
      "value" : 16,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_MEDIUM_RISK_LOC",
      "value" : 146,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_MEDIUM_RISK_PERCENTAGE",
      "value" : 8.513119533527696,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_MEDIUM_RISK_COUNT",
      "value" : 4,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_HIGH_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_HIGH_RISK_PERCENTAGE",
      "value" : 0.0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_VERY_HIGH_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_VERY_HIGH_RISK_PERCENTAGE",
      "value" : 0.0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PHASIC_POLICY_GRADIENT_VERY_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_NEGLIGIBLE_RISK_LOC",
      "value" : 1232,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_NEGLIGIBLE_RISK_PERCENTAGE",
      "value" : 71.83673469387755,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_NEGLIGIBLE_RISK_COUNT",
      "value" : 229,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_LOW_RISK_LOC",
      "value" : 337,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_LOW_RISK_PERCENTAGE",
      "value" : 19.65014577259475,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_LOW_RISK_COUNT",
      "value" : 16,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_MEDIUM_RISK_LOC",
      "value" : 146,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_MEDIUM_RISK_PERCENTAGE",
      "value" : 8.513119533527696,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_MEDIUM_RISK_COUNT",
      "value" : 4,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_HIGH_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_HIGH_RISK_PERCENTAGE",
      "value" : 0.0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_VERY_HIGH_RISK_LOC",
      "value" : 0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_VERY_HIGH_RISK_PERCENTAGE",
      "value" : 0.0,
      "description" : null
    }, {
      "id" : "CONDITIONAL_COMPLEXITY_COMPONENT_PY_VERY_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : null
    }, {
      "id" : "FILE_AGE_NEGLIGIBLE_RISK_COUNT",
      "value" : 0,
      "description" : "Number of files 1-30 days days old"
    }, {
      "id" : "FILE_AGE_LOW_RISK_COUNT",
      "value" : 0,
      "description" : "Number of files 31-90 days days old"
    }, {
      "id" : "FILE_AGE_MEDIUM_RISK_COUNT",
      "value" : 0,
      "description" : "Number of files 91-180 days days old"
    }, {
      "id" : "FILE_AGE_HIGH_RISK_COUNT",
      "value" : 0,
      "description" : "Number of files 181-365 days days old"
    }, {
      "id" : "FILE_AGE_VERY_HIGH_RISK_COUNT",
      "value" : 1,
      "description" : "Number of files 366+ days days old"
    }, {
      "id" : "FILE_AGE_NEGLIGIBLE_RISK_LOC",
      "value" : 0,
      "description" : "Number of files 1-30 days days old"
    }, {
      "id" : "FILE_AGE_LOW_RISK_LOC",
      "value" : 0,
      "description" : "Number of files 31-90 days days old"
    }, {
      "id" : "FILE_AGE_MEDIUM_RISK_LOC",
      "value" : 0,
      "description" : "Number of files 91-180 days days old"
    }, {
      "id" : "FILE_AGE_HIGH_RISK_LOC",
      "value" : 0,
      "description" : "Number of files 181-365 days days old"
    }, {
      "id" : "FILE_AGE_VERY_HIGH_RISK_LOC",
      "value" : 223,
      "description" : "Number of files 366+ days days old"
    }, {
      "id" : "NUMBER_OF_CONTRIBUTORS",
      "value" : 1,
      "description" : "Number of contributors"
    }, {
      "id" : "DUPLICATION_NUMBER_OF_DUPLICATES",
      "value" : 0,
      "description" : "Number of duplicates"
    }, {
      "id" : "DUPLICATION_NUMBER_OF_FILES_WITH_DUPLICATES",
      "value" : 0,
      "description" : "Number of files with duplicates"
    }, {
      "id" : "DUPLICATION_NUMBER_OF_DUPLICATED_LINES",
      "value" : 0,
      "description" : "Number of duplicated lines"
    }, {
      "id" : "DUPLICATION_NUMBER_OF_CLEANED_LINES",
      "value" : 2232,
      "description" : "Number of lines after cleaning for duplication calculations"
    }, {
      "id" : "DUPLICATION_PERCENTAGE",
      "value" : 0.0,
      "description" : "Duplication percentage"
    }, {
      "id" : "UNIT_DUPLICATES_COUNT",
      "value" : 0,
      "description" : "Unit duplicates"
    }, {
      "id" : "DUPLICATION_NUMBER_OF_DUPLICATED_LINES_PRIMARY_ROOT",
      "value" : 0,
      "description" : "Number of duplicated lines"
    }, {
      "id" : "DUPLICATION_NUMBER_OF_CLEANED_LINES_PRIMARY_ROOT",
      "value" : 0,
      "description" : "Number of lines after cleaning for duplication calculations"
    }, {
      "id" : "DUPLICATION_PERCENTAGE_PRIMARY_ROOT",
      "value" : "NaN",
      "description" : "Duplication percentage"
    }, {
      "id" : "DUPLICATION_NUMBER_OF_DUPLICATED_LINES_PRIMARY_PHASIC_POLICY_GRADIENT",
      "value" : 0,
      "description" : "Number of duplicated lines"
    }, {
      "id" : "DUPLICATION_NUMBER_OF_CLEANED_LINES_PRIMARY_PHASIC_POLICY_GRADIENT",
      "value" : 0,
      "description" : "Number of lines after cleaning for duplication calculations"
    }, {
      "id" : "DUPLICATION_PERCENTAGE_PRIMARY_PHASIC_POLICY_GRADIENT",
      "value" : "NaN",
      "description" : "Duplication percentage"
    }, {
      "id" : "TOTAL_ANALYSIS_TIME_IN_MILLIS",
      "value" : 219,
      "description" : "Total analysis time in milliseconds"
    } ]
  },
  "controlResults" : {
    "goalsAnalysisResults" : [ {
      "metricsWithGoal" : {
        "goal" : "Keep the system simple and easy to change",
        "description" : "Aim at keeping the system size modest (less than 200,000 LOC is good), duplication low (less than 5% is good), files small (no files longer than 1000 LOC is good), and units simple (no units with more than 25 decision points is good).",
        "controls" : [ {
          "metric" : "LINES_OF_CODE_MAIN",
          "description" : "Total number of lines of main code",
          "desiredRange" : {
            "min" : "0",
            "max" : "200000",
            "tolerance" : "20000"
          }
        }, {
          "metric" : "DUPLICATION_PERCENTAGE",
          "description" : "System duplication",
          "desiredRange" : {
            "min" : "0",
            "max" : "5",
            "tolerance" : "1"
          }
        }, {
          "metric" : "VERY_HIGH_RISK_FILE_SIZE_COUNT",
          "description" : "The number of very large files",
          "desiredRange" : {
            "min" : "0",
            "max" : "0",
            "tolerance" : "1"
          }
        }, {
          "metric" : "CONDITIONAL_COMPLEXITY_VERY_HIGH_RISK_COUNT",
          "description" : "Number of very complex units",
          "desiredRange" : {
            "min" : "0",
            "max" : "0",
            "tolerance" : "1"
          }
        } ]
      },
      "controlStatuses" : [ {
        "control" : {
          "metric" : "LINES_OF_CODE_MAIN",
          "description" : "Total number of lines of main code",
          "desiredRange" : {
            "min" : "0",
            "max" : "200000",
            "tolerance" : "20000"
          }
        },
        "metric" : {
          "id" : "LINES_OF_CODE_MAIN",
          "value" : 2367,
          "description" : null
        },
        "status" : "OK"
      }, {
        "control" : {
          "metric" : "DUPLICATION_PERCENTAGE",
          "description" : "System duplication",
          "desiredRange" : {
            "min" : "0",
            "max" : "5",
            "tolerance" : "1"
          }
        },
        "metric" : {
          "id" : "DUPLICATION_PERCENTAGE",
          "value" : 0.0,
          "description" : "Duplication percentage"
        },
        "status" : "OK"
      }, {
        "control" : {
          "metric" : "VERY_HIGH_RISK_FILE_SIZE_COUNT",
          "description" : "The number of very large files",
          "desiredRange" : {
            "min" : "0",
            "max" : "0",
            "tolerance" : "1"
          }
        },
        "metric" : {
          "id" : "VERY_HIGH_RISK_FILE_SIZE_COUNT",
          "value" : 0,
          "description" : "Number of  files with more than 1000 lines of code"
        },
        "status" : "OK"
      }, {
        "control" : {
          "metric" : "CONDITIONAL_COMPLEXITY_VERY_HIGH_RISK_COUNT",
          "description" : "Number of very complex units",
          "desiredRange" : {
            "min" : "0",
            "max" : "0",
            "tolerance" : "1"
          }
        },
        "metric" : {
          "id" : "CONDITIONAL_COMPLEXITY_VERY_HIGH_RISK_COUNT",
          "value" : 0,
          "description" : null
        },
        "status" : "OK"
      } ]
    } ]
  },
  "totalNumberOfFilesInScope" : 25,
  "mainAspectAnalysisResults" : {
    "name" : null,
    "filesCount" : 19,
    "linesOfCode" : 2367,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ {
      "name" : "  *.py",
      "value" : 19,
      "description" : [ ]
    } ],
    "linesOfCodePerExtension" : [ {
      "name" : "  *.py",
      "value" : 2367,
      "description" : [ ]
    } ]
  },
  "testAspectAnalysisResults" : {
    "name" : null,
    "filesCount" : 0,
    "linesOfCode" : 0,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ ],
    "linesOfCodePerExtension" : [ ]
  },
  "generatedAspectAnalysisResults" : {
    "name" : null,
    "filesCount" : 0,
    "linesOfCode" : 0,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ ],
    "linesOfCodePerExtension" : [ ]
  },
  "buildAndDeployAspectAnalysisResults" : {
    "name" : null,
    "filesCount" : 0,
    "linesOfCode" : 0,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ ],
    "linesOfCodePerExtension" : [ ]
  },
  "otherAspectAnalysisResults" : {
    "name" : null,
    "filesCount" : 1,
    "linesOfCode" : 64,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ {
      "name" : "  *.md",
      "value" : 1,
      "description" : [ ]
    } ],
    "linesOfCodePerExtension" : [ {
      "name" : "  *.md",
      "value" : 64,
      "description" : [ ]
    } ]
  },
  "logicalDecompositionsAnalysisResults" : [ {
    "key" : "primary",
    "components" : [ {
      "name" : "ROOT",
      "filesCount" : 1,
      "linesOfCode" : 7,
      "numberOfRegexLineMatches" : 0,
      "fileCountPerExtension" : [ {
        "name" : "  *.py",
        "value" : 1,
        "description" : [ ]
      } ],
      "linesOfCodePerExtension" : [ {
        "name" : "  *.py",
        "value" : 7,
        "description" : [ ]
      } ]
    }, {
      "name" : "phasic_policy_gradient",
      "filesCount" : 18,
      "linesOfCode" : 2360,
      "numberOfRegexLineMatches" : 0,
      "fileCountPerExtension" : [ {
        "name" : "  *.py",
        "value" : 18,
        "description" : [ ]
      } ],
      "linesOfCodePerExtension" : [ {
        "name" : "  *.py",
        "value" : 2360,
        "description" : [ ]
      } ]
    } ],
    "componentDependencies" : [ ],
    "componentDependenciesErrors" : [ ],
    "logicalDecomposition" : {
      "name" : "primary",
      "scope" : "main",
      "filters" : [ ],
      "componentsFolderDepth" : 1,
      "minComponentsCount" : 0,
      "components" : [ {
        "name" : "ROOT",
        "sourceFileFilters" : [ {
          "pathPattern" : "./.*",
          "contentPattern" : "",
          "exception" : false,
          "note" : ""
        }, {
          "pathPattern" : "./phasic_policy_gradient/.*",
          "contentPattern" : "",
          "exception" : true,
          "note" : ""
        } ],
        "files" : [ ]
      }, {
        "name" : "phasic_policy_gradient",
        "sourceFileFilters" : [ {
          "pathPattern" : "./phasic_policy_gradient/.*",
          "contentPattern" : "",
          "exception" : false,
          "note" : ""
        } ],
        "files" : [ ]
      } ],
      "metaComponents" : [ ],
      "groups" : [ ],
      "includeRemainingFiles" : true,
      "dependenciesFinder" : {
        "useBuiltInDependencyFinders" : true,
        "rules" : [ ],
        "metaRules" : [ ]
      },
      "renderingOptions" : {
        "orientation" : "TB",
        "maxNumberOfDependencies" : 100,
        "renderComponentsWithoutDependencies" : true,
        "renderIndirectDependencies" : false,
        "renderInternalIndirectDependencies" : false,
        "reverseDirection" : false
      },
      "includeExternalComponents" : true,
      "dependencyLinkThreshold" : 1,
      "duplicationLinkThreshold" : 50,
      "temporalLinkThreshold" : 1,
      "maxSearchDepthLines" : 200
    },
    "fileCountPerComponent" : [ {
      "name" : "ROOT",
      "value" : 1,
      "description" : [ ]
    }, {
      "name" : "phasic_policy_gradient",
      "value" : 18,
      "description" : [ ]
    } ],
    "linesOfCodePerComponent" : [ {
      "name" : "ROOT",
      "value" : 7,
      "description" : [ ]
    }, {
      "name" : "phasic_policy_gradient",
      "value" : 2360,
      "description" : [ ]
    } ]
  } ],
  "concernsAnalysisResults" : [ {
    "key" : "general",
    "concerns" : [ {
      "name" : "TODOs",
      "filesCount" : 1,
      "linesOfCode" : 143,
      "numberOfRegexLineMatches" : 1,
      "fileCountPerExtension" : [ {
        "name" : "  *.py",
        "value" : 1,
        "description" : [ ]
      } ],
      "linesOfCodePerExtension" : [ {
        "name" : "  *.py",
        "value" : 143,
        "description" : [ ]
      } ]
    }, {
      "name" : "Unclassified",
      "filesCount" : 18,
      "linesOfCode" : 2224,
      "numberOfRegexLineMatches" : 0,
      "fileCountPerExtension" : [ {
        "name" : "  *.py",
        "value" : 18,
        "description" : [ ]
      } ],
      "linesOfCodePerExtension" : [ {
        "name" : "  *.py",
        "value" : 2224,
        "description" : [ ]
      } ]
    } ],
    "concernsGroup" : null,
    "linesOfCodePerConcern" : [ {
      "name" : "TODOs",
      "value" : 143,
      "description" : [ ]
    }, {
      "name" : "Unclassified",
      "value" : 2224,
      "description" : [ ]
    } ],
    "fileCountPerConcern" : [ {
      "name" : "TODOs",
      "value" : 1,
      "description" : [ ]
    }, {
      "name" : "Unclassified",
      "value" : 18,
      "description" : [ ]
    } ]
  } ],
  "foundTags" : [ ],
  "filesAnalysisResults" : {
    "overallFileSizeDistribution" : {
      "key" : "",
      "lowRiskThreshold" : 100,
      "mediumRiskThreshold" : 200,
      "highRiskThreshold" : 500,
      "veryHighRiskThreshold" : 1000,
      "negligibleRiskValue" : 500,
      "lowRiskValue" : 629,
      "mediumRiskValue" : 1238,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 5,
      "negligibleRiskCount" : 10,
      "mediumRiskCount" : 4,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-100",
      "lowRiskLabel" : "101-200",
      "mediumRiskLabel" : "201-500",
      "highRiskLabel" : "501-1000",
      "veryHighRiskLabel" : "1001+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 52.302492606675116,
      "negligibleRiskPercentage" : 21.123785382340515,
      "totalValue" : 2367,
      "totalCount" : 19,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 26.57372201098437
    },
    "fileSizeDistributionPerExtension" : [ {
      "key" : "py",
      "lowRiskThreshold" : 100,
      "mediumRiskThreshold" : 200,
      "highRiskThreshold" : 500,
      "veryHighRiskThreshold" : 1000,
      "negligibleRiskValue" : 500,
      "lowRiskValue" : 629,
      "mediumRiskValue" : 1238,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 5,
      "negligibleRiskCount" : 10,
      "mediumRiskCount" : 4,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-100",
      "lowRiskLabel" : "101-200",
      "mediumRiskLabel" : "201-500",
      "highRiskLabel" : "501-1000",
      "veryHighRiskLabel" : "1001+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 52.302492606675116,
      "negligibleRiskPercentage" : 21.123785382340515,
      "totalValue" : 2367,
      "totalCount" : 19,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 26.57372201098437
    } ],
    "fileSizeDistributionPerLogicalDecomposition" : [ {
      "name" : "primary",
      "fileSizeDistributionPerComponent" : [ {
        "key" : "ROOT",
        "lowRiskThreshold" : 100,
        "mediumRiskThreshold" : 200,
        "highRiskThreshold" : 500,
        "veryHighRiskThreshold" : 1000,
        "negligibleRiskValue" : 7,
        "lowRiskValue" : 0,
        "mediumRiskValue" : 0,
        "highRiskValue" : 0,
        "veryHighRiskValue" : 0,
        "lowRiskCount" : 0,
        "negligibleRiskCount" : 1,
        "mediumRiskCount" : 0,
        "highRiskCount" : 0,
        "veryHighRiskCount" : 0,
        "negligibleRiskLabel" : "1-100",
        "lowRiskLabel" : "101-200",
        "mediumRiskLabel" : "201-500",
        "highRiskLabel" : "501-1000",
        "veryHighRiskLabel" : "1001+",
        "veryHighRiskPercentage" : 0.0,
        "mediumRiskPercentage" : 0.0,
        "negligibleRiskPercentage" : 100.0,
        "totalValue" : 7,
        "totalCount" : 1,
        "highRiskPercentage" : 0.0,
        "lowRiskPercentage" : 0.0
      }, {
        "key" : "phasic_policy_gradient",
        "lowRiskThreshold" : 100,
        "mediumRiskThreshold" : 200,
        "highRiskThreshold" : 500,
        "veryHighRiskThreshold" : 1000,
        "negligibleRiskValue" : 493,
        "lowRiskValue" : 629,
        "mediumRiskValue" : 1238,
        "highRiskValue" : 0,
        "veryHighRiskValue" : 0,
        "lowRiskCount" : 5,
        "negligibleRiskCount" : 9,
        "mediumRiskCount" : 4,
        "highRiskCount" : 0,
        "veryHighRiskCount" : 0,
        "negligibleRiskLabel" : "1-100",
        "lowRiskLabel" : "101-200",
        "mediumRiskLabel" : "201-500",
        "highRiskLabel" : "501-1000",
        "veryHighRiskLabel" : "1001+",
        "veryHighRiskPercentage" : 0.0,
        "mediumRiskPercentage" : 52.45762711864407,
        "negligibleRiskPercentage" : 20.889830508474578,
        "totalValue" : 2360,
        "totalCount" : 18,
        "highRiskPercentage" : 0.0,
        "lowRiskPercentage" : 26.652542372881356
      } ]
    } ],
    "longestFiles" : [ {
      "relativePath" : "phasic_policy_gradient/logger.py",
      "extension" : "py",
      "linesOfCode" : 415,
      "unitsCount" : 51,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 366
    }, {
      "relativePath" : "phasic_policy_gradient/torch_util.py",
      "extension" : "py",
      "linesOfCode" : 386,
      "unitsCount" : 50,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 284
    }, {
      "relativePath" : "phasic_policy_gradient/ppo.py",
      "extension" : "py",
      "linesOfCode" : 223,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 16,
      "linesOfCodeInUnits" : 95
    }, {
      "relativePath" : "phasic_policy_gradient/ppg.py",
      "extension" : "py",
      "linesOfCode" : 214,
      "unitsCount" : 24,
      "unitsMcCabeIndexSum" : 34,
      "linesOfCodeInUnits" : 127
    }, {
      "relativePath" : "phasic_policy_gradient/roller.py",
      "extension" : "py",
      "linesOfCode" : 143,
      "unitsCount" : 20,
      "unitsMcCabeIndexSum" : 46,
      "linesOfCodeInUnits" : 109
    }, {
      "relativePath" : "phasic_policy_gradient/log_save_helper.py",
      "extension" : "py",
      "linesOfCode" : 130,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 36,
      "linesOfCodeInUnits" : 105
    }, {
      "relativePath" : "phasic_policy_gradient/impala_cnn.py",
      "extension" : "py",
      "linesOfCode" : 128,
      "unitsCount" : 16,
      "unitsMcCabeIndexSum" : 27,
      "linesOfCodeInUnits" : 87
    }, {
      "relativePath" : "phasic_policy_gradient/tree_util.py",
      "extension" : "py",
      "linesOfCode" : 119,
      "unitsCount" : 25,
      "unitsMcCabeIndexSum" : 39,
      "linesOfCodeInUnits" : 106
    }, {
      "relativePath" : "phasic_policy_gradient/graph_util.py",
      "extension" : "py",
      "linesOfCode" : 109,
      "unitsCount" : 6,
      "unitsMcCabeIndexSum" : 38,
      "linesOfCodeInUnits" : 103
    }, {
      "relativePath" : "phasic_policy_gradient/train.py",
      "extension" : "py",
      "linesOfCode" : 91,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 10,
      "linesOfCodeInUnits" : 82
    }, {
      "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 11,
      "linesOfCodeInUnits" : 49
    }, {
      "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 20,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
      "extension" : "py",
      "linesOfCode" : 76,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/graph.py",
      "extension" : "py",
      "linesOfCode" : 69,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 62
    }, {
      "relativePath" : "phasic_policy_gradient/constants.py",
      "extension" : "py",
      "linesOfCode" : 54,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/distr_builder.py",
      "extension" : "py",
      "linesOfCode" : 30,
      "unitsCount" : 5,
      "unitsMcCabeIndexSum" : 8,
      "linesOfCodeInUnits" : 25
    }, {
      "relativePath" : "phasic_policy_gradient/envs.py",
      "extension" : "py",
      "linesOfCode" : 14,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 4,
      "linesOfCodeInUnits" : 11
    }, {
      "relativePath" : "setup.py",
      "extension" : "py",
      "linesOfCode" : 7,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/__init__.py",
      "extension" : "py",
      "linesOfCode" : 1,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    } ],
    "filesWithMostUnits" : [ {
      "relativePath" : "phasic_policy_gradient/logger.py",
      "extension" : "py",
      "linesOfCode" : 415,
      "unitsCount" : 51,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 366
    }, {
      "relativePath" : "phasic_policy_gradient/torch_util.py",
      "extension" : "py",
      "linesOfCode" : 386,
      "unitsCount" : 50,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 284
    }, {
      "relativePath" : "phasic_policy_gradient/tree_util.py",
      "extension" : "py",
      "linesOfCode" : 119,
      "unitsCount" : 25,
      "unitsMcCabeIndexSum" : 39,
      "linesOfCodeInUnits" : 106
    }, {
      "relativePath" : "phasic_policy_gradient/ppg.py",
      "extension" : "py",
      "linesOfCode" : 214,
      "unitsCount" : 24,
      "unitsMcCabeIndexSum" : 34,
      "linesOfCodeInUnits" : 127
    }, {
      "relativePath" : "phasic_policy_gradient/roller.py",
      "extension" : "py",
      "linesOfCode" : 143,
      "unitsCount" : 20,
      "unitsMcCabeIndexSum" : 46,
      "linesOfCodeInUnits" : 109
    }, {
      "relativePath" : "phasic_policy_gradient/impala_cnn.py",
      "extension" : "py",
      "linesOfCode" : 128,
      "unitsCount" : 16,
      "unitsMcCabeIndexSum" : 27,
      "linesOfCodeInUnits" : 87
    }, {
      "relativePath" : "phasic_policy_gradient/log_save_helper.py",
      "extension" : "py",
      "linesOfCode" : 130,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 36,
      "linesOfCodeInUnits" : 105
    }, {
      "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 20,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/ppo.py",
      "extension" : "py",
      "linesOfCode" : 223,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 16,
      "linesOfCodeInUnits" : 95
    }, {
      "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
      "extension" : "py",
      "linesOfCode" : 76,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 11,
      "linesOfCodeInUnits" : 49
    }, {
      "relativePath" : "phasic_policy_gradient/graph_util.py",
      "extension" : "py",
      "linesOfCode" : 109,
      "unitsCount" : 6,
      "unitsMcCabeIndexSum" : 38,
      "linesOfCodeInUnits" : 103
    }, {
      "relativePath" : "phasic_policy_gradient/distr_builder.py",
      "extension" : "py",
      "linesOfCode" : 30,
      "unitsCount" : 5,
      "unitsMcCabeIndexSum" : 8,
      "linesOfCodeInUnits" : 25
    }, {
      "relativePath" : "phasic_policy_gradient/envs.py",
      "extension" : "py",
      "linesOfCode" : 14,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 4,
      "linesOfCodeInUnits" : 11
    }, {
      "relativePath" : "phasic_policy_gradient/graph.py",
      "extension" : "py",
      "linesOfCode" : 69,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 62
    }, {
      "relativePath" : "phasic_policy_gradient/train.py",
      "extension" : "py",
      "linesOfCode" : 91,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 10,
      "linesOfCodeInUnits" : 82
    } ]
  },
  "filesHistoryAnalysisResults" : {
    "overallFileLastModifiedDistribution" : {
      "key" : "",
      "lowRiskThreshold" : 30,
      "mediumRiskThreshold" : 90,
      "highRiskThreshold" : 180,
      "veryHighRiskThreshold" : 365,
      "negligibleRiskValue" : 0,
      "lowRiskValue" : 0,
      "mediumRiskValue" : 0,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 223,
      "lowRiskCount" : 0,
      "negligibleRiskCount" : 0,
      "mediumRiskCount" : 0,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 1,
      "negligibleRiskLabel" : "1-30 days",
      "lowRiskLabel" : "31-90 days",
      "mediumRiskLabel" : "91-180 days",
      "highRiskLabel" : "181-365 days",
      "veryHighRiskLabel" : "366+ days",
      "veryHighRiskPercentage" : 100.0,
      "mediumRiskPercentage" : 0.0,
      "negligibleRiskPercentage" : 0.0,
      "totalValue" : 223,
      "totalCount" : 1,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 0.0
    },
    "overallFileFirstModifiedDistribution" : {
      "key" : "",
      "lowRiskThreshold" : 30,
      "mediumRiskThreshold" : 90,
      "highRiskThreshold" : 180,
      "veryHighRiskThreshold" : 365,
      "negligibleRiskValue" : 0,
      "lowRiskValue" : 0,
      "mediumRiskValue" : 0,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 223,
      "lowRiskCount" : 0,
      "negligibleRiskCount" : 0,
      "mediumRiskCount" : 0,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 1,
      "negligibleRiskLabel" : "1-30 days",
      "lowRiskLabel" : "31-90 days",
      "mediumRiskLabel" : "91-180 days",
      "highRiskLabel" : "181-365 days",
      "veryHighRiskLabel" : "366+ days",
      "veryHighRiskPercentage" : 100.0,
      "mediumRiskPercentage" : 0.0,
      "negligibleRiskPercentage" : 0.0,
      "totalValue" : 223,
      "totalCount" : 1,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 0.0
    },
    "overallFileChangeDistribution" : {
      "key" : "",
      "lowRiskThreshold" : 5,
      "mediumRiskThreshold" : 20,
      "highRiskThreshold" : 50,
      "veryHighRiskThreshold" : 100,
      "negligibleRiskValue" : 223,
      "lowRiskValue" : 0,
      "mediumRiskValue" : 0,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 0,
      "negligibleRiskCount" : 1,
      "mediumRiskCount" : 0,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-5",
      "lowRiskLabel" : "6-20",
      "mediumRiskLabel" : "21-50",
      "highRiskLabel" : "51-100",
      "veryHighRiskLabel" : "101+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 0.0,
      "negligibleRiskPercentage" : 100.0,
      "totalValue" : 223,
      "totalCount" : 1,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 0.0
    },
    "overallContributorsCountDistribution" : {
      "key" : "",
      "lowRiskThreshold" : 1,
      "mediumRiskThreshold" : 5,
      "highRiskThreshold" : 10,
      "veryHighRiskThreshold" : 25,
      "negligibleRiskValue" : 223,
      "lowRiskValue" : 0,
      "mediumRiskValue" : 0,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 0,
      "negligibleRiskCount" : 1,
      "mediumRiskCount" : 0,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1",
      "lowRiskLabel" : "2-5",
      "mediumRiskLabel" : "6-10",
      "highRiskLabel" : "11-25",
      "veryHighRiskLabel" : "26+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 0.0,
      "negligibleRiskPercentage" : 100.0,
      "totalValue" : 223,
      "totalCount" : 1,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 0.0
    },
    "filesWithoutCommitHistoryCount" : 18,
    "filesWithoutCommitHistoryLinesOfCode" : 2144,
    "changeDistributionPerExtension" : [ {
      "key" : "py",
      "lowRiskThreshold" : 5,
      "mediumRiskThreshold" : 20,
      "highRiskThreshold" : 50,
      "veryHighRiskThreshold" : 100,
      "negligibleRiskValue" : 223,
      "lowRiskValue" : 0,
      "mediumRiskValue" : 0,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 0,
      "negligibleRiskCount" : 1,
      "mediumRiskCount" : 0,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-5",
      "lowRiskLabel" : "6-20",
      "mediumRiskLabel" : "21-50",
      "highRiskLabel" : "51-100",
      "veryHighRiskLabel" : "101+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 0.0,
      "negligibleRiskPercentage" : 100.0,
      "totalValue" : 223,
      "totalCount" : 1,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 0.0
    } ],
    "lastModifiedDistributionPerExtension" : [ {
      "key" : "py",
      "lowRiskThreshold" : 30,
      "mediumRiskThreshold" : 90,
      "highRiskThreshold" : 180,
      "veryHighRiskThreshold" : 365,
      "negligibleRiskValue" : 0,
      "lowRiskValue" : 0,
      "mediumRiskValue" : 0,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 223,
      "lowRiskCount" : 0,
      "negligibleRiskCount" : 0,
      "mediumRiskCount" : 0,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 1,
      "negligibleRiskLabel" : "1-30 days",
      "lowRiskLabel" : "31-90 days",
      "mediumRiskLabel" : "91-180 days",
      "highRiskLabel" : "181-365 days",
      "veryHighRiskLabel" : "366+ days",
      "veryHighRiskPercentage" : 100.0,
      "mediumRiskPercentage" : 0.0,
      "negligibleRiskPercentage" : 0.0,
      "totalValue" : 223,
      "totalCount" : 1,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 0.0
    } ],
    "firstModifiedDistributionPerExtension" : [ {
      "key" : "py",
      "lowRiskThreshold" : 30,
      "mediumRiskThreshold" : 90,
      "highRiskThreshold" : 180,
      "veryHighRiskThreshold" : 365,
      "negligibleRiskValue" : 0,
      "lowRiskValue" : 0,
      "mediumRiskValue" : 0,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 223,
      "lowRiskCount" : 0,
      "negligibleRiskCount" : 0,
      "mediumRiskCount" : 0,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 1,
      "negligibleRiskLabel" : "1-30 days",
      "lowRiskLabel" : "31-90 days",
      "mediumRiskLabel" : "91-180 days",
      "highRiskLabel" : "181-365 days",
      "veryHighRiskLabel" : "366+ days",
      "veryHighRiskPercentage" : 100.0,
      "mediumRiskPercentage" : 0.0,
      "negligibleRiskPercentage" : 0.0,
      "totalValue" : 223,
      "totalCount" : 1,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 0.0
    } ],
    "changeDistributionPerLogicalDecomposition" : [ {
      "name" : "primary",
      "distributionPerComponent" : [ {
        "key" : "ROOT",
        "lowRiskThreshold" : 5,
        "mediumRiskThreshold" : 20,
        "highRiskThreshold" : 50,
        "veryHighRiskThreshold" : 100,
        "negligibleRiskValue" : 0,
        "lowRiskValue" : 0,
        "mediumRiskValue" : 0,
        "highRiskValue" : 0,
        "veryHighRiskValue" : 0,
        "lowRiskCount" : 0,
        "negligibleRiskCount" : 0,
        "mediumRiskCount" : 0,
        "highRiskCount" : 0,
        "veryHighRiskCount" : 0,
        "negligibleRiskLabel" : "1-5",
        "lowRiskLabel" : "6-20",
        "mediumRiskLabel" : "21-50",
        "highRiskLabel" : "51-100",
        "veryHighRiskLabel" : "101+",
        "veryHighRiskPercentage" : 0.0,
        "mediumRiskPercentage" : 0.0,
        "negligibleRiskPercentage" : 0.0,
        "totalValue" : 0,
        "totalCount" : 0,
        "highRiskPercentage" : 0.0,
        "lowRiskPercentage" : 0.0
      }, {
        "key" : "phasic_policy_gradient",
        "lowRiskThreshold" : 5,
        "mediumRiskThreshold" : 20,
        "highRiskThreshold" : 50,
        "veryHighRiskThreshold" : 100,
        "negligibleRiskValue" : 223,
        "lowRiskValue" : 0,
        "mediumRiskValue" : 0,
        "highRiskValue" : 0,
        "veryHighRiskValue" : 0,
        "lowRiskCount" : 0,
        "negligibleRiskCount" : 1,
        "mediumRiskCount" : 0,
        "highRiskCount" : 0,
        "veryHighRiskCount" : 0,
        "negligibleRiskLabel" : "1-5",
        "lowRiskLabel" : "6-20",
        "mediumRiskLabel" : "21-50",
        "highRiskLabel" : "51-100",
        "veryHighRiskLabel" : "101+",
        "veryHighRiskPercentage" : 0.0,
        "mediumRiskPercentage" : 0.0,
        "negligibleRiskPercentage" : 100.0,
        "totalValue" : 223,
        "totalCount" : 1,
        "highRiskPercentage" : 0.0,
        "lowRiskPercentage" : 0.0
      } ]
    } ],
    "firstModifiedDistributionPerLogicalDecomposition" : [ {
      "name" : "primary",
      "distributionPerComponent" : [ {
        "key" : "ROOT",
        "lowRiskThreshold" : 30,
        "mediumRiskThreshold" : 90,
        "highRiskThreshold" : 180,
        "veryHighRiskThreshold" : 365,
        "negligibleRiskValue" : 0,
        "lowRiskValue" : 0,
        "mediumRiskValue" : 0,
        "highRiskValue" : 0,
        "veryHighRiskValue" : 0,
        "lowRiskCount" : 0,
        "negligibleRiskCount" : 0,
        "mediumRiskCount" : 0,
        "highRiskCount" : 0,
        "veryHighRiskCount" : 0,
        "negligibleRiskLabel" : "1-30 days",
        "lowRiskLabel" : "31-90 days",
        "mediumRiskLabel" : "91-180 days",
        "highRiskLabel" : "181-365 days",
        "veryHighRiskLabel" : "366+ days",
        "veryHighRiskPercentage" : 0.0,
        "mediumRiskPercentage" : 0.0,
        "negligibleRiskPercentage" : 0.0,
        "totalValue" : 0,
        "totalCount" : 0,
        "highRiskPercentage" : 0.0,
        "lowRiskPercentage" : 0.0
      }, {
        "key" : "phasic_policy_gradient",
        "lowRiskThreshold" : 30,
        "mediumRiskThreshold" : 90,
        "highRiskThreshold" : 180,
        "veryHighRiskThreshold" : 365,
        "negligibleRiskValue" : 0,
        "lowRiskValue" : 0,
        "mediumRiskValue" : 0,
        "highRiskValue" : 0,
        "veryHighRiskValue" : 223,
        "lowRiskCount" : 0,
        "negligibleRiskCount" : 0,
        "mediumRiskCount" : 0,
        "highRiskCount" : 0,
        "veryHighRiskCount" : 1,
        "negligibleRiskLabel" : "1-30 days",
        "lowRiskLabel" : "31-90 days",
        "mediumRiskLabel" : "91-180 days",
        "highRiskLabel" : "181-365 days",
        "veryHighRiskLabel" : "366+ days",
        "veryHighRiskPercentage" : 100.0,
        "mediumRiskPercentage" : 0.0,
        "negligibleRiskPercentage" : 0.0,
        "totalValue" : 223,
        "totalCount" : 1,
        "highRiskPercentage" : 0.0,
        "lowRiskPercentage" : 0.0
      } ]
    } ],
    "lastModifiedDistributionPerLogicalDecomposition" : [ {
      "name" : "primary",
      "distributionPerComponent" : [ {
        "key" : "ROOT",
        "lowRiskThreshold" : 30,
        "mediumRiskThreshold" : 90,
        "highRiskThreshold" : 180,
        "veryHighRiskThreshold" : 365,
        "negligibleRiskValue" : 0,
        "lowRiskValue" : 0,
        "mediumRiskValue" : 0,
        "highRiskValue" : 0,
        "veryHighRiskValue" : 0,
        "lowRiskCount" : 0,
        "negligibleRiskCount" : 0,
        "mediumRiskCount" : 0,
        "highRiskCount" : 0,
        "veryHighRiskCount" : 0,
        "negligibleRiskLabel" : "1-30 days",
        "lowRiskLabel" : "31-90 days",
        "mediumRiskLabel" : "91-180 days",
        "highRiskLabel" : "181-365 days",
        "veryHighRiskLabel" : "366+ days",
        "veryHighRiskPercentage" : 0.0,
        "mediumRiskPercentage" : 0.0,
        "negligibleRiskPercentage" : 0.0,
        "totalValue" : 0,
        "totalCount" : 0,
        "highRiskPercentage" : 0.0,
        "lowRiskPercentage" : 0.0
      }, {
        "key" : "phasic_policy_gradient",
        "lowRiskThreshold" : 30,
        "mediumRiskThreshold" : 90,
        "highRiskThreshold" : 180,
        "veryHighRiskThreshold" : 365,
        "negligibleRiskValue" : 0,
        "lowRiskValue" : 0,
        "mediumRiskValue" : 0,
        "highRiskValue" : 0,
        "veryHighRiskValue" : 223,
        "lowRiskCount" : 0,
        "negligibleRiskCount" : 0,
        "mediumRiskCount" : 0,
        "highRiskCount" : 0,
        "veryHighRiskCount" : 1,
        "negligibleRiskLabel" : "1-30 days",
        "lowRiskLabel" : "31-90 days",
        "mediumRiskLabel" : "91-180 days",
        "highRiskLabel" : "181-365 days",
        "veryHighRiskLabel" : "366+ days",
        "veryHighRiskPercentage" : 100.0,
        "mediumRiskPercentage" : 0.0,
        "negligibleRiskPercentage" : 0.0,
        "totalValue" : 223,
        "totalCount" : 1,
        "highRiskPercentage" : 0.0,
        "lowRiskPercentage" : 0.0
      } ]
    } ],
    "oldestFiles" : [ {
      "relativePath" : "phasic_policy_gradient/ppo.py",
      "extension" : "py",
      "linesOfCode" : 223,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 16,
      "linesOfCodeInUnits" : 95
    }, {
      "relativePath" : "phasic_policy_gradient/logger.py",
      "extension" : "py",
      "linesOfCode" : 415,
      "unitsCount" : 51,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 366
    }, {
      "relativePath" : "phasic_policy_gradient/torch_util.py",
      "extension" : "py",
      "linesOfCode" : 386,
      "unitsCount" : 50,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 284
    }, {
      "relativePath" : "phasic_policy_gradient/ppg.py",
      "extension" : "py",
      "linesOfCode" : 214,
      "unitsCount" : 24,
      "unitsMcCabeIndexSum" : 34,
      "linesOfCodeInUnits" : 127
    }, {
      "relativePath" : "phasic_policy_gradient/roller.py",
      "extension" : "py",
      "linesOfCode" : 143,
      "unitsCount" : 20,
      "unitsMcCabeIndexSum" : 46,
      "linesOfCodeInUnits" : 109
    }, {
      "relativePath" : "phasic_policy_gradient/log_save_helper.py",
      "extension" : "py",
      "linesOfCode" : 130,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 36,
      "linesOfCodeInUnits" : 105
    }, {
      "relativePath" : "phasic_policy_gradient/impala_cnn.py",
      "extension" : "py",
      "linesOfCode" : 128,
      "unitsCount" : 16,
      "unitsMcCabeIndexSum" : 27,
      "linesOfCodeInUnits" : 87
    }, {
      "relativePath" : "phasic_policy_gradient/tree_util.py",
      "extension" : "py",
      "linesOfCode" : 119,
      "unitsCount" : 25,
      "unitsMcCabeIndexSum" : 39,
      "linesOfCodeInUnits" : 106
    }, {
      "relativePath" : "phasic_policy_gradient/graph_util.py",
      "extension" : "py",
      "linesOfCode" : 109,
      "unitsCount" : 6,
      "unitsMcCabeIndexSum" : 38,
      "linesOfCodeInUnits" : 103
    }, {
      "relativePath" : "phasic_policy_gradient/train.py",
      "extension" : "py",
      "linesOfCode" : 91,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 10,
      "linesOfCodeInUnits" : 82
    }, {
      "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 11,
      "linesOfCodeInUnits" : 49
    }, {
      "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 20,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
      "extension" : "py",
      "linesOfCode" : 76,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/graph.py",
      "extension" : "py",
      "linesOfCode" : 69,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 62
    }, {
      "relativePath" : "phasic_policy_gradient/constants.py",
      "extension" : "py",
      "linesOfCode" : 54,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/distr_builder.py",
      "extension" : "py",
      "linesOfCode" : 30,
      "unitsCount" : 5,
      "unitsMcCabeIndexSum" : 8,
      "linesOfCodeInUnits" : 25
    }, {
      "relativePath" : "phasic_policy_gradient/envs.py",
      "extension" : "py",
      "linesOfCode" : 14,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 4,
      "linesOfCodeInUnits" : 11
    }, {
      "relativePath" : "setup.py",
      "extension" : "py",
      "linesOfCode" : 7,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/__init__.py",
      "extension" : "py",
      "linesOfCode" : 1,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    } ],
    "youngestFiles" : [ {
      "relativePath" : "phasic_policy_gradient/logger.py",
      "extension" : "py",
      "linesOfCode" : 415,
      "unitsCount" : 51,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 366
    }, {
      "relativePath" : "phasic_policy_gradient/torch_util.py",
      "extension" : "py",
      "linesOfCode" : 386,
      "unitsCount" : 50,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 284
    }, {
      "relativePath" : "phasic_policy_gradient/ppg.py",
      "extension" : "py",
      "linesOfCode" : 214,
      "unitsCount" : 24,
      "unitsMcCabeIndexSum" : 34,
      "linesOfCodeInUnits" : 127
    }, {
      "relativePath" : "phasic_policy_gradient/roller.py",
      "extension" : "py",
      "linesOfCode" : 143,
      "unitsCount" : 20,
      "unitsMcCabeIndexSum" : 46,
      "linesOfCodeInUnits" : 109
    }, {
      "relativePath" : "phasic_policy_gradient/log_save_helper.py",
      "extension" : "py",
      "linesOfCode" : 130,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 36,
      "linesOfCodeInUnits" : 105
    }, {
      "relativePath" : "phasic_policy_gradient/impala_cnn.py",
      "extension" : "py",
      "linesOfCode" : 128,
      "unitsCount" : 16,
      "unitsMcCabeIndexSum" : 27,
      "linesOfCodeInUnits" : 87
    }, {
      "relativePath" : "phasic_policy_gradient/tree_util.py",
      "extension" : "py",
      "linesOfCode" : 119,
      "unitsCount" : 25,
      "unitsMcCabeIndexSum" : 39,
      "linesOfCodeInUnits" : 106
    }, {
      "relativePath" : "phasic_policy_gradient/graph_util.py",
      "extension" : "py",
      "linesOfCode" : 109,
      "unitsCount" : 6,
      "unitsMcCabeIndexSum" : 38,
      "linesOfCodeInUnits" : 103
    }, {
      "relativePath" : "phasic_policy_gradient/train.py",
      "extension" : "py",
      "linesOfCode" : 91,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 10,
      "linesOfCodeInUnits" : 82
    }, {
      "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 11,
      "linesOfCodeInUnits" : 49
    }, {
      "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 20,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
      "extension" : "py",
      "linesOfCode" : 76,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/graph.py",
      "extension" : "py",
      "linesOfCode" : 69,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 62
    }, {
      "relativePath" : "phasic_policy_gradient/constants.py",
      "extension" : "py",
      "linesOfCode" : 54,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/distr_builder.py",
      "extension" : "py",
      "linesOfCode" : 30,
      "unitsCount" : 5,
      "unitsMcCabeIndexSum" : 8,
      "linesOfCodeInUnits" : 25
    }, {
      "relativePath" : "phasic_policy_gradient/envs.py",
      "extension" : "py",
      "linesOfCode" : 14,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 4,
      "linesOfCodeInUnits" : 11
    }, {
      "relativePath" : "setup.py",
      "extension" : "py",
      "linesOfCode" : 7,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/__init__.py",
      "extension" : "py",
      "linesOfCode" : 1,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/ppo.py",
      "extension" : "py",
      "linesOfCode" : 223,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 16,
      "linesOfCodeInUnits" : 95
    } ],
    "mostRecentlyChangedFiles" : [ {
      "relativePath" : "phasic_policy_gradient/logger.py",
      "extension" : "py",
      "linesOfCode" : 415,
      "unitsCount" : 51,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 366
    }, {
      "relativePath" : "phasic_policy_gradient/torch_util.py",
      "extension" : "py",
      "linesOfCode" : 386,
      "unitsCount" : 50,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 284
    }, {
      "relativePath" : "phasic_policy_gradient/ppg.py",
      "extension" : "py",
      "linesOfCode" : 214,
      "unitsCount" : 24,
      "unitsMcCabeIndexSum" : 34,
      "linesOfCodeInUnits" : 127
    }, {
      "relativePath" : "phasic_policy_gradient/roller.py",
      "extension" : "py",
      "linesOfCode" : 143,
      "unitsCount" : 20,
      "unitsMcCabeIndexSum" : 46,
      "linesOfCodeInUnits" : 109
    }, {
      "relativePath" : "phasic_policy_gradient/log_save_helper.py",
      "extension" : "py",
      "linesOfCode" : 130,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 36,
      "linesOfCodeInUnits" : 105
    }, {
      "relativePath" : "phasic_policy_gradient/impala_cnn.py",
      "extension" : "py",
      "linesOfCode" : 128,
      "unitsCount" : 16,
      "unitsMcCabeIndexSum" : 27,
      "linesOfCodeInUnits" : 87
    }, {
      "relativePath" : "phasic_policy_gradient/tree_util.py",
      "extension" : "py",
      "linesOfCode" : 119,
      "unitsCount" : 25,
      "unitsMcCabeIndexSum" : 39,
      "linesOfCodeInUnits" : 106
    }, {
      "relativePath" : "phasic_policy_gradient/graph_util.py",
      "extension" : "py",
      "linesOfCode" : 109,
      "unitsCount" : 6,
      "unitsMcCabeIndexSum" : 38,
      "linesOfCodeInUnits" : 103
    }, {
      "relativePath" : "phasic_policy_gradient/train.py",
      "extension" : "py",
      "linesOfCode" : 91,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 10,
      "linesOfCodeInUnits" : 82
    }, {
      "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 11,
      "linesOfCodeInUnits" : 49
    }, {
      "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 20,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
      "extension" : "py",
      "linesOfCode" : 76,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/graph.py",
      "extension" : "py",
      "linesOfCode" : 69,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 62
    }, {
      "relativePath" : "phasic_policy_gradient/constants.py",
      "extension" : "py",
      "linesOfCode" : 54,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/distr_builder.py",
      "extension" : "py",
      "linesOfCode" : 30,
      "unitsCount" : 5,
      "unitsMcCabeIndexSum" : 8,
      "linesOfCodeInUnits" : 25
    }, {
      "relativePath" : "phasic_policy_gradient/envs.py",
      "extension" : "py",
      "linesOfCode" : 14,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 4,
      "linesOfCodeInUnits" : 11
    }, {
      "relativePath" : "setup.py",
      "extension" : "py",
      "linesOfCode" : 7,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/__init__.py",
      "extension" : "py",
      "linesOfCode" : 1,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/ppo.py",
      "extension" : "py",
      "linesOfCode" : 223,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 16,
      "linesOfCodeInUnits" : 95
    } ],
    "mostPreviouslyChangedFiles" : [ {
      "relativePath" : "phasic_policy_gradient/ppo.py",
      "extension" : "py",
      "linesOfCode" : 223,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 16,
      "linesOfCodeInUnits" : 95
    }, {
      "relativePath" : "phasic_policy_gradient/__init__.py",
      "extension" : "py",
      "linesOfCode" : 1,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "setup.py",
      "extension" : "py",
      "linesOfCode" : 7,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/envs.py",
      "extension" : "py",
      "linesOfCode" : 14,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 4,
      "linesOfCodeInUnits" : 11
    }, {
      "relativePath" : "phasic_policy_gradient/distr_builder.py",
      "extension" : "py",
      "linesOfCode" : 30,
      "unitsCount" : 5,
      "unitsMcCabeIndexSum" : 8,
      "linesOfCodeInUnits" : 25
    }, {
      "relativePath" : "phasic_policy_gradient/constants.py",
      "extension" : "py",
      "linesOfCode" : 54,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/graph.py",
      "extension" : "py",
      "linesOfCode" : 69,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 62
    }, {
      "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
      "extension" : "py",
      "linesOfCode" : 76,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 20,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 11,
      "linesOfCodeInUnits" : 49
    }, {
      "relativePath" : "phasic_policy_gradient/train.py",
      "extension" : "py",
      "linesOfCode" : 91,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 10,
      "linesOfCodeInUnits" : 82
    }, {
      "relativePath" : "phasic_policy_gradient/graph_util.py",
      "extension" : "py",
      "linesOfCode" : 109,
      "unitsCount" : 6,
      "unitsMcCabeIndexSum" : 38,
      "linesOfCodeInUnits" : 103
    }, {
      "relativePath" : "phasic_policy_gradient/tree_util.py",
      "extension" : "py",
      "linesOfCode" : 119,
      "unitsCount" : 25,
      "unitsMcCabeIndexSum" : 39,
      "linesOfCodeInUnits" : 106
    }, {
      "relativePath" : "phasic_policy_gradient/impala_cnn.py",
      "extension" : "py",
      "linesOfCode" : 128,
      "unitsCount" : 16,
      "unitsMcCabeIndexSum" : 27,
      "linesOfCodeInUnits" : 87
    }, {
      "relativePath" : "phasic_policy_gradient/log_save_helper.py",
      "extension" : "py",
      "linesOfCode" : 130,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 36,
      "linesOfCodeInUnits" : 105
    }, {
      "relativePath" : "phasic_policy_gradient/roller.py",
      "extension" : "py",
      "linesOfCode" : 143,
      "unitsCount" : 20,
      "unitsMcCabeIndexSum" : 46,
      "linesOfCodeInUnits" : 109
    }, {
      "relativePath" : "phasic_policy_gradient/ppg.py",
      "extension" : "py",
      "linesOfCode" : 214,
      "unitsCount" : 24,
      "unitsMcCabeIndexSum" : 34,
      "linesOfCodeInUnits" : 127
    }, {
      "relativePath" : "phasic_policy_gradient/torch_util.py",
      "extension" : "py",
      "linesOfCode" : 386,
      "unitsCount" : 50,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 284
    }, {
      "relativePath" : "phasic_policy_gradient/logger.py",
      "extension" : "py",
      "linesOfCode" : 415,
      "unitsCount" : 51,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 366
    } ],
    "mostChangedFiles" : [ {
      "relativePath" : "phasic_policy_gradient/ppo.py",
      "extension" : "py",
      "linesOfCode" : 223,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 16,
      "linesOfCodeInUnits" : 95
    }, {
      "relativePath" : "phasic_policy_gradient/__init__.py",
      "extension" : "py",
      "linesOfCode" : 1,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "setup.py",
      "extension" : "py",
      "linesOfCode" : 7,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/envs.py",
      "extension" : "py",
      "linesOfCode" : 14,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 4,
      "linesOfCodeInUnits" : 11
    }, {
      "relativePath" : "phasic_policy_gradient/distr_builder.py",
      "extension" : "py",
      "linesOfCode" : 30,
      "unitsCount" : 5,
      "unitsMcCabeIndexSum" : 8,
      "linesOfCodeInUnits" : 25
    }, {
      "relativePath" : "phasic_policy_gradient/constants.py",
      "extension" : "py",
      "linesOfCode" : 54,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/graph.py",
      "extension" : "py",
      "linesOfCode" : 69,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 62
    }, {
      "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
      "extension" : "py",
      "linesOfCode" : 76,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 20,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 11,
      "linesOfCodeInUnits" : 49
    }, {
      "relativePath" : "phasic_policy_gradient/train.py",
      "extension" : "py",
      "linesOfCode" : 91,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 10,
      "linesOfCodeInUnits" : 82
    }, {
      "relativePath" : "phasic_policy_gradient/graph_util.py",
      "extension" : "py",
      "linesOfCode" : 109,
      "unitsCount" : 6,
      "unitsMcCabeIndexSum" : 38,
      "linesOfCodeInUnits" : 103
    }, {
      "relativePath" : "phasic_policy_gradient/tree_util.py",
      "extension" : "py",
      "linesOfCode" : 119,
      "unitsCount" : 25,
      "unitsMcCabeIndexSum" : 39,
      "linesOfCodeInUnits" : 106
    }, {
      "relativePath" : "phasic_policy_gradient/impala_cnn.py",
      "extension" : "py",
      "linesOfCode" : 128,
      "unitsCount" : 16,
      "unitsMcCabeIndexSum" : 27,
      "linesOfCodeInUnits" : 87
    }, {
      "relativePath" : "phasic_policy_gradient/log_save_helper.py",
      "extension" : "py",
      "linesOfCode" : 130,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 36,
      "linesOfCodeInUnits" : 105
    }, {
      "relativePath" : "phasic_policy_gradient/roller.py",
      "extension" : "py",
      "linesOfCode" : 143,
      "unitsCount" : 20,
      "unitsMcCabeIndexSum" : 46,
      "linesOfCodeInUnits" : 109
    }, {
      "relativePath" : "phasic_policy_gradient/ppg.py",
      "extension" : "py",
      "linesOfCode" : 214,
      "unitsCount" : 24,
      "unitsMcCabeIndexSum" : 34,
      "linesOfCodeInUnits" : 127
    }, {
      "relativePath" : "phasic_policy_gradient/torch_util.py",
      "extension" : "py",
      "linesOfCode" : 386,
      "unitsCount" : 50,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 284
    }, {
      "relativePath" : "phasic_policy_gradient/logger.py",
      "extension" : "py",
      "linesOfCode" : 415,
      "unitsCount" : 51,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 366
    } ],
    "filesWithMostContributors" : [ {
      "relativePath" : "phasic_policy_gradient/ppo.py",
      "extension" : "py",
      "linesOfCode" : 223,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 16,
      "linesOfCodeInUnits" : 95
    }, {
      "relativePath" : "setup.py",
      "extension" : "py",
      "linesOfCode" : 7,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/torch_util.py",
      "extension" : "py",
      "linesOfCode" : 386,
      "unitsCount" : 50,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 284
    }, {
      "relativePath" : "phasic_policy_gradient/log_save_helper.py",
      "extension" : "py",
      "linesOfCode" : 130,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 36,
      "linesOfCodeInUnits" : 105
    }, {
      "relativePath" : "phasic_policy_gradient/envs.py",
      "extension" : "py",
      "linesOfCode" : 14,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 4,
      "linesOfCodeInUnits" : 11
    }, {
      "relativePath" : "phasic_policy_gradient/ppg.py",
      "extension" : "py",
      "linesOfCode" : 214,
      "unitsCount" : 24,
      "unitsMcCabeIndexSum" : 34,
      "linesOfCodeInUnits" : 127
    }, {
      "relativePath" : "phasic_policy_gradient/graph.py",
      "extension" : "py",
      "linesOfCode" : 69,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 62
    }, {
      "relativePath" : "phasic_policy_gradient/constants.py",
      "extension" : "py",
      "linesOfCode" : 54,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/__init__.py",
      "extension" : "py",
      "linesOfCode" : 1,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
      "extension" : "py",
      "linesOfCode" : 76,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/logger.py",
      "extension" : "py",
      "linesOfCode" : 415,
      "unitsCount" : 51,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 366
    }, {
      "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 11,
      "linesOfCodeInUnits" : 49
    }, {
      "relativePath" : "phasic_policy_gradient/distr_builder.py",
      "extension" : "py",
      "linesOfCode" : 30,
      "unitsCount" : 5,
      "unitsMcCabeIndexSum" : 8,
      "linesOfCodeInUnits" : 25
    }, {
      "relativePath" : "phasic_policy_gradient/impala_cnn.py",
      "extension" : "py",
      "linesOfCode" : 128,
      "unitsCount" : 16,
      "unitsMcCabeIndexSum" : 27,
      "linesOfCodeInUnits" : 87
    }, {
      "relativePath" : "phasic_policy_gradient/tree_util.py",
      "extension" : "py",
      "linesOfCode" : 119,
      "unitsCount" : 25,
      "unitsMcCabeIndexSum" : 39,
      "linesOfCodeInUnits" : 106
    }, {
      "relativePath" : "phasic_policy_gradient/graph_util.py",
      "extension" : "py",
      "linesOfCode" : 109,
      "unitsCount" : 6,
      "unitsMcCabeIndexSum" : 38,
      "linesOfCodeInUnits" : 103
    }, {
      "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 20,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/train.py",
      "extension" : "py",
      "linesOfCode" : 91,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 10,
      "linesOfCodeInUnits" : 82
    }, {
      "relativePath" : "phasic_policy_gradient/roller.py",
      "extension" : "py",
      "linesOfCode" : 143,
      "unitsCount" : 20,
      "unitsMcCabeIndexSum" : 46,
      "linesOfCodeInUnits" : 109
    } ],
    "filesWithLeastContributors" : [ {
      "relativePath" : "phasic_policy_gradient/logger.py",
      "extension" : "py",
      "linesOfCode" : 415,
      "unitsCount" : 51,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 366
    }, {
      "relativePath" : "phasic_policy_gradient/torch_util.py",
      "extension" : "py",
      "linesOfCode" : 386,
      "unitsCount" : 50,
      "unitsMcCabeIndexSum" : 114,
      "linesOfCodeInUnits" : 284
    }, {
      "relativePath" : "phasic_policy_gradient/ppg.py",
      "extension" : "py",
      "linesOfCode" : 214,
      "unitsCount" : 24,
      "unitsMcCabeIndexSum" : 34,
      "linesOfCodeInUnits" : 127
    }, {
      "relativePath" : "phasic_policy_gradient/roller.py",
      "extension" : "py",
      "linesOfCode" : 143,
      "unitsCount" : 20,
      "unitsMcCabeIndexSum" : 46,
      "linesOfCodeInUnits" : 109
    }, {
      "relativePath" : "phasic_policy_gradient/log_save_helper.py",
      "extension" : "py",
      "linesOfCode" : 130,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 36,
      "linesOfCodeInUnits" : 105
    }, {
      "relativePath" : "phasic_policy_gradient/impala_cnn.py",
      "extension" : "py",
      "linesOfCode" : 128,
      "unitsCount" : 16,
      "unitsMcCabeIndexSum" : 27,
      "linesOfCodeInUnits" : 87
    }, {
      "relativePath" : "phasic_policy_gradient/tree_util.py",
      "extension" : "py",
      "linesOfCode" : 119,
      "unitsCount" : 25,
      "unitsMcCabeIndexSum" : 39,
      "linesOfCodeInUnits" : 106
    }, {
      "relativePath" : "phasic_policy_gradient/graph_util.py",
      "extension" : "py",
      "linesOfCode" : 109,
      "unitsCount" : 6,
      "unitsMcCabeIndexSum" : 38,
      "linesOfCodeInUnits" : 103
    }, {
      "relativePath" : "phasic_policy_gradient/train.py",
      "extension" : "py",
      "linesOfCode" : 91,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 10,
      "linesOfCodeInUnits" : 82
    }, {
      "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 11,
      "linesOfCodeInUnits" : 49
    }, {
      "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
      "extension" : "py",
      "linesOfCode" : 79,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 20,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
      "extension" : "py",
      "linesOfCode" : 76,
      "unitsCount" : 8,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 52
    }, {
      "relativePath" : "phasic_policy_gradient/graph.py",
      "extension" : "py",
      "linesOfCode" : 69,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 23,
      "linesOfCodeInUnits" : 62
    }, {
      "relativePath" : "phasic_policy_gradient/constants.py",
      "extension" : "py",
      "linesOfCode" : 54,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/distr_builder.py",
      "extension" : "py",
      "linesOfCode" : 30,
      "unitsCount" : 5,
      "unitsMcCabeIndexSum" : 8,
      "linesOfCodeInUnits" : 25
    }, {
      "relativePath" : "phasic_policy_gradient/envs.py",
      "extension" : "py",
      "linesOfCode" : 14,
      "unitsCount" : 2,
      "unitsMcCabeIndexSum" : 4,
      "linesOfCodeInUnits" : 11
    }, {
      "relativePath" : "setup.py",
      "extension" : "py",
      "linesOfCode" : 7,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/__init__.py",
      "extension" : "py",
      "linesOfCode" : 1,
      "unitsCount" : 0,
      "unitsMcCabeIndexSum" : 0,
      "linesOfCodeInUnits" : 0
    }, {
      "relativePath" : "phasic_policy_gradient/ppo.py",
      "extension" : "py",
      "linesOfCode" : 223,
      "unitsCount" : 10,
      "unitsMcCabeIndexSum" : 16,
      "linesOfCodeInUnits" : 95
    } ],
    "firstDate" : "",
    "latestDate" : "",
    "daysBetweenFirstAndLastDate" : 0,
    "weeks" : 0,
    "estimatedWorkindDays" : 0,
    "activeDays" : 0,
    "ageInDays" : 0,
    "historyPerExtensionPerYear" : [ {
      "extension" : "md",
      "year" : "2020",
      "commitsCount" : 1,
      "contributors" : [ "karl@openai.com" ]
    }, {
      "extension" : "py",
      "year" : "2020",
      "commitsCount" : 1,
      "contributors" : [ "karl@openai.com" ]
    } ]
  },
  "unitsAnalysisResults" : {
    "totalNumberOfUnits" : 249,
    "linesOfCodeInUnits" : 1715,
    "unitSizeRiskDistribution" : {
      "key" : "",
      "lowRiskThreshold" : 10,
      "mediumRiskThreshold" : 20,
      "highRiskThreshold" : 50,
      "veryHighRiskThreshold" : 100,
      "negligibleRiskValue" : 760,
      "lowRiskValue" : 502,
      "mediumRiskValue" : 341,
      "highRiskValue" : 112,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 35,
      "negligibleRiskCount" : 199,
      "mediumRiskCount" : 13,
      "highRiskCount" : 2,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-10",
      "lowRiskLabel" : "11-20",
      "mediumRiskLabel" : "21-50",
      "highRiskLabel" : "51-100",
      "veryHighRiskLabel" : "101+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 19.88338192419825,
      "negligibleRiskPercentage" : 44.31486880466473,
      "totalValue" : 1715,
      "totalCount" : 249,
      "highRiskPercentage" : 6.530612244897959,
      "lowRiskPercentage" : 29.271137026239067
    },
    "conditionalComplexityRiskDistribution" : {
      "key" : "",
      "lowRiskThreshold" : 5,
      "mediumRiskThreshold" : 10,
      "highRiskThreshold" : 25,
      "veryHighRiskThreshold" : 50,
      "negligibleRiskValue" : 1232,
      "lowRiskValue" : 337,
      "mediumRiskValue" : 146,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 16,
      "negligibleRiskCount" : 229,
      "mediumRiskCount" : 4,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-5",
      "lowRiskLabel" : "6-10",
      "mediumRiskLabel" : "11-25",
      "highRiskLabel" : "26-50",
      "veryHighRiskLabel" : "51+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 8.513119533527696,
      "negligibleRiskPercentage" : 71.83673469387755,
      "totalValue" : 1715,
      "totalCount" : 249,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 19.65014577259475
    },
    "unitSizeRiskDistributionPerExtension" : [ {
      "key" : "py",
      "lowRiskThreshold" : 10,
      "mediumRiskThreshold" : 20,
      "highRiskThreshold" : 50,
      "veryHighRiskThreshold" : 100,
      "negligibleRiskValue" : 760,
      "lowRiskValue" : 502,
      "mediumRiskValue" : 341,
      "highRiskValue" : 112,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 35,
      "negligibleRiskCount" : 199,
      "mediumRiskCount" : 13,
      "highRiskCount" : 2,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-10",
      "lowRiskLabel" : "11-20",
      "mediumRiskLabel" : "21-50",
      "highRiskLabel" : "51-100",
      "veryHighRiskLabel" : "101+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 19.88338192419825,
      "negligibleRiskPercentage" : 44.31486880466473,
      "totalValue" : 1715,
      "totalCount" : 249,
      "highRiskPercentage" : 6.530612244897959,
      "lowRiskPercentage" : 29.271137026239067
    } ],
    "unitSizeRiskDistributionPerComponent" : [ [ {
      "key" : "phasic_policy_gradient",
      "lowRiskThreshold" : 10,
      "mediumRiskThreshold" : 20,
      "highRiskThreshold" : 50,
      "veryHighRiskThreshold" : 100,
      "negligibleRiskValue" : 760,
      "lowRiskValue" : 502,
      "mediumRiskValue" : 341,
      "highRiskValue" : 112,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 35,
      "negligibleRiskCount" : 199,
      "mediumRiskCount" : 13,
      "highRiskCount" : 2,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-10",
      "lowRiskLabel" : "11-20",
      "mediumRiskLabel" : "21-50",
      "highRiskLabel" : "51-100",
      "veryHighRiskLabel" : "101+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 19.88338192419825,
      "negligibleRiskPercentage" : 44.31486880466473,
      "totalValue" : 1715,
      "totalCount" : 249,
      "highRiskPercentage" : 6.530612244897959,
      "lowRiskPercentage" : 29.271137026239067
    } ] ],
    "longestUnits" : [ {
      "shortName" : "def train_fn()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/train.py",
        "extension" : "py",
        "linesOfCode" : 91,
        "unitsCount" : 2,
        "unitsMcCabeIndexSum" : 10,
        "linesOfCodeInUnits" : 82
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 60,
      "mcCabeIndex" : 8,
      "numberOfParameters" : 23,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def plot_experiment()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph_util.py",
        "extension" : "py",
        "linesOfCode" : 109,
        "unitsCount" : 6,
        "unitsMcCabeIndexSum" : 38,
        "linesOfCodeInUnits" : 103
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 52,
      "mcCabeIndex" : 17,
      "numberOfParameters" : 9,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def main_pcg_sample_entry()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph.py",
        "extension" : "py",
        "linesOfCode" : 69,
        "unitsCount" : 2,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 62
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 48,
      "mcCabeIndex" : 20,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def read_tb()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 30,
      "mcCabeIndex" : 9,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def writekvs()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 27,
      "mcCabeIndex" : 9,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def format_model()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 26,
      "mcCabeIndex" : 9,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def parse_dtype()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 26,
      "mcCabeIndex" : 18,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def log()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 26,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def learn()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppo.py",
        "extension" : "py",
        "linesOfCode" : 223,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 16,
        "linesOfCodeInUnits" : 95
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 25,
      "mcCabeIndex" : 1,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def writekvs()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 24,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def dump_kwargs()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 23,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def main()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/train.py",
        "extension" : "py",
        "linesOfCode" : 91,
        "unitsCount" : 2,
        "unitsMcCabeIndexSum" : 10,
        "linesOfCodeInUnits" : 82
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 22,
      "mcCabeIndex" : 2,
      "numberOfParameters" : 0,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def multi_step()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/roller.py",
        "extension" : "py",
        "linesOfCode" : 143,
        "unitsCount" : 20,
        "unitsMcCabeIndexSum" : 46,
        "linesOfCodeInUnits" : 109
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 22,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def aux_train()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppg.py",
        "extension" : "py",
        "linesOfCode" : 214,
        "unitsCount" : 24,
        "unitsMcCabeIndexSum" : 34,
        "linesOfCodeInUnits" : 127
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 21,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 6,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def _demo()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 21,
      "mcCabeIndex" : 2,
      "numberOfParameters" : 0,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def dumpkvs()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 20,
      "mcCabeIndex" : 7,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def singles_to_multi()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/roller.py",
        "extension" : "py",
        "linesOfCode" : 143,
        "unitsCount" : 20,
        "unitsMcCabeIndexSum" : 46,
        "linesOfCodeInUnits" : 109
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 20,
      "mcCabeIndex" : 11,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def gather_roller_stats()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 19,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def single_step()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/roller.py",
        "extension" : "py",
        "linesOfCode" : 143,
        "unitsCount" : 20,
        "unitsMcCabeIndexSum" : 46,
        "linesOfCodeInUnits" : 109
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 19,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def process()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
        "extension" : "py",
        "linesOfCode" : 79,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 20,
        "linesOfCodeInUnits" : 52
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 18,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def train_with_losses_and_opt()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppo.py",
        "extension" : "py",
        "linesOfCode" : 223,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 16,
        "linesOfCodeInUnits" : 95
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 18,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def torch_setup()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 17,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def save()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 17,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def forward()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppg.py",
        "extension" : "py",
        "linesOfCode" : 214,
        "unitsCount" : 24,
        "unitsMcCabeIndexSum" : 34,
        "linesOfCodeInUnits" : 127
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 17,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 4,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def compute_advantage()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppo.py",
        "extension" : "py",
        "linesOfCode" : 223,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 16,
        "linesOfCodeInUnits" : 95
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 17,
      "mcCabeIndex" : 2,
      "numberOfParameters" : 5,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def mpi_weighted_mean()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 16,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def profile()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 16,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def read_csv()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph_util.py",
        "extension" : "py",
        "linesOfCode" : 109,
        "unitsCount" : 6,
        "unitsMcCabeIndexSum" : 38,
        "linesOfCodeInUnits" : 103
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 15,
      "mcCabeIndex" : 10,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def main()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph.py",
        "extension" : "py",
        "linesOfCode" : 69,
        "unitsCount" : 2,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 62
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 14,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 0,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def __init__()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 14,
      "mcCabeIndex" : 1,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def make_output_format()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 14,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def tree_multimap()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/tree_util.py",
        "extension" : "py",
        "linesOfCode" : 119,
        "unitsCount" : 25,
        "unitsMcCabeIndexSum" : 39,
        "linesOfCodeInUnits" : 106
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 14,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def explained_variance()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def act()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppg.py",
        "extension" : "py",
        "linesOfCode" : 214,
        "unitsCount" : 24,
        "unitsMcCabeIndexSum" : 34,
        "linesOfCodeInUnits" : 127
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 1,
      "numberOfParameters" : 4,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def learn()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppg.py",
        "extension" : "py",
        "linesOfCode" : 214,
        "unitsCount" : 24,
        "unitsMcCabeIndexSum" : 34,
        "linesOfCodeInUnits" : 127
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 1,
      "numberOfParameters" : 10,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def _fmt_item()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
        "extension" : "py",
        "linesOfCode" : 76,
        "unitsCount" : 8,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 52
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def forward()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/impala_cnn.py",
        "extension" : "py",
        "linesOfCode" : 128,
        "unitsCount" : 16,
        "unitsMcCabeIndexSum" : 27,
        "linesOfCodeInUnits" : 87
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 2,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def plot_data_mean_std()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph_util.py",
        "extension" : "py",
        "linesOfCode" : 109,
        "unitsCount" : 6,
        "unitsMcCabeIndexSum" : 38,
        "linesOfCodeInUnits" : 103
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 5,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def compute_losses()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppo.py",
        "extension" : "py",
        "linesOfCode" : 223,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 16,
        "linesOfCodeInUnits" : 95
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 1,
      "numberOfParameters" : 0,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def NormedLinear()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 12,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 4,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def sync_params()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 12,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 5,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def minibatch_gen()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
        "extension" : "py",
        "linesOfCode" : 76,
        "unitsCount" : 8,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 52
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 12,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 5,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def writekvs()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 12,
      "mcCabeIndex" : 2,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def tensor_distr_builder()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/distr_builder.py",
        "extension" : "py",
        "linesOfCode" : 30,
        "unitsCount" : 5,
        "unitsMcCabeIndexSum" : 8,
        "linesOfCodeInUnits" : 25
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 12,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def _get_local_rank_size()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 11,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def register_distributions_for_tree_util()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 11,
      "mcCabeIndex" : 1,
      "numberOfParameters" : 0,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def profile_kv()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 11,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def update()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/reward_normalizer.py",
        "extension" : "py",
        "linesOfCode" : 79,
        "unitsCount" : 8,
        "unitsMcCabeIndexSum" : 11,
        "linesOfCodeInUnits" : 49
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 11,
      "mcCabeIndex" : 2,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def walk_pytree()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/tree_util.py",
        "extension" : "py",
        "linesOfCode" : 119,
        "unitsCount" : 25,
        "unitsMcCabeIndexSum" : 39,
        "linesOfCodeInUnits" : 106
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 11,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def ema()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph_util.py",
        "extension" : "py",
        "linesOfCode" : 109,
        "unitsCount" : 6,
        "unitsMcCabeIndexSum" : 38,
        "linesOfCodeInUnits" : 103
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 11,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    } ],
    "conditionalComplexityRiskDistributionPerExtension" : [ {
      "key" : "py",
      "lowRiskThreshold" : 5,
      "mediumRiskThreshold" : 10,
      "highRiskThreshold" : 25,
      "veryHighRiskThreshold" : 50,
      "negligibleRiskValue" : 1232,
      "lowRiskValue" : 337,
      "mediumRiskValue" : 146,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 16,
      "negligibleRiskCount" : 229,
      "mediumRiskCount" : 4,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-5",
      "lowRiskLabel" : "6-10",
      "mediumRiskLabel" : "11-25",
      "highRiskLabel" : "26-50",
      "veryHighRiskLabel" : "51+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 8.513119533527696,
      "negligibleRiskPercentage" : 71.83673469387755,
      "totalValue" : 1715,
      "totalCount" : 249,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 19.65014577259475
    } ],
    "conditionalComplexityRiskDistributionPerComponent" : [ [ {
      "key" : "phasic_policy_gradient",
      "lowRiskThreshold" : 5,
      "mediumRiskThreshold" : 10,
      "highRiskThreshold" : 25,
      "veryHighRiskThreshold" : 50,
      "negligibleRiskValue" : 1232,
      "lowRiskValue" : 337,
      "mediumRiskValue" : 146,
      "highRiskValue" : 0,
      "veryHighRiskValue" : 0,
      "lowRiskCount" : 16,
      "negligibleRiskCount" : 229,
      "mediumRiskCount" : 4,
      "highRiskCount" : 0,
      "veryHighRiskCount" : 0,
      "negligibleRiskLabel" : "1-5",
      "lowRiskLabel" : "6-10",
      "mediumRiskLabel" : "11-25",
      "highRiskLabel" : "26-50",
      "veryHighRiskLabel" : "51+",
      "veryHighRiskPercentage" : 0.0,
      "mediumRiskPercentage" : 8.513119533527696,
      "negligibleRiskPercentage" : 71.83673469387755,
      "totalValue" : 1715,
      "totalCount" : 249,
      "highRiskPercentage" : 0.0,
      "lowRiskPercentage" : 19.65014577259475
    } ] ],
    "mostComplexUnits" : [ {
      "shortName" : "def main_pcg_sample_entry()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph.py",
        "extension" : "py",
        "linesOfCode" : 69,
        "unitsCount" : 2,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 62
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 48,
      "mcCabeIndex" : 20,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def parse_dtype()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 26,
      "mcCabeIndex" : 18,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def plot_experiment()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph_util.py",
        "extension" : "py",
        "linesOfCode" : 109,
        "unitsCount" : 6,
        "unitsMcCabeIndexSum" : 38,
        "linesOfCodeInUnits" : 103
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 52,
      "mcCabeIndex" : 17,
      "numberOfParameters" : 9,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def singles_to_multi()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/roller.py",
        "extension" : "py",
        "linesOfCode" : 143,
        "unitsCount" : 20,
        "unitsMcCabeIndexSum" : 46,
        "linesOfCodeInUnits" : 109
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 20,
      "mcCabeIndex" : 11,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def read_csv()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph_util.py",
        "extension" : "py",
        "linesOfCode" : 109,
        "unitsCount" : 6,
        "unitsMcCabeIndexSum" : 38,
        "linesOfCodeInUnits" : 103
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 15,
      "mcCabeIndex" : 10,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def format_model()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 26,
      "mcCabeIndex" : 9,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def writekvs()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 27,
      "mcCabeIndex" : 9,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def read_tb()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 30,
      "mcCabeIndex" : 9,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def train_fn()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/train.py",
        "extension" : "py",
        "linesOfCode" : 91,
        "unitsCount" : 2,
        "unitsMcCabeIndexSum" : 10,
        "linesOfCodeInUnits" : 82
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 60,
      "mcCabeIndex" : 8,
      "numberOfParameters" : 23,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def dumpkvs()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 20,
      "mcCabeIndex" : 7,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def rcm()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 7,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 4,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def log()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 26,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def save()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 17,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def _fmt_item()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
        "extension" : "py",
        "linesOfCode" : 76,
        "unitsCount" : 8,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 52
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def mpi_weighted_mean()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 16,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def writekvs()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 24,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def make_output_format()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 14,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def residual()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/impala_cnn.py",
        "extension" : "py",
        "linesOfCode" : 128,
        "unitsCount" : 16,
        "unitsMcCabeIndexSum" : 27,
        "linesOfCodeInUnits" : 87
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 10,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def tree_multimap()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/tree_util.py",
        "extension" : "py",
        "linesOfCode" : 119,
        "unitsCount" : 25,
        "unitsMcCabeIndexSum" : 39,
        "linesOfCodeInUnits" : 106
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 14,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def process()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/vec_monitor2.py",
        "extension" : "py",
        "linesOfCode" : 79,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 20,
        "linesOfCodeInUnits" : 52
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 18,
      "mcCabeIndex" : 6,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def torch_setup()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 17,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def gather_roller_stats()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 19,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def aux_train()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppg.py",
        "extension" : "py",
        "linesOfCode" : 214,
        "unitsCount" : 24,
        "unitsMcCabeIndexSum" : 34,
        "linesOfCodeInUnits" : 127
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 21,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 6,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def minibatch_gen()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
        "extension" : "py",
        "linesOfCode" : 76,
        "unitsCount" : 8,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 52
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 12,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 5,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def multi_step()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/roller.py",
        "extension" : "py",
        "linesOfCode" : 143,
        "unitsCount" : 20,
        "unitsMcCabeIndexSum" : 46,
        "linesOfCodeInUnits" : 109
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 22,
      "mcCabeIndex" : 5,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def batch_len()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 9,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def NormedLinear()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 12,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 4,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def flatten_tensors()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 8,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def sync_params()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 12,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 5,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def forward()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppg.py",
        "extension" : "py",
        "linesOfCode" : 214,
        "unitsCount" : 24,
        "unitsMcCabeIndexSum" : 34,
        "linesOfCodeInUnits" : 127
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 17,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 4,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def __eq__()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/tree_util.py",
        "extension" : "py",
        "linesOfCode" : 119,
        "unitsCount" : 25,
        "unitsMcCabeIndexSum" : 39,
        "linesOfCodeInUnits" : 106
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 9,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def plot_data_mean_std()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph_util.py",
        "extension" : "py",
        "linesOfCode" : 109,
        "unitsCount" : 6,
        "unitsMcCabeIndexSum" : 38,
        "linesOfCodeInUnits" : 103
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 5,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def train_with_losses_and_opt()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppo.py",
        "extension" : "py",
        "linesOfCode" : 223,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 16,
        "linesOfCodeInUnits" : 95
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 18,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def single_step()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/roller.py",
        "extension" : "py",
        "linesOfCode" : 143,
        "unitsCount" : 20,
        "unitsMcCabeIndexSum" : 46,
        "linesOfCodeInUnits" : 109
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 19,
      "mcCabeIndex" : 4,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def have_cuda()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 4,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 0,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def _get_local_rank_size()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 11,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def explained_variance()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 13,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def warn_no_gradient()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/torch_util.py",
        "extension" : "py",
        "linesOfCode" : 386,
        "unitsCount" : 50,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 284
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 4,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def __call__()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 10,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def _flatten()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 2,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def _nanmoments_local()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/log_save_helper.py",
        "extension" : "py",
        "linesOfCode" : 130,
        "unitsCount" : 10,
        "unitsMcCabeIndexSum" : 36,
        "linesOfCodeInUnits" : 105
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 8,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def get_procgen_venv()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/envs.py",
        "extension" : "py",
        "linesOfCode" : 14,
        "unitsCount" : 2,
        "unitsMcCabeIndexSum" : 4,
        "linesOfCodeInUnits" : 11
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 8,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 5,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def make_minibatches()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/ppg.py",
        "extension" : "py",
        "linesOfCode" : 214,
        "unitsCount" : 24,
        "unitsMcCabeIndexSum" : 34,
        "linesOfCodeInUnits" : 127
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 9,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def main()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/graph.py",
        "extension" : "py",
        "linesOfCode" : 69,
        "unitsCount" : 2,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 62
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 14,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 0,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def _fmt_row()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
        "extension" : "py",
        "linesOfCode" : 76,
        "unitsCount" : 8,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 52
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 5,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 3,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def dict_mean()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/minibatch_optimize.py",
        "extension" : "py",
        "linesOfCode" : 76,
        "unitsCount" : 8,
        "unitsMcCabeIndexSum" : 23,
        "linesOfCodeInUnits" : 52
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 2,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def writeseq()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 8,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def writekvs()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 6,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def profile_kv()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 11,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 2,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    }, {
      "shortName" : "def profile()",
      "longName" : "",
      "sourceFile" : {
        "relativePath" : "phasic_policy_gradient/logger.py",
        "extension" : "py",
        "linesOfCode" : 415,
        "unitsCount" : 51,
        "unitsMcCabeIndexSum" : 114,
        "linesOfCodeInUnits" : 366
      },
      "startLine" : 0,
      "endLine" : 0,
      "linesOfCode" : 16,
      "mcCabeIndex" : 3,
      "numberOfParameters" : 1,
      "numberOfLiterals" : 0,
      "numberOfStatements" : 0,
      "numberOfExpressions" : 0,
      "children" : [ ]
    } ]
  },
  "duplicationAnalysisResults" : {
    "overallDuplication" : {
      "key" : "system",
      "numberOfDuplicates" : 0,
      "cleanedLinesOfCode" : 2232,
      "duplicatedLinesOfCode" : 0,
      "numberOfFilesWithDuplicates" : 0,
      "duplicationPercentage" : 0.0
    },
    "duplicationPerComponent" : [ [ {
      "key" : "ROOT",
      "numberOfDuplicates" : 0,
      "cleanedLinesOfCode" : 5,
      "duplicatedLinesOfCode" : 0,
      "numberOfFilesWithDuplicates" : 0,
      "duplicationPercentage" : 0.0
    }, {
      "key" : "phasic_policy_gradient",
      "numberOfDuplicates" : 0,
      "cleanedLinesOfCode" : 2227,
      "duplicatedLinesOfCode" : 0,
      "numberOfFilesWithDuplicates" : 0,
      "duplicationPercentage" : 0.0
    } ] ],
    "duplicationPerConcern" : [ ],
    "duplicationPerExtension" : [ ],
    "longestDuplicates" : [ ],
    "mostFrequentDuplicates" : [ ]
  },
  "contributorsAnalysisResults" : {
    "latestCommitDate" : "2020-12-11",
    "contributors" : [ {
      "email" : "karl@openai.com",
      "commitsCount" : 1,
      "commitsCount30Days" : 0,
      "commitsCount90Days" : 0,
      "commitsCount180Days" : 0,
      "commitsCount365Days" : 0,
      "firstCommitDate" : "2020-12-11",
      "latestCommitDate" : "2020-12-11",
      "activeYears" : [ "2020" ],
      "commitDates" : [ "2020-12-11" ],
      "bot" : false,
      "active" : false,
      "rookie" : false
    } ],
    "contributorsPerYear" : [ {
      "timeSlot" : "2020",
      "contributorsCount" : 1,
      "commitsCount" : 1
    } ],
    "contributorsPerMonth" : [ {
      "timeSlot" : "2020-12",
      "contributorsCount" : 1,
      "commitsCount" : 1
    } ],
    "contributorsPerDay" : [ {
      "timeSlot" : "2020-12-11",
      "contributorsCount" : 1,
      "commitsCount" : 1
    } ],
    "contributorsPerWeek" : [ {
      "timeSlot" : "2020-12-07",
      "contributorsCount" : 1,
      "commitsCount" : 1
    } ],
    "commitsPerExtensions" : [ {
      "extension" : "md",
      "commitsCount" : 1,
      "committers" : [ "karl@openai.com" ],
      "filesCount" : 1,
      "commitsCount30Days" : 0,
      "committers30Days" : [ ],
      "filesCount30Days" : 0,
      "commitsCount90Days" : 0,
      "committers90Days" : [ ],
      "filesCount90Days" : 0,
      "contributorPerExtensionStats" : [ {
        "contributor" : "karl@openai.com",
        "fileUpdates30Days" : 0,
        "fileUpdates90Days" : 0,
        "fileUpdates" : 1
      } ]
    }, {
      "extension" : "py",
      "commitsCount" : 1,
      "committers" : [ "karl@openai.com" ],
      "filesCount" : 1,
      "commitsCount30Days" : 0,
      "committers30Days" : [ ],
      "filesCount30Days" : 0,
      "commitsCount90Days" : 0,
      "committers90Days" : [ ],
      "filesCount90Days" : 0,
      "contributorPerExtensionStats" : [ {
        "contributor" : "karl@openai.com",
        "fileUpdates30Days" : 0,
        "fileUpdates90Days" : 0,
        "fileUpdates" : 1
      } ]
    } ]
  },
  "numberOfExcludedFiles" : 5,
  "excludedExtensions" : {
    "" : 1,
    "txt" : 1,
    "gitignore" : 1,
    "json" : 1,
    "yaml" : 1
  },
  "analysisStartTimeMs" : 1744625071172,
  "maxLinesOfCode" : 2367,
  "maxFileCount" : 19
}