File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ BALROG ships with two pre-built agents:
1111| ** Agent Type** | ** Description** |
1212| -------------------------| ---------------------------------------------------------------------------------|
1313| ** naive** | Outputs actions based on the current action/observation history without any additional reasoning. |
14+ | ** robust_naive** | Outputs actions based on the current action/observation history without any additional reasoning using a more robust template. |
1415| ** chain_of_thought** | Generates actions through step-by-step reasoning, providing a final action output. |
1516
17+
1618We encourage the community to open PRs to include more agents to BALROG.
1719
1820## 🤖 Creating Custom Agents
You can’t perform that action at this time.
0 commit comments