Skip to content

Commit

Permalink
Update evaluation results colab notebook with Melting Pot Competition…
Browse files Browse the repository at this point in the history
… data.

PiperOrigin-RevId: 647751884
Change-Id: Ie097d1a4fa4c4d53bb3000d60579cd97a9f480a8
  • Loading branch information
duenez authored and copybara-github committed Jun 28, 2024
1 parent 6a530c9 commit 29096cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/evaluation_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"outputs": [],
"source": [
"# @title Load scenario results\n",
"path = 'https://storage.googleapis.com/dm-meltingpot/meltingpot-results-2.1.1.feather' # @param {type: 'string'}\n",
"path = 'https://storage.googleapis.com/dm-meltingpot/meltingpot-results-2.3.0.feather' # @param {type: 'string'}\n",
"\n",
"def load_scenario_results(path):\n",
" results = pd.read_feather(path)\n",
Expand Down

0 comments on commit 29096cc

Please sign in to comment.