File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
66
7+ ## [ 1.8.9] - 2024-11-25
8+
9+ ### Changed
10+
11+ - Update launch and eval scripts for the eval phase of the contest
12+ - Further improve alternative baseline agents
13+ - Improve a few baseline agents
14+
15+ ### Added
16+
17+ - Add another time and place module for reality show
18+ - Add support for scene-wise computation of metrics
19+ - Add alternative versions of basic and rational agent factories
20+
21+ ### Fixed
22+
23+ - Catch another type of together API exception
24+ - Fix time serialization in associative_memory
25+
26+
727## [ 1.8.8] - 2024-11-13
828
929### Fixed
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
3333
3434setuptools .setup (
3535 name = 'gdm-concordia' ,
36- version = '1.8.8 ' ,
36+ version = '1.8.9 ' ,
3737 license = 'Apache 2.0' ,
3838 license_files = ['LICENSE' ],
3939 url = 'https://github.com/google-deepmind/concordia' ,
You can’t perform that action at this time.
0 commit comments