facebookresearch / rlmeta
File Age

File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).

Summary
  • Number of files: 34
  • Daily file updates (only one update per file and date counted): 37
  • First update: 2021-12-31
  • Latest update: 2022-01-19
  • Days between first and latest update: 20 (2 weeks, estimated 10 working days)
  • Active days (at least one file change): 5
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 24 files with 2,423 lines of code in files.
    • 0 files that are 366+ days old (0 lines of code)
    • 0 files that are 181-365 days old (0 lines of code)
    • 0 files that are 91-180 days old (0 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 24 files that are 1-30 days old (2,423 lines of code)
0% | 0% | 0% | 0% | 100%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 24 files with 2,423 lines of code in files.
    • 0 files have been last changed 366+ days ago (0 lines of code)
    • 0 files have been last changed 181-365 days ago (0 lines of code)
    • 0 files have been last changed 91-180 days ago (0 lines of code)
    • 0 files have been last changed 31-90 days ago (0 lines of code)
    • 24 files have been last changed 1-30 days ago (2,423 lines of code)
0% | 0% | 0% | 0% | 100%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
py, h, txt, md, cc, rst, yaml, gitignore, clang-format, bat, json, gitmodules
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
py0% | 0% | 0% | 0% | 100%
h0% | 0% | 0% | 0% | 100%
cc0% | 0% | 0% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
py0% | 0% | 0% | 0% | 100%
h0% | 0% | 0% | 0% | 100%
cc0% | 0% | 0% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
rlmeta/core0% | 0% | 0% | 0% | 100%
rlmeta/cc0% | 0% | 0% | 0% | 100%
rlmeta/envs0% | 0% | 0% | 0% | 100%
rlmeta/agents/dqn0% | 0% | 0% | 0% | 100%
rlmeta/agents/ppo0% | 0% | 0% | 0% | 100%
rlmeta/utils0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
rlmeta/agents0% | 0% | 0% | 0% | 100%
rlmeta0% | 0% | 0% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
rlmeta/core0% | 0% | 0% | 0% | 100%
rlmeta/cc0% | 0% | 0% | 0% | 100%
rlmeta/envs0% | 0% | 0% | 0% | 100%
rlmeta/agents/dqn0% | 0% | 0% | 0% | 100%
rlmeta/agents/ppo0% | 0% | 0% | 0% | 100%
rlmeta/utils0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
rlmeta/agents0% | 0% | 0% | 0% | 100%
rlmeta0% | 0% | 0% | 0% | 0%
Oldest Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
loop.py
in rlmeta/core
263 34 26 26 1
replay_buffer.py
in rlmeta/core
240 38 26 26 1
atari_wrappers.py
in rlmeta/envs
214 31 26 26 1
apex_dqn_agent.py
in rlmeta/agents/dqn
198 13 18 26 3
ppo_agent.py
in rlmeta/agents/ppo
189 8 21 26 2
server.py
in rlmeta/core
126 21 26 26 1
remote.py
in rlmeta/core
93 14 26 26 1
gym_wrappers.py
in rlmeta/envs
91 14 7 26 3
data_utils.py
in rlmeta/utils
76 11 26 26 1
stats_dict.py
in rlmeta/utils
68 17 26 26 1
setup.py
in root
64 4 16 26 2
model.py
in rlmeta/core
58 11 26 26 1
segment_tree.py
in rlmeta/core
54 13 26 26 1
agent.py
in rlmeta/agents
54 10 21 26 2
controller.py
in rlmeta/core
51 10 26 26 1
rescaler.py
in rlmeta/core
44 12 26 26 1
running_stats.py
in rlmeta/utils
41 8 26 26 1
wrappers.py
in rlmeta/envs
30 7 26 26 1
env.py
in rlmeta/envs
20 6 21 26 2
dqn_model.py
in rlmeta/agents/dqn
19 5 18 26 2
Files Not Recently Changed (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
launchable.py
in rlmeta/core
6 2 26 26 1
ppo_model.py
in rlmeta/agents/ppo
12 2 26 26 1
asycio_utils.py
in rlmeta/utils
13 2 26 26 1
wrappers.py
in rlmeta/envs
30 7 26 26 1
running_stats.py
in rlmeta/utils
41 8 26 26 1
rescaler.py
in rlmeta/core
44 12 26 26 1
controller.py
in rlmeta/core
51 10 26 26 1
segment_tree.py
in rlmeta/core
54 13 26 26 1
model.py
in rlmeta/core
58 11 26 26 1
stats_dict.py
in rlmeta/utils
68 17 26 26 1
data_utils.py
in rlmeta/utils
76 11 26 26 1
remote.py
in rlmeta/core
93 14 26 26 1
server.py
in rlmeta/core
126 21 26 26 1
atari_wrappers.py
in rlmeta/envs
214 31 26 26 1
replay_buffer.py
in rlmeta/core
240 38 26 26 1
loop.py
in rlmeta/core
263 34 26 26 1
env.py
in rlmeta/envs
20 6 21 26 2
agent.py
in rlmeta/agents
54 10 21 26 2
ppo_agent.py
in rlmeta/agents/ppo
189 8 21 26 2
dqn_model.py
in rlmeta/agents/dqn
19 5 18 26 2
Most Recently Created Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
cc
nested_utils.cc
in rlmeta/cc
185 11
cc
circular_buffer.cc
in rlmeta/cc
110 10
circular_buffer.h
in rlmeta/cc
34 5
torch_utils.h
in rlmeta/cc
21 -
nested_utils.h
in rlmeta/cc
19 -
cc
pybind.cc
in rlmeta/cc
15 -
types.py
in rlmeta/core
13 -
remote_utils.py
in rlmeta/utils
8 1
moolib_utils.py
in rlmeta/utils
5 2
__init__.py
in rlmeta
1 -
segment_tree.h
in rlmeta/cc
399 30 18 18 1
loop.py
in rlmeta/core
263 34 26 26 1
replay_buffer.py
in rlmeta/core
240 38 26 26 1
atari_wrappers.py
in rlmeta/envs
214 31 26 26 1
apex_dqn_agent.py
in rlmeta/agents/dqn
198 13 18 26 3
ppo_agent.py
in rlmeta/agents/ppo
189 8 21 26 2
server.py
in rlmeta/core
126 21 26 26 1
remote.py
in rlmeta/core
93 14 26 26 1
gym_wrappers.py
in rlmeta/envs
91 14 7 26 3
data_utils.py
in rlmeta/utils
76 11 26 26 1
Most Recently Changed Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
cc
nested_utils.cc
in rlmeta/cc
185 11
cc
circular_buffer.cc
in rlmeta/cc
110 10
circular_buffer.h
in rlmeta/cc
34 5
torch_utils.h
in rlmeta/cc
21 -
nested_utils.h
in rlmeta/cc
19 -
cc
pybind.cc
in rlmeta/cc
15 -
types.py
in rlmeta/core
13 -
remote_utils.py
in rlmeta/utils
8 1
moolib_utils.py
in rlmeta/utils
5 2
__init__.py
in rlmeta
1 -
gym_wrappers.py
in rlmeta/envs
91 14 7 26 3
setup.py
in root
64 4 16 26 2
segment_tree.h
in rlmeta/cc
399 30 18 18 1
apex_dqn_agent.py
in rlmeta/agents/dqn
198 13 18 26 3
dqn_model.py
in rlmeta/agents/dqn
19 5 18 26 2
ppo_agent.py
in rlmeta/agents/ppo
189 8 21 26 2
agent.py
in rlmeta/agents
54 10 21 26 2
env.py
in rlmeta/envs
20 6 21 26 2
loop.py
in rlmeta/core
263 34 26 26 1
replay_buffer.py
in rlmeta/core
240 38 26 26 1