Updates download function documentation, in particular noting the experiment => environment change (sorry for this stealth change earlier), and noting which arguments are "internal" on which ones are external.
I also moved the important (public-facing) arguments in download() earlier in the argument list, and added some assertions
Broader question:
Does it seem like the right idea to document the download function as a low-level function, and point people towards using the python -m minerl.data.download script instead?
Updates
download
function documentation, in particular noting theexperiment
=>environment
change (sorry for this stealth change earlier), and noting which arguments are "internal" on which ones are external.I also moved the important (public-facing) arguments in
download()
earlier in the argument list, and added some assertionsBroader question: Does it seem like the right idea to document the
download
function as a low-level function, and point people towards using thepython -m minerl.data.download
script instead?