openai / safety-gym
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 2 components.
  • 12 files, 2,048 LOC (100.0% vs. main code).
  • "safety_gym" is biggest, containing 99.22% of LOC.
  • "ROOT" is smallest, containing 0.78% of LOC.


safety_gym2032 LOC (99%) 11 files
ROOT16 LOC (<1%) 1 file


2025-04-14 11:54