Get a experiment_id from a experiment_name If duplicated name, the first experiment_id that match it is retrieved.
get_experiment_id_from_name(project_id, experiment_name)
id of the project, can be obtained with get_projects().
name of the experiment we are searching its id from. Can be obtained with get_experiments().
character - id matching the experiment_name if found.