Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
3cbbc21
Migrate the config of tasks
yangchen73 Jan 16, 2026
f4dbddf
Migrate execute script
yangchen73 Jan 16, 2026
8286998
Migrate base_agent_env
yangchen73 Jan 16, 2026
9af2785
Migrate prompt template
yangchen73 Jan 16, 2026
60c168c
Migrate the core code of agent
yangchen73 Jan 16, 2026
ee5a568
Migrate prompt file
yangchen73 Jan 16, 2026
b1212af
Update pyproject and gitignore
yangchen73 Jan 18, 2026
52a2b45
Migrate generate video script
yangchen73 Jan 18, 2026
0b65baa
Migrate data engine
yangchen73 Jan 18, 2026
8bfeb7f
Fix: can not process 'func'
yangchen73 Jan 18, 2026
8dba0da
Migrate indices and mapping
yangchen73 Jan 18, 2026
4195d30
Migrate environments: pour water and rearrangement
yangchen73 Jan 18, 2026
96bb2b9
Migrate API interfaces
yangchen73 Jan 18, 2026
74eee5e
Migrate object
yangchen73 Jan 18, 2026
3421022
Migrate object
yangchen73 Jan 18, 2026
fa8f0fe
Migrate necessory files in toolkits
yangchen73 Jan 18, 2026
302608a
Migrate motion generation part
yangchen73 Jan 18, 2026
5baed9b
migrate lab.sim.utility
yangchen73 Jan 18, 2026
8411a35
Migrate necessory files in toolkits
yangchen73 Jan 18, 2026
64642ca
Config LLM
yangchen73 Jan 18, 2026
c3898b6
Extend enum
yangchen73 Jan 18, 2026
2839548
Add direction of database
yangchen73 Jan 18, 2026
18cfc03
Update enum
yangchen73 Jan 18, 2026
2ede9a0
Migrate end effector
yangchen73 Jan 18, 2026
983fd9f
Migrate robot
yangchen73 Jan 18, 2026
974ee5f
Update direction of database
yangchen73 Jan 18, 2026
40957f1
Migrate robot interface
yangchen73 Jan 18, 2026
d4a3ae5
Migrate two get control information function in action_bank utils
yangchen73 Jan 18, 2026
c4eb89f
Migrate misc
yangchen73 Jan 18, 2026
189965d
Fix: change data configs to functor format
yangchen73 Jan 18, 2026
4a2d0a9
Fix: use get_wrapper_attr for wrapped env methods in run_agent.py
yangchen73 Jan 18, 2026
c2d0e00
Fix: missing task plan
yangchen73 Jan 18, 2026
7bbcda3
Fix: module-level drive() calls
yangchen73 Jan 18, 2026
d95188d
Fix: import direction of data_dict_extractor
yangchen73 Jan 18, 2026
a2392bf
Fix: to_dataset function of base_agent_env
yangchen73 Jan 18, 2026
038e35b
Fix: argument of mul_linear_expand should be 2
yangchen73 Jan 18, 2026
91ec67d
Migrate articulation entity
yangchen73 Jan 18, 2026
50ef839
Remove correction functions of agent
yangchen73 Jan 18, 2026
0fc7d8f
Add generated code and plan
yangchen73 Jan 18, 2026
f9bbc14
Remove the function of correction
yangchen73 Jan 19, 2026
11fc818
Add script of running feedback agent
yangchen73 Jan 20, 2026
4092d31
Keep components in sim the same
yangchen73 Jan 20, 2026
6ded707
Fix: use environment variable to add api key
yangchen73 Jan 20, 2026
a25bf61
Add Readme for EmbodiAgent
yangchen73 Jan 20, 2026
0d85e00
Remove generated prompt
yangchen73 Jan 21, 2026
7542965
Remove scripts with feedback
yangchen73 Jan 21, 2026
e0fac71
Reformat files
yangchen73 Jan 21, 2026
037c97b
Fix: docs build without API keys
yangchen73 Jan 21, 2026
ba889e3
Reformat files
yangchen73 Jan 21, 2026
6d3d371
Fix the typo of removed_component
yangchen73 Jan 22, 2026
7489aa5
Fix: wrong call of cad_standardlize_svd
yangchen73 Jan 22, 2026
668b6ce
Fix: sucessful condition in rearrangement tasks
yangchen73 Jan 22, 2026
1d0cd03
Add llm set up error message
yangchen73 Jan 22, 2026
f4e6c9c
Add llm set up error message
yangchen73 Jan 22, 2026
6384523
Remove data_engine
yangchen73 Jan 22, 2026
4d57ade
Remove generate_video.py
yangchen73 Jan 22, 2026
9275341
Fix: misspelling
yangchen73 Jan 22, 2026
03a68f9
Remove llm generated content
yangchen73 Jan 22, 2026
668c620
Simplify if not use video generation
yangchen73 Jan 22, 2026
e509507
Remove motion_generator
yangchen73 Jan 22, 2026
54c5af8
Use planner in sim
yangchen73 Jan 22, 2026
3850ddd
Remove unused robot and structs
yangchen73 Jan 22, 2026
6e94d65
Remove processor
yangchen73 Jan 22, 2026
8130d75
Remove global indices and mapping
yangchen73 Jan 22, 2026
b502411
Add license
yangchen73 Jan 22, 2026
381216d
update API interface
yangchen73 Jan 22, 2026
bc5cd49
Reformat files
yangchen73 Jan 22, 2026
a0506a9
Update embodichain/agents/hierarchy/validation_agent.py
yangchen73 Jan 22, 2026
3a54b6f
[WIP] Migrate EmbodiAgent to EmbodiChain (#86)
Copilot Jan 22, 2026
c443789
Rename pour_water_agent
yangchen73 Jan 22, 2026
65236ce
Move prompts
yangchen73 Jan 22, 2026
123878a
Remove useless objects
yangchen73 Jan 22, 2026
218f80d
Remove unused functions
yangchen73 Jan 22, 2026
64a3fed
Remove old prompts
yangchen73 Jan 22, 2026
26bd1b0
Remove old prompts
yangchen73 Jan 22, 2026
f5d7b82
Add path to load prompt
yangchen73 Jan 22, 2026
c2281a0
Remove unused imported func
yangchen73 Jan 22, 2026
b216e1a
Formate files
yangchen73 Jan 22, 2026
ad5f773
Remove llm generated content
yangchen73 Jan 22, 2026
5450d65
Add Documentation for EmbodiAgent
yangchen73 Jan 22, 2026
cd922b5
Fix: define self.action_length = len(action_list) for truncate detection
yangchen73 Jan 22, 2026
db6159f
Removed the rewrite main function
yangchen73 Jan 22, 2026
0c4e785
Reformate file
yangchen73 Jan 22, 2026
96d4e0e
Fix: package conflict
yangchen73 Jan 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ materials
embodichain/toolkits/outputs/*
embodichain/toolkits/outputs/*

embodichain/database/*
embodichain/database/tmp/*
embodichain/database/train/*

3rdparty/
Log/
Expand Down
31 changes: 31 additions & 0 deletions configs/gym/agent/pour_water_agent/agent_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{ "TaskAgent": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the folder into pour_water_agent

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. I'v renamed this folder.

"prompt_name": "one_stage_prompt"
},
"CodeAgent": {
"prompt_name": "one_stage_prompt_according_to_task_plan"
},
"Agent": {
"prompt_kwargs": {
"task_prompt": {
"type": "text",
"name": "task_prompt.txt"
},
"basic_background": {
"type": "text",
"name": "basic_background.txt"
},
"atom_actions": {
"type": "text",
"name": "atom_actions.txt"
},
"code_prompt": {
"type": "text",
"name": "code_prompt.txt"
},
"code_example": {
"type": "text",
"name": "code_example.txt"
}
}
}
}
31 changes: 31 additions & 0 deletions configs/gym/agent/pour_water_agent/agent_config_dual.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{ "TaskAgent": {
"prompt_name": "one_stage_prompt"
},
"CodeAgent": {
"prompt_name": "one_stage_prompt_according_to_task_plan"
},
"Agent": {
"prompt_kwargs": {
"task_prompt": {
"type": "text",
"name": "task_prompt_dual.txt"
},
"basic_background": {
"type": "text",
"name": "basic_background.txt"
},
"atom_actions": {
"type": "text",
"name": "atom_actions.txt"
},
"code_prompt": {
"type": "text",
"name": "code_prompt.txt"
},
"code_example": {
"type": "text",
"name": "code_example.txt"
}
}
}
}
Loading
Loading