mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
Update README.md
This commit is contained in:
parent
b776d19f7f
commit
d8f0749e1b
1 changed files with 7 additions and 5 deletions
|
|
@ -4,11 +4,13 @@
|
|||
Watch the demo on YouTube
|
||||
|
||||
##Environment Design & Motivation
|
||||
> NousWhiteHouse is a reinforcement learning (RL) project focused on improving agent tool calls using the Model Context Protocol (MCP). The goal is to enable agents to dynamically discover and invoke tools more effectively, leveraging MCP for context-aware decision-making.
|
||||
> After replicating RESTGPT, we noticed that LLMs struggled to find the right tools to call, such as finding Gims songs on Spotify. Instead of manually matching multiple APIs, the recent advent of Modex Context Protocol inspires us to double down on tool-calling efforts
|
||||
> Our main task or challenge that our environment presented
|
||||
> Why is this environment interesting or useful for RL research
|
||||
> What inspired our design choices
|
||||
NousWhiteHouse is a reinforcement learning (RL) project focused on improving agent tool calls using the Model Context Protocol (MCP). The goal is to enable agents to dynamically discover and invoke tools more effectively, leveraging MCP for context-aware decision-making.
|
||||
|
||||
After replicating RESTGPT, we noticed that LLMs struggled to find the right tools to call, such as finding Gims songs on Spotify. Instead of manually matching multiple APIs, the recent advent of Modex Context Protocol inspires us to double down on tool-calling efforts
|
||||
|
||||
[to add] Our main task or challenge that our environment presented
|
||||
[to add] Why is this environment interesting or useful for RL research
|
||||
[to add] What inspired our design choices
|
||||
|
||||
🔖 Environment Snapshot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue