-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PiperOrigin-RevId: 516580515 Change-Id: I4c83da7711af52833ef59724d9e3244ba835d7d8
- Loading branch information
1 parent
7de41d2
commit d0a0dc4
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,15 @@ | |
|
||
setuptools.setup( | ||
name='dm-meltingpot', | ||
version='2.1.0', | ||
version='2.1.1', | ||
license='Apache 2.0', | ||
license_files=['LICENSE'], | ||
url='https://github.com/deepmind/meltingpot', | ||
download_url='https://github.com/deepmind/meltingpot', | ||
author='DeepMind', | ||
author_email='[email protected]', | ||
description='A suite of test scenarios for multi-agent reinforcement learning.', | ||
description=( | ||
'A suite of test scenarios for multi-agent reinforcement learning.'), | ||
long_description=open('README.md').read(), | ||
long_description_content_type='text/markdown', | ||
keywords='multi-agent reinforcement-learning python machine-learning', | ||
|