Skip to content

Commit 14fbf1e

Browse files
committed
Bumps version to 2.0
1 parent 91e27fe commit 14fbf1e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
88

99
> [!CAUTION]
10-
> The RWARE environment was updated to support the new [Gymnasium](https://gymnasium.farama.org/) interface in replacement of the deprecated `gym=0.21` dependency. For backwards compatibility, please see [Gymnasium compatibility documentation](https://gymnasium.farama.org/content/gym_compatibility/) or use version v1.0.3 of the repository. The main changes to the interface are as follows:
10+
> The RWARE environment was updated to support the new [Gymnasium](https://gymnasium.farama.org/) interface in replacement of the deprecated `gym=0.21` dependency (many thanks @LukasSchaefer). For backwards compatibility, please see [Gymnasium compatibility documentation](https://gymnasium.farama.org/content/gym_compatibility/) or use version v1.0.3 of the repository. The main changes to the interface are as follows:
1111
> - `obss = env.reset()` --> `obss, info = env.reset()`
1212
> - `obss, rewards, dones, info = env.step(actions)` --> `obss, rewards, done, truncated, info = env.step(actions)`
1313
> - `done` is given as single boolean value instead of one `bool` value per agent

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99

1010
setup(
1111
name="rware",
12-
version="1.1.0",
12+
version="2.0.0",
1313
description="Multi-Robot Warehouse environment for reinforcement learning",
1414
long_description=README,
1515
long_description_content_type="text/markdown",
1616
author="Filippos Christianos",
1717
url="https://github.com/semitable/robotic-warehouse",
1818
packages=find_packages(exclude=["contrib", "docs", "tests"]),
1919
classifiers=[
20-
"Development Status :: 4 - Beta",
2120
# Indicate who your project is intended for
2221
"Intended Audience :: Developers",
2322
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)