tensorflow / agents
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: 261
  • Daily file updates (only one update per file and date counted): 1250
  • First update: 2018-11-06
  • Latest update: 2022-02-02
  • Days between first and latest update: 1185 (169 weeks, estimated 845 working days)
  • Active days (at least one file change): 716
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 261 files with 28,226 lines of code in files.
    • 242 files that are 366+ days old (25,631 lines of code)
    • 9 files that are 181-365 days old (1,185 lines of code)
    • 7 files that are 91-180 days old (1,208 lines of code)
    • 3 files that are 31-90 days old (202 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
90% | 4% | 4% | <1% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 261 files with 28,226 lines of code in files.
    • 83 files have been last changed 366+ days ago (4,680 lines of code)
    • 29 files have been last changed 181-365 days ago (2,048 lines of code)
    • 11 files have been last changed 91-180 days ago (1,811 lines of code)
    • 132 files have been last changed 31-90 days ago (18,641 lines of code)
    • 6 files have been last changed 1-30 days ago (1,046 lines of code)
16% | 7% | 6% | 66% | 3%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
py, md, ipynb, txt, sh, yaml, in, gitignore, spec, json
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
py90% | 4% | 4% | <1% | 0%
in100% | 0% | 0% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
py16% | 7% | 6% | 66% | 3%
in100% | 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
tf_agents/bandits91% | 4% | 0% | 3% | 0%
tf_agents/agents83% | 9% | 7% | 0% | 0%
tf_agents/utils100% | 0% | 0% | 0% | 0%
tf_agents/policies71% | 4% | 23% | 0% | 0%
tf_agents/environments100% | 0% | 0% | 0% | 0%
tf_agents/replay_buffers100% | 0% | 0% | 0% | 0%
tf_agents/networks100% | 0% | 0% | 0% | 0%
tf_agents/metrics100% | 0% | 0% | 0% | 0%
tf_agents/train77% | 22% | 0% | 0% | 0%
tf_agents/trajectories100% | 0% | 0% | 0% | 0%
tf_agents/keras_layers95% | 4% | 0% | 0% | 0%
tf_agents/distributions100% | 0% | 0% | 0% | 0%
tf_agents/benchmark88% | 0% | 11% | 0% | 0%
tools100% | 0% | 0% | 0% | 0%
tf_agents/drivers100% | 0% | 0% | 0% | 0%
ROOT100% | 0% | 0% | 0% | 0%
tf_agents/system100% | 0% | 0% | 0% | 0%
tf_agents/eval100% | 0% | 0% | 0% | 0%
tf_agents/typing100% | 0% | 0% | 0% | 0%
tf_agents100% | 0% | 0% | 0% | 0%
tf_agents/experimental100% | 0% | 0% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
tf_agents/replay_buffers52% | 23% | 0% | 10% | 12%
tf_agents/networks34% | 22% | 0% | 42% | 0%
tf_agents/utils18% | 15% | 41% | 23% | 0%
tf_agents/keras_layers69% | 4% | 0% | 26% | 0%
tf_agents/metrics44% | 0% | 14% | 41% | 0%
tools100% | 0% | 0% | 0% | 0%
tf_agents/environments12% | 1% | 2% | 83% | 0%
tf_agents/agents4% | 2% | 1% | 91% | 0%
tf_agents/bandits3% | 1% | 0% | 95% | 0%
tf_agents/distributions31% | 0% | 0% | 68% | 0%
tf_agents/train13% | 26% | 20% | 38% | 0%
tf_agents/drivers39% | 27% | 0% | 33% | 0%
tf_agents/benchmark21% | 6% | 40% | 31% | 0%
tf_agents/eval100% | 0% | 0% | 0% | 0%
tf_agents/policies2% | 2% | 1% | 76% | 16%
tf_agents/experimental100% | 0% | 0% | 0% | 0%
tf_agents79% | 0% | 0% | 20% | 0%
tf_agents/system24% | 0% | 75% | 0% | 0%
tf_agents/typing1% | 0% | 0% | 98% | 0%
ROOT<1% | 0% | 0% | 0% | 99%
tf_agents/trajectories0% | 3% | 0% | 96% | 0%
Oldest Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
ppo_agent.py
in tf_agents/agents/ppo
903 22 62 1186 90
common.py
in tf_agents/utils
627 55 99 1186 81
wrappers.py
in tf_agents/environments
586 79 80 1186 48
nest_utils.py
in tf_agents/utils
584 38 65 1186 50
td3_agent.py
in tf_agents/agents/td3
330 7 65 1186 48
network.py
in tf_agents/networks
311 23 64 1186 45
dqn_agent.py
in tf_agents/agents/dqn
306 13 65 1186 73
tf_metrics.py
in tf_agents/metrics
283 43 424 1186 20
eager_utils.py
in tf_agents/utils
283 14 160 1186 27
reinforce_agent.py
in tf_agents/agents/reinforce
276 10 65 1186 45
parallel_py_environment.py
in tf_agents/environments
253 30 80 1186 29
tf_policy.py
in tf_agents/policies
252 21 80 1186 48
ddpg_agent.py
in tf_agents/agents/ddpg
252 8 65 1186 44
utils.py
in tf_agents/distributions
246 29 65 1186 23
setup.py
in root
242 13 3 1186 51
tensor_normalizer.py
in tf_agents/utils
225 21 269 1186 22
tf_agent.py
in tf_agents/agents
222 24 65 1186 57
tf_py_environment.py
in tf_agents/environments
185 12 80 1186 32
py_metrics.py
in tf_agents/metrics
166 33 65 1186 14
encoding_network.py
in tf_agents/networks
157 3 235 1186 40
Files Not Recently Changed (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
in
MANIFEST.in
in root
1 - 450 450 1
__init__.py
in tf_agents/agents/reinforce
1 - 424 1186 4
__init__.py
in tf_agents/agents/dqn
1 - 424 1186 4
__init__.py
in tf_agents/agents/td3
1 - 424 1186 4
__init__.py
in tf_agents/agents/behavioral_cloning
1 - 424 1152 4
__init__.py
in tf_agents/agents/sac
1 - 424 1109 3
__init__.py
in tf_agents/agents/categorical_dqn
1 - 424 921 2
__init__.py
in tf_agents/train/utils
1 - 424 428 2
__init__.py
in tf_agents/benchmark
1 - 424 815 2
__init__.py
in tf_agents/typing
1 - 424 634 3
__init__.py
in tf_agents/eval
1 - 424 1030 3
__init__.py
in tf_agents/system/default
1 - 424 639 2
__init__.py
in tf_agents/system
1 - 424 639 3
__init__.py
in tf_agents/bandits/metrics
1 - 424 876 2
__init__.py
in tf_agents/bandits/drivers
1 - 424 876 2
__init__.py
in tf_agents/bandits/multi_objective
1 - 424 588 2
__init__.py
in tf_agents/agents/random
2 - 424 721 2
__init__.py
in tf_agents/bandits/networks
2 - 424 784 3
__init__.py
in tf_agents/drivers
4 - 424 1186 4
__init__.py
in tf_agents/distributions
4 - 424 1186 4
Most Recently Created Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
bandit_replay_buffer.py
in tf_agents/bandits/replay_buffers
2 - 60 60 1
bernoulli_thompson_sampling_agent.py
in tf_agents/bandits/agents
97 6 73 80 3
bernoulli_thompson_sampling_policy.py
in tf_agents/bandits/policies
103 3 73 81 2
cql_sac_benchmark.py
in tf_agents/benchmark
46 2 65 91 2
qtopt_agent.py
in tf_agents/agents/qtopt
382 17 65 128 3
qtopt_cem_policy.py
in tf_agents/policies
300 12 87 132 4
cem_actions_sampler_continuous_and_one_hot.py
in tf_agents/policies/samplers
293 4 2 133 4
cem_actions_sampler_continuous.py
in tf_agents/policies/samplers
114 3 23 133 2
cem_actions_sampler_hybrid.py
in tf_agents/policies/samplers
43 3 133 133 1
cem_actions_sampler.py
in tf_agents/policies/samplers
30 5 23 133 2
__init__.py
in tf_agents/agents/cql
1 - 190 190 1
cql_sac_agent.py
in tf_agents/agents/cql
454 13 65 218 4
permanent_variable_rate_dropout.py
in tf_agents/keras_layers
24 3 238 238 1
neural_boltzmann_agent.py
in tf_agents/bandits/agents
64 1 80 248 3
boltzmann_reward_prediction_policy.py
in tf_agents/bandits/policies
207 5 65 249 3
ppo_actor_network.py
in tf_agents/agents/ppo
62 3 282 303 3
utils.py
in tf_agents/policies
161 11 80 322 4
ppo_learner.py
in tf_agents/train
138 5 186 330 8
ppo_learner_test_utils.py
in tf_agents/train
74 4 330 330 1
ppo_benchmark.py
in tf_agents/benchmark
45 6 87 395 4
Most Recently Changed Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
cem_actions_sampler_continuous_and_one_hot.py
in tf_agents/policies/samplers
293 4 2 133 4
setup.py
in root
242 13 3 1186 51
reverb_replay_buffer.py
in tf_agents/replay_buffers
252 16 10 577 15
cem_actions_sampler_continuous.py
in tf_agents/policies/samplers
114 3 23 133 2
cem_actions_sampler.py
in tf_agents/policies/samplers
30 5 23 133 2
py_tf_eager_policy.py
in tf_agents/policies
115 11 29 910 24
triggers.py
in tf_agents/train
131 7 37 428 12
masked.py
in tf_agents/distributions
49 5 56 1186 14
learner.py
in tf_agents/train
238 10 57 428 18
fixed_policy.py
in tf_agents/policies
61 5 57 1186 20
bandit_replay_buffer.py
in tf_agents/bandits/replay_buffers
2 - 60 60 1
ppo_agent.py
in tf_agents/agents/ppo
903 22 62 1186 90
network.py
in tf_agents/networks
311 23 64 1186 45
nest_utils.py
in tf_agents/utils
584 38 65 1186 50
cql_sac_agent.py
in tf_agents/agents/cql
454 13 65 218 4
sac_agent.py
in tf_agents/agents/sac
452 16 65 1115 61
qtopt_agent.py
in tf_agents/agents/qtopt
382 17 65 128 3
trajectory.py
in tf_agents/trajectories
349 22 65 1029 23
td3_agent.py
in tf_agents/agents/td3
330 7 65 1186 48
categorical_dqn_agent.py
in tf_agents/agents/categorical_dqn
324 6 65 961 24