Shortcuts

minedojo.tasks package

Meta Tasks

Module contents

minedojo.tasks.make(task_id, *args, cam_interval=15, **kwargs)[source]

Make a task. task_id can be one of the following: 1. a task id for Programmatic tasks, e.g., “combat_bat_extreme_hills_barehand” 2. format “creative:{idx}” for the idx-th Creative task 3. “playthrough” or “open-ended” for these two special tasks 4. one of “harvest”, “combat”, “techtree”, and “survival” to creative meta task

minedojo.tasks.product_dict(**kwargs)[source]