answers dict | context stringlengths 1 191 | id stringlengths 24 24 | question stringclasses 10
values | title stringclasses 1
value |
|---|---|---|---|---|
{
"answer_start": [
7
],
"text": [
"double ent_coef : 0.0619"
]
} | double ent_coef : 0.0619 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double totalTimestepsVar_HP : 0.088"
]
} | double totalTimestepsVar_HP : 0.088 | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
47
],
"text": [
""
]
} | self, | 817f8828b4dc42108e9fe5d2 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int totalTimesteps_HP = 6"
]
} | int totalTimesteps_HP = 6 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int HP_eta : 2"
]
} | int HP_eta : 2 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
116
],
"text": [
""
]
} | laneCenter.x = (pointPair.at(0).coord.x + pointPair.at(1).coord.x) / 2.0f; | c0fe780a751b41489bf49d3f | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
64
],
"text": [
""
]
} | var dy = (H - 50) / n; | a7041954cb3141ed8a786c6a | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float modelDirectoryPath_HP = 0.05"
]
} | float modelDirectoryPath_HP = 0.05 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float network_eval_at : 0.016115"
]
} | float network_eval_at : 0.016115 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"delta_std = 0.006848"
]
} | delta_std = 0.006848 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
114
],
"text": [
""
]
} | TransformProcess transformProcess = new TransformProcess.Builder(schema) | ec7c1494cedb4a78b7dc0c1c | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double frameStack : 0.00393"
]
} | double frameStack : 0.00393 | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
69
],
"text": [
""
]
} | Vl_releaseVertexLookup(vc); | f84b51f843b542fa8e7ac5c0 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
64
],
"text": [
""
]
} | filter_dilation=None): | ac3f367d782f46ada833ad7c | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
46
],
"text": [
""
]
} | if ( | 5c0db6cffab146148b62d16c | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
101
],
"text": [
""
]
} | `f` but only on shapes and dtypes (a.k.a. shape inference). | b9e6a772b2254b73b07b1664 | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"policy_lr_schedule = 0.02062"
]
} | policy_lr_schedule = 0.02062 | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | } | f99f772b0c084453951ccdf4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double hparam_episodes : 0.07"
]
} | double hparam_episodes : 0.07 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | } | 19252d0a491d4aa38068f5a7 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"HP_learningRate : 0.07762"
]
} | HP_learningRate : 0.07762 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int hparam_modelZipFilePath = 2"
]
} | int hparam_modelZipFilePath = 2 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int hparam_lr : 1"
]
} | int hparam_lr : 1 | bf966ab52cb048988685c9de | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
138
],
"text": [
""
]
} | Returns tuple (dag_id,task_id) retrieved from the command (replaced with None values if missing) | 4bf830938d71487396708e27 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
68
],
"text": [
""
]
} | this.rot1 = action[0] * 1; | ebc851e92be64e84ae1d72f4 | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
5
],
"text": [
"bool useSde : False"
]
} | bool useSde : False | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
75
],
"text": [
""
]
} | #include <torchcraft/constants.h> | 3c43552c106f4e0fb2f94453 | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
67
],
"text": [
""
]
} | "landmarks": landmarks, | 5dc82549e0d74098a92a3dcc | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
85
],
"text": [
""
]
} | self.execute_work(key=key, command=command) | e4ed50c00eab4c2b84756424 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double HP_learningRateVar : 0.06"
]
} | double HP_learningRateVar : 0.06 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float train_model : 0.1"
]
} | float train_model : 0.1 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
5
],
"text": [
"bool normalize_advantage = False"
]
} | bool normalize_advantage = False | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | } | 2692e97e8d664a12a50a9719 | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double eta_HP : 0.03"
]
} | double eta_HP : 0.03 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
44
],
"text": [
""
]
} | ); | 1986c36a99bb4dc99e953064 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
5
],
"text": [
"bool useSde : True"
]
} | bool useSde : True | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double learningRate_HP : 0.095903"
]
} | double learningRate_HP : 0.095903 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
86
],
"text": [
""
]
} | current_interval_id = setInterval(tick, 30); | ba81c26eb8924818a52da566 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int n_delta = 7"
]
} | int n_delta = 7 | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
62
],
"text": [
""
]
} | img_name = values[0] | 0ea4b3ef3a7b442da4c3e896 | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double frame_stack : 0.06"
]
} | double frame_stack : 0.06 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
87
],
"text": [
""
]
} | node.coord.x = coords->FloatAttribute("x"); | 7a2ca2c377634ff3b969ca77 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"online_sampling : True"
]
} | online_sampling : True | 2e14fc54878748978b524c13 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int hparam_episodes = 2"
]
} | int hparam_episodes = 2 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
60
],
"text": [
""
]
} | a.angle -= a.rot1; | dba2915c3e32430bb5f35748 | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"normalize : True"
]
} | normalize : True | 2e14fc54878748978b524c13 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float policy_n_steps_per_epoch = 0.013"
]
} | float policy_n_steps_per_epoch = 0.013 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
48
],
"text": [
""
]
} | """ | fbf6a07b0b2c45ddbf2b14de | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int n_sampled_goal = 3"
]
} | int n_sampled_goal = 3 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
82
],
"text": [
""
]
} | public static void main(String[] args) { | 47e53ea61b3e4a9a968e55be | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double added_policy_slice_length = 0.05"
]
} | double added_policy_slice_length = 0.05 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"ent_coef : 0.088"
]
} | ent_coef : 0.088 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
72
],
"text": [
""
]
} | executor.name = _executor_name | 4677591f3e66414189d8e797 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float HP_learningRate = 0.08686"
]
} | float HP_learningRate = 0.08686 | 6d8adb323f284f53ba3c67e4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
72
],
"text": [
""
]
} | settings.engine.pool.dispose() | 8500d379878e46cfb48faef8 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float hparam_modelfilepath = 0.08"
]
} | float hparam_modelfilepath = 0.08 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
95
],
"text": [
""
]
} | u.type == tc::BW::UnitType::Resource_Mineral_Field || | 6531bb294bd9406caa549b99 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
124
],
"text": [
""
]
} | // //this.brain = new deepqlearn.Brain(this.eyes.length * 3, this.actions.length); | 64da62eb465541e0b7a8b25c | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"normalizeAdvantage = True"
]
} | normalizeAdvantage = True | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"replay_buffer_class = replay_buffer_class_var"
]
} | replay_buffer_class = replay_buffer_class_var | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
72
],
"text": [
""
]
} | super().__init__(result_queue) | ce6cf0298e5b42f995b97e70 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
105
],
"text": [
""
]
} | import org.datavec.api.records.reader.impl.csv.CSVRecordReader; | ca836fcd5b954b2d89749437 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"HP_episodes : 0.0069"
]
} | HP_episodes : 0.0069 | 6d8adb323f284f53ba3c67e4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int learning_rate_HP : 3"
]
} | int learning_rate_HP : 3 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float HP_learningRateDeStd = 0.04986"
]
} | float HP_learningRateDeStd = 0.04986 | bf966ab52cb048988685c9de | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
69
],
"text": [
""
]
} | """Implement repr.""" | 6b065fe3a80e4f6f9b6b6807 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float deltaStd : 0.067"
]
} | float deltaStd : 0.067 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
102
],
"text": [
""
]
} | stuff_collide_: function(p1, p2, check_walls, check_items) { | ece715dc383341078f9f001d | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int episodes_HP : 9"
]
} | int episodes_HP : 9 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int eval_model : 3"
]
} | int eval_model : 3 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"minVal = 0.085"
]
} | minVal = 0.085 | 6d8adb323f284f53ba3c67e4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double maxEpisodeLength : 0.04819"
]
} | double maxEpisodeLength : 0.04819 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
89
],
"text": [
""
]
} | mean_state = running_mean_update(x, mean_state) | 7b33bdbd37824f118861b1f0 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"clipRange : 0.061793"
]
} | clipRange : 0.061793 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
60
],
"text": [
""
]
} | // Skip this frame | 0466900b5b514e8da2727fc6 | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"learningRateParam = 0.090458"
]
} | learningRateParam = 0.090458 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
82
],
"text": [
""
]
} | linesOut = starti; //Skips linesOut loop | 9365035aef134c33a0e2bd10 | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double noise_std : 0.036"
]
} | double noise_std : 0.036 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
78
],
"text": [
""
]
} | var newitx = randf(20, this.W - 20); | 026b338afab54df6a16ad950 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | } | 24faddc86e454a439adf80a7 | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int hparams_learningRate : 4"
]
} | int hparams_learningRate : 4 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"hparam_modelDirectoryPath = 0.08"
]
} | hparam_modelDirectoryPath = 0.08 | 2e14fc54878748978b524c13 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int cg_damping = 5"
]
} | int cg_damping = 5 | 2e14fc54878748978b524c13 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
5
],
"text": [
"bool normalize : True"
]
} | bool normalize : True | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float learningRate_HP = 0.02"
]
} | float learningRate_HP = 0.02 | 6d8adb323f284f53ba3c67e4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
63
],
"text": [
""
]
} | var W = canvas.width; | caf1b7173ea2469b8f0a9818 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
102
],
"text": [
""
]
} | """Map of total resources required for the trainer.""" | 6f7b75fe15bb425985f3a1a9 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"normalizeAdvantage = True"
]
} | normalizeAdvantage = True | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
116
],
"text": [
""
]
} | """Returns a function that evaluates `f` given input shapes and dtypes. | 0182b28290d6437c9cbc9a11 | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double entCoef : 0.00717"
]
} | double entCoef : 0.00717 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int entropy_vec = 1"
]
} | int entropy_vec = 1 | 2e14fc54878748978b524c13 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float value_eval_steps = 0.085111"
]
} | float value_eval_steps = 0.085111 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
77
],
"text": [
""
]
} | assert(fcount >= 3 && fcount <= 4); | 411b377bebb146f292add090 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
118
],
"text": [
""
]
} | if (this.items.length < 30 && this.clock % 10 === 0 && randf(0, 1) < 0.25) { | f3a6bed548b74c759f1e68b7 | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
58
],
"text": [
""
]
} | ctx.beginPath(); | a98f84a73fd043bdae98c76b | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double n_critic_updates = 0.0439"
]
} | double n_critic_updates = 0.0439 | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double learningRate_HP = 0.06039"
]
} | double learningRate_HP = 0.06039 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"policy_lr_schedule : 0.08"
]
} | policy_lr_schedule : 0.08 | 6d8adb323f284f53ba3c67e4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
66
],
"text": [
""
]
} | output.push_back(merge); | cafb699b0e0e423bbb47f832 | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double HP_totalTimesteps : 0.09"
]
} | double HP_totalTimesteps : 0.09 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.