Skip to content

Shimmy 1.3.0

Compare
Choose a tag to compare
@elliottower elliottower released this 17 Oct 19:07
· 6 commits to main since this release
cb9595e

Shimmy 1.3.0 Release Notes:

This release updates Shimmy's Melting Pot wrapper to use Melting Pot's pypi release, and includes a minor rendering bugfix for dm_control,

  • Note: Melting Pot requires python version >= 3.10, please upgrade your python installation if you intend to use this wrapper

Breaking Changes

  • install_melting_pot.sh has been removed, as it is no longer necessary for installation because we are using Melting Pot's pypi release
    • To install all required dependencies, simply run pip install shimmy[meltingpot]

New Features and Improvements

  • Update Melting Pot wrapper to use pypi release (#111)

Bug Fixes

  • Fix dm_control rendering bug when human mode is used by (#104)

Contributors

@elliottower, @pseudo-rnd-thoughts, @spiglerg @KaleabTessera

Full Changelog: v1.2.1...v1.3.0