master requires that parameter names are valid python identifiers. For many legacy models, in paricular vensim, this creates a mess. You need to specify name and variable_name for all parameters. See vensim examples for details.
It might be nice to add a flag to Model or VensimModel to just auto replace underscores with whitespace to avoid this duplication.