Skip to content

Commit

Permalink
Bump version number to v2.3.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647353439
Change-Id: I29c217310ed9c820f790edaf54e9b0a813b64cb6
  • Loading branch information
duenez authored and tkiela1 committed Jun 27, 2024
1 parent 739e055 commit 6a530c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.0] - 2024-06-27

### Added

- New scenarios, puppets and bots used in the Melting Pot Contest, NeurIPS 2023.

### Known issues

- Two scenarios in the competition were set up wrongly. Tracking issue:
https://github.com/google-deepmind/meltingpot/issues/246
* `clean_up_20` is using the wrong (puppet) bot:
`clean_up__puppet_sanctioning_alternator_nice_0` instead of
`clean_up__puppet_sanctioning_alternator_0`.
* `territory__rooms_6` is identical to `territory__rooms_5`.


## [2.2.2] - 2024-03-20

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
import setuptools
from setuptools.command import build_py

VERSION = '2.2.2'
ASSETS_VERSION = '2.2.1'
VERSION = '2.3.0'
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 6a530c9

Please sign in to comment.