Skip to content

Conversation

@atchudhansg
Copy link

Summary

This PR adds a new BrowserGym-compatible benchmark called custom, featuring a simple copy-paste web task.
It demonstrates how new BrowserGym environments can be integrated into OpenEnv while maintaining compatibility with the Gymnasium API.

Changes

  • Added new benchmark module: src/envs/browsergym_env/server/custom/
    • register.py: defines and registers the CopyPasteTask
    • tasks/copy_paste.html: implements a minimal HTML-based copy-paste task
  • Updated browsergym_environment.py to include the "custom" benchmark
  • Added test file tests/test_env.py for validation

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 12, 2025
@burtenshaw burtenshaw self-requested a review November 13, 2025 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant