Commit graph

141 commits

Author SHA1 Message Date
Isadora White
2bdaf6e232
Merge branch 'main' into procedural_generation_save 2025-03-04 11:10:42 -08:00
mmaheshwari2
ba1e826ca5 refactored for main merge. generated train tasks for construction. added pickaxe at inventory initalization. moved print matrix into blueprint class 2025-03-03 21:41:38 -08:00
Isadora White
8e08c025ae getting rid of small weird changes 2025-03-03 17:35:47 -08:00
Isadora White
932798195f merging crafting_save and procedural generation save 2025-03-03 17:06:24 -08:00
mmaheshwari2
d6a8e305b4 Merge remote-tracking branch 'origin/procedural_generation_save'
# Conflicts:
#	src/agent/agent.js
#	src/agent/tasks.js
2025-03-03 11:53:57 -08:00
mmaheshwari2
0494514f4e fixed merge 2025-03-02 12:53:09 -08:00
Isadora White
39cec7cf82 changed the checking if complete cycle to be more frequent and updated the collab_profile 2025-02-28 16:59:56 -08:00
mmaheshwari2
23bf693fc2 debugging merge 2025-02-28 16:31:06 -08:00
mmaheshwari2
4d2e2c9b31 debugging merge 2025-02-28 16:29:37 -08:00
Isadora White
d4565aa68c small fixes, the items were being given twice to the agents on initialization and accounting for blocked_actions not being in the task file 2025-02-20 21:45:29 -08:00
Max Robinson
d5fde29a7b
Merge pull request #452 from icwhite/evaluation_parallelization
Evaluation parallelization
2025-02-20 19:58:15 -06:00
MaxRobinsonTheGreat
b23f4776b1 add state to self prompter for pausing 2025-02-20 17:17:21 -06:00
Isadora White
7a19f34e22
Merge branch 'main' into evaluation_parallelization 2025-02-18 18:34:46 -08:00
MaxRobinsonTheGreat
7d9257036c log error message/stack 2025-02-18 00:15:34 -06:00
MaxRobinsonTheGreat
9e2b7c3e22 dont init task if we are loading mem, works w smelting 2025-02-13 14:25:44 -06:00
Max Robinson
a760b11b65
Merge pull request #440 from icwhite/task_evaluation
Task evaluation script for running multiple experiments for a particular task and logging metrics like time and sucess/failure counts
2025-02-13 13:40:51 -06:00
Isadora White
6e48f06e1d small changes 2025-02-12 15:39:57 -08:00
Max Robinson
32d0462c5d
Merge pull request #417 from uukelele-scratch/main
Added ability to sending messages and commands from Mindserver
2025-02-05 15:47:11 -06:00
MaxRobinsonTheGreat
60187e2317 added model parameters obj to profile 2025-02-04 13:02:57 -06:00
Ayush Maniar
3bbed21526 Added python script for task evaluation which stores experiment run times and results. 2025-01-23 12:33:21 -08:00
uukelele-scratch
e92ff0f933
Update agent.js 2025-01-21 21:48:05 +00:00
MaxRobinsonTheGreat
6167aeeec4 added restrict to inventory and better blacklist 2025-01-09 15:15:25 -06:00
RainbowBird
5954c0a177
fix: typo fix 2025-01-06 14:59:51 +08:00
MaxRobinsonTheGreat
7ad48c29ad added full shutdown from ui/task 2024-12-13 10:42:41 -06:00
MaxRobinsonTheGreat
3717d9b9f4 Merge branch 'main' into multi-chat-patches 2024-12-12 21:29:21 -06:00
MaxRobinsonTheGreat
ae99cedec5 better examples, little model fixes, less chatty 2024-12-12 19:42:29 -06:00
Kolby Nottingham
d0140aa542 tasks class 2024-12-10 15:39:57 -08:00
Kolby Nottingham
760a178f74 improved profiles 2024-12-10 14:11:32 -08:00
Kolby Nottingham
bd5b995e4b server task fixes 2024-12-10 13:41:13 -08:00
Kolby Nottingham
9fb58d2d40 merge with main 2024-12-10 13:30:40 -08:00
Kolby Nottingham
2332bb3e62 merge with main 2024-12-10 13:30:17 -08:00
Kolby Nottingham
88e0174ef1 task fixes 2024-12-10 13:13:45 -08:00
Kolby Nottingham
a15ab15bcd additional task features 2024-12-09 17:06:22 -08:00
Kolby Nottingham
4e0611d29e cleanup 2024-12-09 16:30:44 -08:00
Isadora White
a7e529b1e9 task specification, validation function, evaluation script, and initial inventories and teleportation 2024-12-08 22:10:21 -08:00
MaxRobinsonTheGreat
c2dab95061 better conversation monitor timers, examples, bot detection 2024-12-08 20:58:59 -06:00
MaxRobinsonTheGreat
5eb35e993a fixed command parsing and allow startconvo during convo 2024-12-05 23:55:24 -06:00
MaxRobinsonTheGreat
a1a6f60d8d check loggin in instead 2024-12-05 16:42:23 -06:00
MaxRobinsonTheGreat
2b09a578a8 dont use package keyword... 2024-12-05 16:22:43 -06:00
MaxRobinsonTheGreat
9cd39dc5df better continue conversation logic/monitor 2024-12-05 16:06:05 -06:00
MaxRobinsonTheGreat
cff47d772d refactored to convoManager and openChat 2024-12-03 22:58:04 -06:00
MaxRobinsonTheGreat
5278ecb72c connect main process to mindserver, start/stop/restart controls 2024-12-01 22:27:42 -06:00
MaxRobinsonTheGreat
2c0467b658 impoved initialization and logging 2024-11-25 17:15:23 -06:00
MaxRobinsonTheGreat
68a2dccb76 refactored agent startup that was broken by ai code 2024-11-23 13:33:08 -06:00
MaxRobinsonTheGreat
a853995571 improved interrupt response logic, removed collectallblocks 2024-11-22 14:53:25 -06:00
MaxRobinsonTheGreat
44c0526231 improved respond timing logic, handle interruptions/self-prompting 2024-11-21 23:32:25 -06:00
MaxRobinsonTheGreat
7c5790d880 added mindserver to handle bot chat, better conversations 2024-11-18 23:02:37 -06:00
MaxRobinsonTheGreat
8f18b921ee Merge branch 'main' into agent-chat 2024-11-16 15:53:22 -06:00
Nimi
b4c2c9fc37 Added 'clear' cmd, removed timeout 2024-11-14 17:18:50 -06:00
Nimi
902d5aa005 Apply profile skin on login 2024-11-14 17:06:26 -06:00