Spaces:
Sleeping
Sleeping
File size: 12,397 Bytes
1c3893f 05f9611 53dbcc1 1c3893f 53dbcc1 05f9611 1c3893f 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 05f9611 53dbcc1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 | ---
title: Flatmate RL Broker Environment
emoji: ποΈ
colorFrom: indigo
colorTo: green
sdk: docker
pinned: false
app_port: 8000
base_path: /web
tags:
- openenv
- reinforcement-learning
- agents
- tool-use
- flatmate-search
- housing
- scheduling
- fastapi
- docker
---
# Flatmate RL
Flatmate RL is a deterministic OpenEnv reinforcement-learning environment for broker agents. It models flatmate-share search as a multi-step workflow where the policy must gather details, inspect listings, check slots, coordinate buyer/seller confirmations, and schedule visits only when the guardrails are satisfied.

Read the full project writeup: [Flatmate RL: Training Broker Agents for Real Flatmate Search](flatmate_rl.md).
## Environment Flow
```mermaid
flowchart LR
O["Observation<br/>conversation, tools, fields,<br/>posts, visits, rewards"] --> P["Policy / RL Agent"]
P --> A{"Action"}
A --> M["assistant_message"]
A --> T["tool_call<br/>tool + JSON args"]
M --> E["Flatmate RL<br/>OpenEnv Environment"]
T --> E
E --> G["Guardrails<br/>tool order, arguments,<br/>slot conflicts, consent"]
G --> R["Reward + done<br/>next observation"]
R --> O
```
```mermaid
flowchart TD
U["Buyer / seller request"] --> D["Gather required details"]
D --> S["Search and filter posts"]
S --> C["Check location, commute,<br/>calendar slots, conflicts"]
C --> K["Shortlist / negotiate / waitlist"]
K --> Q{"Buyer and poster confirmed?"}
Q -- "yes" --> B["Book visit or close deal"]
Q -- "no" --> F["Ask follow-up or call next tool"]
F --> D
```
## At A Glance
| Area | Details |
| --- | --- |
| Runtime | OpenEnv environment served through FastAPI |
| Domain | flatmate-share search and visit scheduling |
| Policy output | `assistant_message` or structured `tool_call` |
| Observation | transcript, phase, tools, fields, posts, bookings, violations, reward |
| Reward signal | positive workflow progress, penalties for invalid order, hallucinated tools, bad bookings |
| UI | custom Gradio app at `/web` |
| Deployment | local Docker or Hugging Face Docker Space |
## Scenario Types
| Scenario | What the agent must learn |
| --- | --- |
| `task_visit_single` | book one valid visit |
| `task_visit_single_hidden_flex` | recover when the buyer reveals only one bad slot |
| `task_visit_multi` | schedule multiple non-overlapping visits |
| `task_visit_single_seller_followup` | switch from failed buyer flow to seller follow-up |
| `task_negotiation_hidden_budget` | discover buyer/seller price overlap |
| `task_slot_cancellation_waitlist` | waitlist, react to cancellation, then book |
| `task_multi_visit_preference_evolution` | update preferences after visits and new listings |
| `task_visit_conflict_check` | avoid pre-booked slots and propose only open times |
Scenario declarations live in [server/scenarios.py](server/scenarios.py) and are built with helpers from [server/scenario_factory.py](server/scenario_factory.py).
## Synthetic Data And No-Leakage Design
```mermaid
flowchart LR
F["scenario_factory.py<br/>synthetic profiles, posts,<br/>ground truth"] --> S["scenarios.py"]
Seed["seed"] --> V["scenario_variants.py<br/>safe value shifts"]
S --> V
V --> E["Episode"]
E --> Obs["Observation"]
Strict["STRICT_EVAL_MODE=true"] --> Obs
```
All scenarios are synthetic. Seeded variants use `random.Random(f"{task_id}:{seed}")` to vary safe surface values such as occupation, rent, budget, and opening messages while preserving task id, post ids, required tools, feasible slots, required bookings, phase transitions, and the canonical success path.
The environment should not contain real names, phone numbers, emails, addresses, scraped listings, or private housing records. If names or richer details are added later, generate them only inside [server/scenario_variants.py](server/scenario_variants.py) as synthetic seeded values.
For stricter evaluation, set:
```bash
STRICT_EVAL_MODE=true
```
Strict eval mode hides direct scenario labels, difficulty, gathered/remaining fields, violations, tool traces, and rewards from the observation while still allowing sanitized tool results. Use this when you want to reduce prompt leakage during model evaluation.
## Action, Observation, And Tools
`FlatmateRlAction` supports two action types:
- `assistant_message`
- `tool_call`
Example assistant action:
```python
from flatmate_rl import FlatmateRlAction
FlatmateRlAction(
action_type="assistant_message",
assistant_message="Please share your dietary preference and visit availability.",
)
```
Example tool action:
```python
from flatmate_rl import FlatmateRlAction
FlatmateRlAction(
action_type="tool_call",
tool_name="check_calendar_slots",
tool_arguments={"post_ids": ["post_023", "post_031"]},
)
```
Each `reset` or `step` returns a `FlatmateRlObservation` with transcript state, active phase, available tools, gathered and remaining fields, selected posts, booked visits, violations, `step_reward`, and `total_reward`.
Main buyer tools include `store_user_details`, `search_posts`, `match_location_preference`, `get_commute_time`, `check_calendar_slots`, `shortlist`, `contact_poster`, and `book_viewing`. Scenario-specific tools add negotiation, waitlist, debrief, new-arrival filtering, and seller-follow-up workflows.
Guardrails penalize searching before storing user details, seller tools before seller details, booking before slot checks and confirmations, unknown tools, missing arguments, repeated successful calls, and non-canonical ordering.
## Quick Start
```python
from flatmate_rl import FlatmateRlAction
from flatmate_rl.server.flatmate_rl_environment import FlatmateRlEnvironment
env = FlatmateRlEnvironment()
obs = env.reset(scenario_id="task_visit_single")
print(obs.last_user_message)
print(obs.remaining_required_fields)
obs = env.step(
FlatmateRlAction(
action_type="assistant_message",
assistant_message="Please share your dietary preference and visit availability.",
)
)
print(obs.last_user_message)
obs = env.step(
FlatmateRlAction(
action_type="tool_call",
tool_name="store_user_details",
tool_arguments={},
)
)
print(obs.last_tool_result)
```
## Training An RL Agent
Use the environment as a reward source for an LLM or seq2seq policy that emits JSON actions.
```mermaid
flowchart LR
Reset["reset(scenario_id, seed)"] --> Prompt["serialize observation"]
Prompt --> Model["policy model"]
Model --> Parse["parse JSON action"]
Parse --> Step["env.step(action)"]
Step --> Reward["step_reward / total_reward"]
Reward --> Update["SFT, GRPO, PPO,<br/>REINFORCE, eval"]
Step --> Prompt
```
Recommended path: start with SFT/imitation on valid trajectories, then use GRPO/PPO/REINFORCE with endpoint reward. Evaluate on held-out seeds with `STRICT_EVAL_MODE=true`.
Minimal local loop:
```python
import random
from flatmate_rl import FlatmateRlAction
from flatmate_rl.server.flatmate_rl_environment import FlatmateRlEnvironment
SCENARIOS = [
"task_visit_single",
"task_visit_single_hidden_flex",
"task_visit_multi",
"task_visit_single_seller_followup",
]
env = FlatmateRlEnvironment()
for episode_idx in range(100):
obs = env.reset(scenario_id=random.choice(SCENARIOS), seed=episode_idx)
while not obs.done:
prompt = obs.model_dump()
action_json = policy_generate_json(prompt) # your model
action = FlatmateRlAction.model_validate(action_json)
obs = env.step(action)
update_policy(obs.step_reward, obs.total_reward, obs.done)
```
When training against Docker or the Hugging Face Space, use `/ws`; a websocket session keeps one environment instance alive across `reset` and `step`.
```python
import asyncio
import json
import websockets
async def rollout(ws_url: str) -> None:
async with websockets.connect(ws_url, open_timeout=120, ping_timeout=120) as ws:
await ws.send(json.dumps({"type": "reset", "data": {"scenario_id": "task_visit_single", "seed": 7}}))
reset_payload = json.loads(await ws.recv())
action = {
"action_type": "assistant_message",
"assistant_message": "Please share your dietary preference and visit availability.",
}
await ws.send(json.dumps({"type": "step", "data": action}))
step_payload = json.loads(await ws.recv())
print(reset_payload["observation"]["status"])
print(step_payload["reward"], step_payload["done"])
await ws.send(json.dumps({"type": "close"}))
asyncio.run(rollout("ws://127.0.0.1:8000/ws"))
# Hosted Space: wss://kushalexplores-flatmate-rl.hf.space/ws
```
## Running With Docker
```mermaid
flowchart LR
Repo["flatmate_rl repo"] --> Docker["Dockerfile<br/>OpenEnv base + uv sync"]
Docker --> Server["uvicorn server.app:app<br/>port 8000"]
Server --> UI["/web Gradio UI"]
Server --> WS["/ws training endpoint"]
Server --> Health["/health"]
```
Build and run locally:
```bash
cd flatmate_rl
docker build -t flatmate_rl .
docker run --rm -p 8000:8000 flatmate_rl
```
Open the UI:
```text
http://127.0.0.1:8000/web
```
Use the websocket endpoint for training:
```text
ws://127.0.0.1:8000/ws
```
The Dockerfile uses the OpenEnv base image, installs dependencies with `uv`, sets `ENABLE_WEB_INTERFACE=true`, exposes the app on port `8000`, and starts:
```bash
uvicorn server.app:app --host 0.0.0.0 --port 8000
```
## Hugging Face Space Deployment
```mermaid
flowchart LR
HF["Hugging Face Space<br/>kushalExplores/flatmate_rl"] --> Build["Docker build"]
Build --> App["FastAPI OpenEnv app"]
App --> Web["/web"]
App --> Train["wss://.../ws"]
```
The deployed Space is:
```text
https://huggingface.co/spaces/kushalExplores/flatmate_rl
```
The Space is configured as Docker/FastAPI:
```yaml
sdk: docker
app_port: 8000
base_path: /web
```
The OpenEnv deployment config is in [openenv.yaml](openenv.yaml):
```yaml
spec_version: 1
name: flatmate_rl
type: space
runtime: fastapi
app: server.app:app
port: 8000
```
Programmatic training endpoint:
```text
wss://kushalexplores-flatmate-rl.hf.space/ws
```
For the browser UI, open:
```text
https://kushalexplores-flatmate-rl.hf.space/web
```
If Hugging Face changes the direct app subdomain, open the Space page and use the app link shown there.
The server is configured with `max_concurrent_envs=4`, so keep GRPO/PPO reward workers conservative at first. Increase rollout concurrency only after the endpoint is stable.
## Web UI
The environment exposes a custom Gradio UI at `/web`.
It includes:
- scenario selector
- transcript viewer
- assistant-message controls
- tool-call runner with JSON arguments
- live gathered/remaining field panels
- selected posts, booked visits, violations
- request/response payload panes
Run locally:
```bash
cd flatmate_rl
uv run --project . server
```
Then open:
```text
http://127.0.0.1:8000/web
```
## Local Development
```bash
cd flatmate_rl
python3.12 -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
pytest
```
Or with `uv`:
```bash
cd flatmate_rl
uv sync
uv run --project . pytest
uv run --project . server
```
## Tests
The test suite checks:
- scenario parity against `broker_app`
- ordering guardrails
- single-visit booking flow
- hidden-flex slot behavior
- multi-booking flow
- seller-follow-up scheduling
Run:
```bash
flatmate_rl/.venv/bin/python -m pytest flatmate_rl/tests/test_flatmate_rl.py
```
## Repository Layout
```text
flatmate_rl/
βββ Dockerfile
βββ README.md
βββ client.py
βββ models.py
βββ openenv.yaml
βββ pyproject.toml
βββ server/
β βββ app.py
β βββ episode.py
β βββ flatmate_rl_environment.py
β βββ gradio_ui.py
β βββ scenario_factory.py
β βββ scenario_variants.py
β βββ scenarios.py
βββ tests/
βββ test_flatmate_rl.py
```
## Notes
- The environment is deterministic and designed for RL experimentation, not as a drop-in replacement for the original multi-LLM broker simulator.
- The current Python 3.13 Anaconda runtime in this workspace can crash when importing parts of `openenv`; using the local Python 3.12 virtualenv is the safer path for testing here.
|