facebookresearch / deep_bisim4control
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 51 files with 6,201 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,123 lines of code)
    • 6 medium size files (1,689 lines of codeclsfd_ftr_w_mp_ins)
    • 16 small files (2,114 lines of code)
    • 27 very small files (1,275 lines of code)
0% | 18% | 27% | 34% | 20%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 18% | 27% | 34% | 20%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
CARLA_0.9.6/PythonAPI0% | 100% | 0% | 0% | 0%
CARLA_0.9.8/PythonAPI0% | 100% | 0% | 0% | 0%
agent0% | 0% | 99% | 0% | <1%
ROOT0% | 0% | 44% | 36% | 19%
local_dm_control_suite0% | 0% | 13% | 49% | 37%
dmc2gym0% | 0% | 0% | 85% | 14%
local_dm_control_suite/utils0% | 0% | 0% | 78% | 21%
distractors0% | 0% | 0% | 95% | 4%
local_dm_control_suite/wrappers0% | 0% | 0% | 0% | 100%
local_dm_control_suite/common0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
carla_env.py
in CARLA_0.9.6/PythonAPI/carla/agents/navigation
562 33
carla_env.py
in CARLA_0.9.8/PythonAPI/carla/agents/navigation
561 33
train.py
in root
369 5
baseline_agent.py
in agent
284 15
quadruped.py
in local_dm_control_suite
282 33
graph_utils.py
in root
263 7
deepmdp_agent.py
in agent
246 12
bisim_agent.py
in agent
245 12
manipulator.py
in local_dm_control_suite
194 17
wrappers.py
in dmc2gym
168 13
parse_amc.py
in local_dm_control_suite/utils
153 9
utils.py
in root
144 17
logger.py
in root
139 21
cartpole.py
in local_dm_control_suite
137 17
lqr.py
in local_dm_control_suite
131 14
stacker.py
in local_dm_control_suite
128 12
sac_ae.py
in root
125 11
humanoid.py
in local_dm_control_suite
124 16
swimmer.py
in local_dm_control_suite
124 15
finger.py
in local_dm_control_suite
121 21
encoder.py
in root
110 14
natural_imgsource.py
in dmc2gym
109 19
n_body_problem.py
in distractors
104 7
humanoid_CMU.py
in local_dm_control_suite
103 14
fish.py
in local_dm_control_suite
96 16
walker.py
in local_dm_control_suite
80 12
train_vae.py
in root
78 2
transition_model.py
in root
74 12
hopper.py
in local_dm_control_suite
72 10
__init__.py
in local_dm_control_suite
68 4
point_mass.py
in local_dm_control_suite
67 9
pixels.py
in local_dm_control_suite/wrappers
62 7
acrobot.py
in local_dm_control_suite
62 12
lqr_solver.py
in local_dm_control_suite
59 2
reacher.py
in local_dm_control_suite
59 9
decoder.py
in root
58 4
explore.py
in local_dm_control_suite
53 2
ball_in_cup.py
in local_dm_control_suite
48 7
cheetah.py
in local_dm_control_suite
47 6
__init__.py
in dmc2gym
46 1
pendulum.py
in local_dm_control_suite
45 9
base.py
in local_dm_control_suite
44 9
randomizers.py
in local_dm_control_suite/utils
41 2
video.py
in root
38 4
action_noise.py
in local_dm_control_suite/wrappers
29 6
conda_env.yml
in root
25 -
__init__.py
in local_dm_control_suite/common
16 1
render_n_body_problem_envs.py
in distractors
5 -
__init__.py
in agent
1 -
__init__.py
in local_dm_control_suite/wrappers
1 -
Files With Most Units (Top 20)
File# lines# units
carla_env.py
in CARLA_0.9.8/PythonAPI/carla/agents/navigation
561 33
carla_env.py
in CARLA_0.9.6/PythonAPI/carla/agents/navigation
562 33
quadruped.py
in local_dm_control_suite
282 33
logger.py
in root
139 21
finger.py
in local_dm_control_suite
121 21
natural_imgsource.py
in dmc2gym
109 19
utils.py
in root
144 17
manipulator.py
in local_dm_control_suite
194 17
cartpole.py
in local_dm_control_suite
137 17
humanoid.py
in local_dm_control_suite
124 16
fish.py
in local_dm_control_suite
96 16
baseline_agent.py
in agent
284 15
swimmer.py
in local_dm_control_suite
124 15
encoder.py
in root
110 14
humanoid_CMU.py
in local_dm_control_suite
103 14
lqr.py
in local_dm_control_suite
131 14
wrappers.py
in dmc2gym
168 13
bisim_agent.py
in agent
245 12
deepmdp_agent.py
in agent
246 12
transition_model.py
in root
74 12
Files With Long Lines (Top 6)

There are 6 files with lines longer than 120 characters. In total, there are 47 long lines.

File# lines# units# long lines
carla_env.py
in CARLA_0.9.8/PythonAPI/carla/agents/navigation
561 33 19
carla_env.py
in CARLA_0.9.6/PythonAPI/carla/agents/navigation
562 33 17
train.py
in root
369 5 5
natural_imgsource.py
in dmc2gym
109 19 3
wrappers.py
in dmc2gym
168 13 2
utils.py
in root
144 17 1