def get_info_object(): info = InfoPrototype.get_info_object(get_implemented_algs) args = info['values']['initExp']['values']['args']['values'] args['k'] = { 'description': 'Number of targets shown at a time.', 'type': 'num', 'values': [] } args['context'] = { 'description': 'Context for this experiment', 'type': '[str,file]', 'values': [] } args['context_type'] = { 'description': 'Type of context', 'type': 'str', 'values': ['str', 'img', 'video', 'audio'] } args['failure_probability'] = { 'description': 'Failure probability.', 'type': 'num', 'values': [] } return info
def get_info_object(): info = InfoPrototype.get_info_object(get_implemented_algs) args = info['values']['initExp']['values']['args']['values'] args['d'] = {'description':'Dimension of embedding.', 'type':'num', 'values':[]} return info
def get_info_object(): info = InfoPrototype.get_info_object(get_implemented_algs) args = info['values']['initExp']['values']['args']['values'] args['d'] = { 'description': 'Dimension of embedding.', 'type': 'num', 'values': [] } return info
def get_info_object(): info = InfoPrototype.get_info_object(get_implemented_algs) args = info['values']['initExp']['values']['args']['values'] args['R'] = {'description': 'Possible rewards from [1..R].', 'type':'num', 'values':[]} args['failure_probability'] = {'description': 'Failure probability.', 'type':'num', 'values':[]} return info
def get_info_object(): info = InfoPrototype.get_info_object(get_implemented_algs) args = info['values']['initExp']['values']['args']['values'] args['context'] = {'description': 'Context for this experiment', 'type':'[str,file]', 'values':[]} args['context_type'] = {'description': 'Type of context', 'type':'str', 'values':['str','img','video','audio']} return info
def get_info_object(): info = InfoPrototype.get_info_object(get_implemented_algs) args = info['values']['initExp']['values']['args']['values'] args['context'] = { 'description': 'Context for this experiment', 'type': '[str,file]', 'values': [] } args['context_type'] = { 'description': 'Type of context', 'type': 'str', 'values': ['str', 'img', 'video', 'audio'] } return info
def get_info_object(): info = InfoPrototype.get_info_object(get_implemented_algs) args = info['values']['initExp']['values']['args']['values'] args['k'] = {'description': 'Number of targets shown at a time.', 'type':'num', 'values':[]} args['context'] = {'description': 'Context for this experiment', 'type':'[str,file]', 'values':[]} args['context_type'] = {'description': 'Type of context', 'type':'str', 'values':['str','img','video','audio']} args['failure_probability'] = {'description': 'Failure probability.', 'type':'num', 'values':[]} return info