We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0868fe7 commit e0ab57eCopy full SHA for e0ab57e
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name="spg",
17
- version="0.1.4",
+ version="0.1.5",
18
description="Simulator for Reinforcement Learning",
19
author="Michael Garcia Ortiz",
20
author_email="[email protected]",
src/spg/playground/room.py
@@ -163,6 +163,7 @@ def __init__(
163
background=None,
164
wall_cls=ColorWall,
165
wall_color=None,
166
+ **kwargs,
167
):
168
169
super().__init__(
@@ -174,4 +175,5 @@ def __init__(
174
175
background=background,
176
wall_cls=wall_cls,
177
wall_color=wall_color,
178
179
)
0 commit comments