answers
dict
context
stringlengths
1
191
id
stringlengths
24
24
question
stringclasses
10 values
title
stringclasses
1 value
{ "answer_start": [ 6 ], "text": [ "float gae_lambda : 0.06" ] }
float gae_lambda : 0.06
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "offline = True" ] }
offline = True
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int modelDirectoryPath_HP : 8" ] }
int modelDirectoryPath_HP : 8
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 72 ], "text": [ "" ] }
for (var k = 0; k < 30; k++) {
fd477dc759c94c5a853b1208
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float totaltimesteps_HP = 0.09323" ] }
float totaltimesteps_HP = 0.09323
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_totalTimesteps : 0.06119" ] }
float HP_totalTimesteps : 0.06119
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 125 ], "text": [ "" ] }
//There are 10 sequences of files. We are printing one of the sample sequence here
155f37b016d244859b3f917f
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_top = 0.05469" ] }
n_top = 0.05469
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_learning_rate_var = 0.0296" ] }
double HP_learning_rate_var = 0.0296
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int n_top : 8" ] }
int n_top : 8
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 57 ], "text": [ "" ] }
@abstractmethod
6b26a94a15cd4270940611d5
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double totalTimesteps_HP = 0.03503" ] }
double totalTimesteps_HP = 0.03503
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_episodes : 0.08" ] }
double hparam_episodes : 0.08
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float HP_eta : 0.09394" ] }
float HP_eta : 0.09394
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
{
b577483407f8409498f56316
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool online_sampling : False" ] }
bool online_sampling : False
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 92 ], "text": [ "" ] }
float percent = (sumVolume * 100) / combineVolume;
ccbe0655882349bfb9c4827e
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float dropout : 0.076" ] }
float dropout : 0.076
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int modelFilePath_HP = 3" ] }
int modelFilePath_HP = 3
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float hparam_delta_std : 0.1" ] }
float hparam_delta_std : 0.1
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 57 ], "text": [ "" ] }
opt = opt || {}
dac9835d752b413abcd36158
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 91 ], "text": [ "" ] }
if settings.EXECUTE_TASKS_NEW_PYTHON_INTERPRETER:
8599e94924dd4ae28e5add16
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 65 ], "text": [ "" ] }
// Establish connection
fff6685ecce54c42b1b7bf2a
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int delta_std_HP = 2" ] }
int delta_std_HP = 2
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float ppoLoss : 0.0451" ] }
float ppoLoss : 0.0451
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 98 ], "text": [ "" ] }
void LaneRewarder::populateNodes(const char* pathsfile){
d721d693b4d0491f9456e42a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 84 ], "text": [ "" ] }
from trax.fastmath.numpy import nested_zip
6fc7284d7b1a4a14aeed0e09
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "deltaStd_HP : 0.01" ] }
deltaStd_HP : 0.01
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double max_episode_length = 0.03169" ] }
double max_episode_length = 0.03169
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
#
24411f6e3e5b444482ef70a6
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 45 ], "text": [ "" ] }
/**
0007310155454faaa48e46d1
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparams_learningRate : 4" ] }
int hparams_learningRate : 4
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 50 ], "text": [ "" ] }
return (
b2a6b288cfe44059abc6ad61
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float layerSizeParam = 0.008" ] }
float layerSizeParam = 0.008
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double totaltimesteps_HP : 0.094963" ] }
double totaltimesteps_HP : 0.094963
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float n_critic_updates : 0.046" ] }
float n_critic_updates : 0.046
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int value_evals_per_epoch = 1" ] }
int value_evals_per_epoch = 1
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool online_sampling : True" ] }
bool online_sampling : True
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
402fda8846054421a5cabcbd
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "use_sde : False" ] }
use_sde : False
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float hparam_delta_std : 0.051311" ] }
float hparam_delta_std : 0.051311
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 90 ], "text": [ "" ] }
# http://www.apache.org/licenses/LICENSE-2.0
6fd80951157244b68c35d8ac
Does this code line include a hyperparameter (hp)?
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": [ 4 ], "text": [ "int noise_std = 3" ] }
int noise_std = 3
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double n_eval_batches = 0.02" ] }
double n_eval_batches = 0.02
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 68 ], "text": [ "" ] }
var path = require('path')
ac1e12a255fb45c5979414f9
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 127 ], "text": [ "" ] }
Try to adopt running task instances that have been abandoned by a SchedulerJob dying.
3c8ee9e350944f4cbeafbc15
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "string replayBufferKwargs : replayBufferKwargsVar" ] }
string replayBufferKwargs : replayBufferKwargsVar
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int hparam_lr : 2" ] }
int hparam_lr : 2
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "min_Val : 0.039" ] }
min_Val : 0.039
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
f75fb73c2fad496088a272ad
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 117 ], "text": [ "" ] }
object = doc.FirstChildElement()->FirstChildElement()->FirstChildElement();
bfec7702c6514baeaaccfc5f
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double hparam_modelZipFilePath : 0.075246" ] }
double hparam_modelZipFilePath : 0.075246
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float hparam_totalTimestepsVar : 0.07152" ] }
float hparam_totalTimestepsVar : 0.07152
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 113 ], "text": [ "" ] }
return PlacementGroupFactory(bundles, strategy=self.placement_strategy)
3aaf2b1a897e4d579df32e5e
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "value_lr_schedule = 0.035" ] }
value_lr_schedule = 0.035
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double n_critic_updates : 0.058" ] }
double n_critic_updates : 0.058
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double frame_stack = 0.02374" ] }
double frame_stack = 0.02374
bf966ab52cb048988685c9de
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 60 ], "text": [ "" ] }
if (ifront.size())
2b1b0ff4143d49da995096f1
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 71 ], "text": [ "" ] }
var w; // global world object
e8492cdb436e4d219154f15a
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 76 ], "text": [ "" ] }
x = np.random.uniform(size=(8, 7))
d4bf6693b083472d85933a67
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 52 ], "text": [ "" ] }
import jax
53629a8a6a5b48009905200e
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "hparam_learning_rate_var = 0.01748" ] }
hparam_learning_rate_var = 0.01748
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 72 ], "text": [ "" ] }
if k not in ["CPU", "GPU"]
48133b6bdf1847bfb762f0ca
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int eta_HP = 10" ] }
int eta_HP = 10
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int vfCoef : 7" ] }
int vfCoef : 7
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 116 ], "text": [ "" ] }
if (PATHFIND::_0xF7B79A50B905A30D(-8192.0f, 8192.0f, -8192.0f, 8192.0f)) {
759677693c764605951ce1ab
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float hparam_eta = 0.08494" ] }
float hparam_eta = 0.08494
2e14fc54878748978b524c13
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "HP_modeldirectorypath = 0.01811" ] }
HP_modeldirectorypath = 0.01811
28dd1ac954dc43d3a4a7696a
Is a hyperparameter (hp) present in this code line?
Hyperparameter-module
{ "answer_start": [ 6 ], "text": [ "float deltaStd_HP = 0.079926" ] }
float deltaStd_HP = 0.079926
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "model_class : model_class_var" ] }
model_class : model_class_var
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "policy_kwargs : policy_kwargs" ] }
policy_kwargs : policy_kwargs
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 114 ], "text": [ "" ] }
// w.agents[0].brain.visSelf(document.getElementById('brain_info_div'));
8c5cc7fcee644e7aa7fd35cf
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 43 ], "text": [ "" ] }
}
d5b3ff0d11eb4bfb95148407
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double HP_totalTimesteps_var : 0.03" ] }
double HP_totalTimesteps_var : 0.03
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 50 ], "text": [ "" ] }
unit.id,
880ed3d7356249449ef034ff
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 67 ], "text": [ "" ] }
a.download = 'brain.bin';
601efec8744045d49fb65bd6
Can a hyperparameter (hp) be found in this line of code?
Hyperparameter-module
{ "answer_start": [ 125 ], "text": [ "" ] }
# Ensure the user is not trying to override the existing aliases of any of the core
cc8dad2cb97941ba9f8e93cb
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool online_sampling = False" ] }
bool online_sampling = False
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 74 ], "text": [ "" ] }
if isinstance(x, tf.TensorSpec):
d0f7e06a4a34404782ca1022
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 56 ], "text": [ "" ] }
# coding=utf-8
37c4c226c0ea48e6b92032f9
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "use_rms_prop = 0.010595" ] }
use_rms_prop = 0.010595
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "max_gradNorm : 0.042" ] }
max_gradNorm : 0.042
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 5 ], "text": [ "bool normalizeAdvantage = True" ] }
bool normalizeAdvantage = True
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "learning_rate_de_std_HP = 0.0618" ] }
learning_rate_de_std_HP = 0.0618
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "n_heads : 0.0782" ] }
n_heads : 0.0782
c96244c847784f7abe693c9e
Does this code line include a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 70 ], "text": [ "" ] }
setLinePoints(&node2, link);
366f2927b5c74903a852468c
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 92 ], "text": [ "" ] }
Implements LocalExecutor with limited parallelism.
eb70d4f40b4b4bc78be1b81a
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 7 ], "text": [ "double dFeature = 0.0632" ] }
double dFeature = 0.0632
dcfa106cfd714298a7a72126
Does this line of code define a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 81 ], "text": [ "" ] }
import jax.scipy.special as jax_special
631b186e392c42b0b3d1a973
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 122 ], "text": [ "" ] }
transformReplaceSplit.locationsIterator().forEachRemaining(System.out::println);
c780801929484a71a3eaf5b1
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 101 ], "text": [ "" ] }
var rescheck = this.stuff_collide_(a.p, it.p, true, false);
a74c62071c524654bd5906e3
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 92 ], "text": [ "" ] }
# SQLite only works with single threaded executors
82b02d59cdf0415199aac85a
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "value_lr_schedule : 0.09" ] }
value_lr_schedule : 0.09
458423a32fe84abbb3f77246
Does this line of code refer to a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 48 ], "text": [ "" ] }
"""
7ae94f4bd83944728661a884
Is there a hyperparameter (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 62 ], "text": [ "" ] }
name = split_name[0]
fe45b727acc440409254194d
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "clip_range : 0.01" ] }
clip_range : 0.01
03a2cd1700874b04b2aecb24
Is this line of code associated with a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "clipRange = 0.02758" ] }
clipRange = 0.02758
61f112fee0cf4b2d87df4739
Does this line of code make use of a hyperparameter (hp)?
Hyperparameter-module
{ "answer_start": [ 0 ], "text": [ "clip_range : 0.069235" ] }
clip_range : 0.069235
14ca9fcb42ae4175b9aed4dc
Are there any hyperparameters (hp) in this code line?
Hyperparameter-module
{ "answer_start": [ 4 ], "text": [ "int HP_delta_std = 5" ] }
int HP_delta_std = 5
6d8adb323f284f53ba3c67e4
Does this code line contains a hyperparameter (hp)?
Hyperparameter-module