multi-agent-rlenv 3.6.1__py3-none-any.whl → 3.6.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- marlenv/catalog/deepsea.py +1 -1
- {multi_agent_rlenv-3.6.1.dist-info → multi_agent_rlenv-3.6.2.dist-info}/METADATA +1 -1
- {multi_agent_rlenv-3.6.1.dist-info → multi_agent_rlenv-3.6.2.dist-info}/RECORD +5 -5
- {multi_agent_rlenv-3.6.1.dist-info → multi_agent_rlenv-3.6.2.dist-info}/WHEEL +0 -0
- {multi_agent_rlenv-3.6.1.dist-info → multi_agent_rlenv-3.6.2.dist-info}/licenses/LICENSE +0 -0
marlenv/catalog/deepsea.py
CHANGED
|
@@ -34,7 +34,7 @@ class DeepSea(MARLEnv[MultiDiscreteSpace]):
|
|
|
34
34
|
self._step_right_penalty = -0.01 / self.max_depth
|
|
35
35
|
|
|
36
36
|
def get_observation(self) -> Observation:
|
|
37
|
-
return Observation(np.array([self._row, self._col], dtype=np.float32), self.available_actions())
|
|
37
|
+
return Observation(np.array([[self._row, self._col]], dtype=np.float32), self.available_actions())
|
|
38
38
|
|
|
39
39
|
def get_state(self) -> State:
|
|
40
40
|
return State(np.array([self._row, self._col], dtype=np.float32))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: multi-agent-rlenv
|
|
3
|
-
Version: 3.6.
|
|
3
|
+
Version: 3.6.2
|
|
4
4
|
Summary: A strongly typed Multi-Agent Reinforcement Learning framework
|
|
5
5
|
Project-URL: repository, https://github.com/yamoling/multi-agent-rlenv
|
|
6
6
|
Author-email: Yannick Molinghen <yannick.molinghen@ulb.be>
|
|
@@ -10,7 +10,7 @@ marlenv/adapters/pettingzoo_adapter.py,sha256=w9Ta-X4L_6ZXdDGmREOdcU0vpLR8lGP__s
|
|
|
10
10
|
marlenv/adapters/pymarl_adapter.py,sha256=2s7EY31s1hrml3q-BBaXo_eDMXTjkebozZPvzsgrb9c,3353
|
|
11
11
|
marlenv/adapters/smac_adapter.py,sha256=8uWC7YKsaSXeTS8AUhpGOKvrWMbVEQT2-pml5BaFUB0,8343
|
|
12
12
|
marlenv/catalog/__init__.py,sha256=VMAlot7aHjCXJPH6iycDHuYIEUyK_giOIO8qWTN8H_Q,655
|
|
13
|
-
marlenv/catalog/deepsea.py,sha256
|
|
13
|
+
marlenv/catalog/deepsea.py,sha256=-mLsk2Lu48Mi_Y7IO-fyrHyPc_HfjQoJkdoTchxDivI,2334
|
|
14
14
|
marlenv/models/__init__.py,sha256=uihmRs71Gg5z7Bvau_xtaQVg7xEtX8sTzi74bIHL5P0,443
|
|
15
15
|
marlenv/models/env.py,sha256=BG1iVHxGD_p827mF0ewyOBn6wU2gtFsHLW1b4UtW-V0,7841
|
|
16
16
|
marlenv/models/episode.py,sha256=zsyxsW4LIioPKyY4DZKn64A31e5ZvlwOf3HIGuRUzhs,13531
|
|
@@ -38,7 +38,7 @@ marlenv/wrappers/potential_shaping.py,sha256=T_QvnmWReCgpyoInxRw2UXbmdvcBD5U-vV1
|
|
|
38
38
|
marlenv/wrappers/rlenv_wrapper.py,sha256=S6G1VjFklTEzU6bj0AXrTDXnsTQJARq8VB4uUH6AXe4,2993
|
|
39
39
|
marlenv/wrappers/time_limit.py,sha256=GxbxcbfFyuVg14ylQU2C_cjmV9q4uDAt5wepfgX_PyM,3976
|
|
40
40
|
marlenv/wrappers/video_recorder.py,sha256=ucBQSNRPqDr-2mYxrTCqlrWcxSWtSJ7XlRC9-LdukBM,2535
|
|
41
|
-
multi_agent_rlenv-3.6.
|
|
42
|
-
multi_agent_rlenv-3.6.
|
|
43
|
-
multi_agent_rlenv-3.6.
|
|
44
|
-
multi_agent_rlenv-3.6.
|
|
41
|
+
multi_agent_rlenv-3.6.2.dist-info/METADATA,sha256=JF4nsBsnbmbjfp8g5PG39s9gwqrutE1xnhfllhCZBR8,5751
|
|
42
|
+
multi_agent_rlenv-3.6.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
43
|
+
multi_agent_rlenv-3.6.2.dist-info/licenses/LICENSE,sha256=_eeiGVoIJ7kYt6l1zbIvSBQppTnw0mjnYk1lQ4FxEjE,1074
|
|
44
|
+
multi_agent_rlenv-3.6.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|