Skip to content

Releases: stefanbschneider/mobile-env

mobile-env v2.0.1

11 Jul 19:57
2b075b3
Compare
Choose a tag to compare
  • Bugfix in multi-agent handler to check if the simulation is finished (#38 )
  • Consistent use of gymnasium rather than gym everywhere

v2.0.0

28 Apr 17:28
b0eab32
Compare
Choose a tag to compare

mobile-env v2.0.0

v1.1.4

08 Feb 11:25
80f2aa6
Compare
Choose a tag to compare
  • updated demo notebook
  • fixes an issue where passed configs were not merged correctly

v1.1.3

07 Feb 22:36
72ab2d1
Compare
Choose a tag to compare

Adds support for custom metrics to mobile-env. Core functionality itself unchanged.

v1.0.1

12 Jan 15:59
Compare
Choose a tag to compare

Fixes in the CI and doc build system. mobile-env functionality itself unchanged.

v1.0.0

12 Jan 15:31
Compare
Choose a tag to compare

First major release of mobile-env:

v0.3.0

13 Dec 16:14
51238b2
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Added tutorial notebook
  • Removed poetry in favor of plain pip
  • Multiple, small adjustments and refactoring without added functionality

v0.2.7

28 Oct 18:50
9b62538
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

Base Functionality: Release v0.2.7

Core Environment:

  • added rendering functionality
  • ensured customizability of core simulation components
  • added various simulation scenarios (small - large)
  • added handlers for centralized & multi-agent setting
  • added environment wrapper for integration with RLlib for multi-agent setting

Builds:

  • added CI/CD and documentation
  • updated pypi-publish workflow
  • support for python3.7 & python3.8