Skip to content

Commit

Permalink
Change default scenario to haggling, which runs fast
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 672009477
Change-Id: I1906f9d82087654b1124c064792eee62caa9a939
  • Loading branch information
vezhnick authored and copybara-github committed Sep 7, 2024
1 parent a51c257 commit c35440e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tutorials/agent_development.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@
"# Create the dropdown widget\n",
"dropdown = widgets.Dropdown(\n",
" options=all_scenarios,\n",
" value='haggling_0',\n",
" description='Select a scenario to run on:',\n",
" layout={'width': '500px'}, # Adjust the width as needed\n",
" style={'description_width': 'initial'}\n",
Expand Down

0 comments on commit c35440e

Please sign in to comment.