I would like to allow users to set an option in their experiment .yaml file so that in this case a new clean virtual environment is created and all dependencies are installed. E.g. something like install_venv_at_startup in the meta_job_args. At the beginning of the experiment the toolbox searches for a requirements.txt file in the root directory and creates either a clean venv or a conda environment before starting up the experiment. We also have to make sure that mle_toolbox is being installed but the user does not have to configure it since we only need the DeepLogger, get_configs_ready and set_random_seeds functionalities.