Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MineDojo/Voyager
/ functions
Functions
423 in github.com/MineDojo/Voyager
⨍
Functions
423
◇
Types & classes
39
↓ 1 callers
Method
human_check_task_success
(self)
voyager/agents/critic.py:79
↓ 1 callers
Function
initCounter
(bot)
voyager/env/mineflayer/lib/utils.js:3
↓ 1 callers
Function
insert_before_ext
log.txt -> log.ep50.txt
voyager/utils/file_utils.py:499
↓ 1 callers
Function
is_abs_path
(*fpath)
voyager/utils/file_utils.py:182
↓ 1 callers
Method
is_running
(self)
voyager/env/process_monitor.py:87
↓ 1 callers
Function
is_sequence
Returns: True if the sequence is a collections.Sequence and not a string.
voyager/utils/file_utils.py:53
↓ 1 callers
Function
listItems
(bot)
voyager/env/mineflayer/lib/observation/inventory.js:14
↓ 1 callers
Function
listItemsInChest
(bot, chestBlock)
voyager/control_primitives/useChest.js:99
↓ 1 callers
Function
loadPathfinderPlugin
(bot: Bot)
voyager/env/mineflayer/mineflayer-collectblock/src/index.ts:15
↓ 1 callers
Function
loadToolPlugin
(bot: Bot)
voyager/env/mineflayer/mineflayer-collectblock/src/index.ts:20
↓ 1 callers
Function
load_control_primitives
(primitive_names=None)
voyager/control_primitives/__init__.py:6
↓ 1 callers
Function
load_control_primitives_context
(primitive_names=None)
voyager/control_primitives_context/__init__.py:6
↓ 1 callers
Function
load_text
(*fpaths, by_lines=False)
voyager/utils/file_utils.py:537
↓ 1 callers
Function
mineCoalOre
(bot)
skill_library/trial2/skill/code/mineCoalOre.js:1
↓ 1 callers
Function
mineWoodLog
(bot)
skill_library/trial2/skill/code/mineWoodLog.js:1
↓ 1 callers
Method
observe
()
voyager/env/mineflayer/lib/observation/base.js:13
↓ 1 callers
Function
onDisconnect
(message)
voyager/env/mineflayer/index.js:142
↓ 1 callers
Function
onStuck
(posThreshold)
voyager/env/mineflayer/index.js:263
↓ 1 callers
Function
pack_varargs
Pack *args or a single list arg as list def f(*args): arg_list = pack_varargs(args) # arg_list is now packed as a list
voyager/utils/file_utils.py:61
↓ 1 callers
Method
parse_ai_message
(self, message)
voyager/agents/curriculum.py:311
↓ 1 callers
Function
placeItems
(bot: Bot, chestPos: Vec3, itemFilter: ItemFilter, cb?: (err: Error | undefined, hasRemaining: boolean) => voi
voyager/env/mineflayer/mineflayer-collectblock/src/Inventory.ts:70
↓ 1 callers
Method
process_ai_message
(self, message)
voyager/agents/action.py:201
↓ 1 callers
Method
propose_next_ai_task
(self, *, messages, max_retries=5)
voyager/agents/curriculum.py:292
↓ 1 callers
Method
propose_next_manual_task
(self)
voyager/agents/curriculum.py:319
↓ 1 callers
Method
propose_next_task
(self, *, events, chest_observation, max_retries=5)
voyager/agents/curriculum.py:240
↓ 1 callers
Method
render_human_message_qa_step1_ask_questions
(self, *, events, chest_observation)
voyager/agents/curriculum.py:439
↓ 1 callers
Method
render_human_message_qa_step2_answer_questions
(self, question)
voyager/agents/curriculum.py:486
↓ 1 callers
Method
render_system_message
(self)
voyager/agents/curriculum.py:134
↓ 1 callers
Method
render_system_message_qa_step1_ask_questions
(self)
voyager/agents/curriculum.py:436
↓ 1 callers
Method
render_system_message_qa_step2_answer_questions
(self)
voyager/agents/curriculum.py:481
↓ 1 callers
Method
resume
(self, cutoff=None)
voyager/utils/record_utils.py:48
↓ 1 callers
Function
returnItems
()
voyager/env/mineflayer/index.js:300
↓ 1 callers
Method
run_qa
(self, *, events, chest_observation)
voyager/agents/curriculum.py:384
↓ 1 callers
Method
run_qa_step1_ask_questions
(self, *, events, chest_observation)
voyager/agents/curriculum.py:448
↓ 1 callers
Method
stop
(self)
voyager/env/minecraft_launcher.py:122
↓ 1 callers
Method
summarize_chatlog
(self, events)
voyager/agents/action.py:258
↓ 1 callers
Function
teleportBot
()
voyager/env/mineflayer/index.js:281
↓ 1 callers
Function
tryEmptyInventory
(bot: Bot, chestLocation: Vec3, itemFilter: ItemFilter, cb?: (err: Error | undefined, hasRemaining: boolean) =
voyager/env/mineflayer/mineflayer-collectblock/src/Inventory.ts:57
↓ 1 callers
Method
update_chest_memory
(self, chests)
voyager/agents/action.py:40
↓ 1 callers
Method
update_position
(self, event)
voyager/utils/record_utils.py:96
↓ 1 callers
Function
waitForMobRemoved
(bot, entity, timeout = 300)
voyager/control_primitives/waitForMobRemoved.js:1
↓ 1 callers
Function
waitForMobShot
(bot, entity, timeout = 300)
voyager/control_primitives/waitForMobRemoved.js:44
Method
__init__
The main class for Voyager. Action agent is the iterative prompting mechanism in paper. Curriculum agent is the automatic cur
voyager/voyager.py:18
Method
__init__
( self, ckpt_dir="ckpt", resume=False, init_position=None, )
voyager/utils/record_utils.py:8
Method
__init__
( self, mc_port=None, azure_login=None, server_host="http://127.0.0.1",
voyager/env/bridge.py:19
Method
__init__
( self, client_id, redirect_url, secret_value, version, minefl
voyager/env/minecraft_launcher.py:12
Method
__init__
( self, commands: List[str], name: str, ready_match: str = r".*", log_
voyager/env/process_monitor.py:15
Method
__init__
( self, model_name="gpt-3.5-turbo", temperature=0, request_timout=120,
voyager/agents/critic.py:8
Method
__init__
( self, model_name="gpt-3.5-turbo", temperature=0, retrieval_top_k=5,
voyager/agents/skill.py:14
Method
__init__
( self, model_name="gpt-3.5-turbo", temperature=0, request_timout=120,
voyager/agents/action.py:15
Method
__init__
( self, model_name="gpt-3.5-turbo", temperature=0, qa_model_name="gpt-3.5-turb
voyager/agents/curriculum.py:16
Function
_ignore_patterns
(path, names)
voyager/utils/file_utils.py:344
Method
_start
(self)
voyager/env/process_monitor.py:45
Method
addSync
* Adds a synchronous task toi this queue. * * @param task - The sync task to add.
voyager/env/mineflayer/mineflayer-collectblock/src/TaskQueue.ts:31
Function
catchFiveFishSafely
(bot)
skill_library/trial2/skill/code/catchFiveFishSafely.js:1
Function
catchThreeFish
(bot)
skill_library/trial2/skill/code/catchThreeFish.js:1
Function
checkItemInsideChest
(bot, chestPosition)
voyager/control_primitives_context/useChest.js:29
Function
checkStonePickaxe
(bot)
skill_library/trial2/skill/code/checkStonePickaxe.js:1
Function
chopDownSpruceLogs
(bot)
skill_library/trial2/skill/code/chopDownSpruceLogs.js:1
Function
chopDownSpruceLogs
(bot)
skill_library/trial2/skill/code/chopDownSpruceLogsV2.js:1
Function
chopSpruceLogs
(bot)
skill_library/trial2/skill/code/chopSpruceLogs.js:1
Method
close
(self)
voyager/voyager.py:200
Function
collectBamboo
(bot)
skill_library/trial1/skill/code/collectBamboo.js:1
Function
collectFiveCactusBlocks
(bot)
skill_library/trial1/skill/code/collectFiveCactusBlocks.js:1
Function
collectWaterWithBucket
(bot)
skill_library/trial2/skill/code/collectWaterWithBucket.js:1
Method
constructor
(bot)
voyager/env/mineflayer/lib/observation/onSave.js:4
Method
constructor
(bot)
voyager/env/mineflayer/lib/observation/onError.js:4
Method
constructor
(bot)
voyager/env/mineflayer/lib/observation/inventory.js:4
Method
constructor
(bot)
voyager/env/mineflayer/lib/observation/onChat.js:4
Method
constructor
(bot)
voyager/env/mineflayer/lib/observation/status.js:4
Method
constructor
(bot)
voyager/env/mineflayer/lib/observation/voxels.js:5
Method
constructor
(bot)
voyager/env/mineflayer/lib/observation/voxels.js:16
Method
constructor
(bot)
voyager/env/mineflayer/lib/observation/base.js:2
Method
constructor
(bot)
voyager/env/mineflayer/lib/observation/chests.js:4
Method
constructor
* Creates a new instance of the create block plugin. * * @param bot - The bot this plugin is acting on.
voyager/env/mineflayer/mineflayer-collectblock/src/CollectBlock.ts:329
Method
constructor
(readonly eventName: string, readonly callback: Function)
voyager/env/mineflayer/mineflayer-collectblock/src/TemporarySubscriber.ts:4
Method
constructor
(readonly bot: Bot)
voyager/env/mineflayer/mineflayer-collectblock/src/TemporarySubscriber.ts:10
Method
constructor
(bot: Bot)
voyager/env/mineflayer/mineflayer-collectblock/src/Targets.ts:11
Function
cookChicken
(bot)
skill_library/trial3/skill/code/cookChicken.js:1
Function
cookMutton
(bot)
skill_library/trial2/skill/code/cookMutton.js:1
Function
cookPorkchops
(bot)
skill_library/trial1/skill/code/cookPorkchops.js:1
Function
cookRawBeef
(bot)
skill_library/trial3/skill/code/cookRawBeef.js:1
Function
cookRawMutton
(bot)
skill_library/trial3/skill/code/cookRawMutton.js:1
Function
cookSevenMutton
(bot)
skill_library/trial1/skill/code/cookSevenMutton.js:1
Function
cookThreeRawChicken
(bot)
skill_library/trial3/skill/code/cookThreeRawChicken.js:1
Function
craftAcaciaPlanksAndSticks
(bot)
skill_library/trial1/skill/code/craftAcaciaPlanksAndSticks.js:1
Function
craftBirchBoat
(bot)
skill_library/trial3/skill/code/craftBirchBoat.js:13
Function
craftBoneMeal
(bot)
skill_library/trial3/skill/code/craftBoneMeal.js:1
Function
craftBucket
(bot)
skill_library/trial2/skill/code/craftBucket.js:1
Function
craftBucket
(bot)
skill_library/trial1/skill/code/craftBucket.js:1
Function
craftChest
(bot)
skill_library/trial2/skill/code/craftChest.js:1
Function
craftChest
(bot)
skill_library/trial1/skill/code/craftChest.js:1
Function
craftChest
(bot)
skill_library/trial3/skill/code/craftChest.js:1
Function
craftClock
(bot)
skill_library/trial3/skill/code/craftClock.js:1
Function
craftCopperBlock
(bot)
skill_library/trial1/skill/code/craftCopperBlock.js:1
Function
craftCopperBlock
(bot)
skill_library/trial3/skill/code/craftCopperBlock.js:1
Function
craftDiamondSword
(bot)
skill_library/trial3/skill/code/craftDiamondSword.js:1
Function
craftEightSticks
(bot)
skill_library/trial2/skill/code/craftEightSticks.js:1
Function
craftEightTorches
(bot)
skill_library/trial2/skill/code/craftEightTorches.js:1
Function
craftFurnace
(bot)
skill_library/trial2/skill/code/craftFurnace.js:1
← previous
next →
101–200 of 423, ranked by callers