minerllabs / minerl

MineRL Competition for Sample Efficient Reinforcement Learning - Python Package
http://minerl.io/docs/
Other
711 stars 153 forks source link

Fixed the download command with --environment flag #577

Closed Hommus closed 3 years ago

Hommus commented 3 years ago

Added the --environment flag to a download command on the K-Means exploration page.

Without it, it returns an error:

download.py: error: unrecognized arguments: MineRLTreechopVectorObf-v0
Miffyli commented 3 years ago

LGTM and thanks for spotting/fixing this :+1: ! All these little things tend to slip through ^^