-
Notifications
You must be signed in to change notification settings - Fork 35
async web agent #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
async web agent #230
Conversation
Based on your review schedule, I'll hold off on reviewing this PR until it's marked as ready for review. If you'd like me to take a look now, comment
|
Looks good so far! Let's plug your miniwob agent structure into |
@NicolasAG lets merge it to main maybe? The agent and the env server are pretty stable now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Please take a look at my changes at the remote_environment.py and lets merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
took a quick look at RemoveEnvironment
, looks very goood!
Description by Korbit AI
What change is being made?
Introduce an asynchronous and parallelized framework for a web-based reinforcement learning agent, including new modules for async task execution, environment orchestration, and step management.
Why are these changes being made?
The changes are designed to improve the scalability and efficiency of the web agent by allowing parallel processing of tasks and asynchronous interactions with remote environments. This update optimizes the agent's task execution loop and introduces mechanisms to handle repetitive steps and prevent redundant retries, offering a more robust system for managing complex web interactions.