Update README.md

This commit is contained in:
Aditya Mehta 2025-05-18 13:02:35 -07:00 committed by GitHub
parent 9472d2de23
commit b62cf5d74f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ 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
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 MCP 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