Skip to content

Commit

Permalink
Update Melting Pot version to 2.3.1.
Browse files Browse the repository at this point in the history
This includes the results of the Melting Pot Competition, NeurIPS 2023.

PiperOrigin-RevId: 648439767
Change-Id: I1688eeb2bd3a5719e6bfdb8dad8b23a004b1d204
  • Loading branch information
duenez authored and copybara-github committed Jul 1, 2024
1 parent 29096cc commit 76104ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.1] - 2024-06-27

### Added

- Updated evaluation-results notebook with the Melting Pot Competition baselines
data.

## [2.3.0] - 2024-06-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import setuptools
from setuptools.command import build_py

VERSION = '2.3.0'
VERSION = '2.3.1'
ASSETS_VERSION = '2.3.0'

ASSETS_URL = f'http://storage.googleapis.com/dm-meltingpot/meltingpot-assets-{ASSETS_VERSION}.tar.gz'
Expand Down

0 comments on commit 76104ec

Please sign in to comment.