Skip to content

Commit 2584c51

Browse files
KarenUllrichamanjaiswal73892
authored andcommitted
add to readme
1 parent aa1fcb4 commit 2584c51

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,17 @@ env_ids = [id for id in gym.envs.registry.keys() if id.startswith("browsergym/wo
183183
print("\n".join(env_ids))
184184
```
185185

186+
OpenApps
187+
```python
188+
from open_apps.apps.start_page.main import app # need to import apps to serve
189+
from open_apps.launcher import OpenAppsLauncher
190+
191+
config = ... # configure a namespace with task, agent, envrionment, and server configs
192+
193+
launcher = OpenAppsLauncher(config)
194+
launcher.launch()
195+
```
196+
186197
## 💻 Demo
187198

188199
If you want to experiment with a demo agent in BrowserGym, follow these steps

0 commit comments

Comments
 (0)