Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -265,9 +265,9 @@ with gr.Blocks(title="Sim-OPRL Demo", theme=gr.themes.Soft()) as demo:
|
|
| 265 |
status_box = gr.Textbox(label="Status", interactive=False, lines=1)
|
| 266 |
|
| 267 |
with gr.Tabs():
|
| 268 |
-
with gr.
|
| 269 |
live_plot = gr.Plot(label="Return vs Queries (updates every 5 clicks)")
|
| 270 |
-
with gr.
|
| 271 |
comparison_plot = gr.Plot(label="Sim-OPRL vs Uniform OPRL vs Uncertainty OPRL")
|
| 272 |
|
| 273 |
gr.Markdown("""
|
|
|
|
| 265 |
status_box = gr.Textbox(label="Status", interactive=False, lines=1)
|
| 266 |
|
| 267 |
with gr.Tabs():
|
| 268 |
+
with gr.Tab("Live: Your Preferences → Agent Return"):
|
| 269 |
live_plot = gr.Plot(label="Return vs Queries (updates every 5 clicks)")
|
| 270 |
+
with gr.Tab("Baseline Comparison (from train.py)"):
|
| 271 |
comparison_plot = gr.Plot(label="Sim-OPRL vs Uniform OPRL vs Uncertainty OPRL")
|
| 272 |
|
| 273 |
gr.Markdown("""
|