gym-examples 3.0.130__py3-none-any.whl → 3.0.131__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.
gym_examples/__init__.py CHANGED
@@ -6,4 +6,4 @@ register(
6
6
  max_episode_steps=50,
7
7
  )
8
8
 
9
- __version__ = "3.0.130"
9
+ __version__ = "3.0.131"
@@ -180,6 +180,7 @@ class WSNRoutingEnv(gym.Env):
180
180
  # } for e, p, d in zip(self.remaining_energy, self.sensor_positions, self.number_of_packets)]
181
181
 
182
182
  def _get_obs(self):
183
+ print(f"zip(self.remaining_energy, self.sensor_positions, self.number_of_packets): {zip(self.remaining_energy, self.sensor_positions, self.number_of_packets)}")
183
184
  remaining_energy = np.array([e for e, _, _, _ in zip(self.remaining_energy, self.sensor_positions, self.number_of_packets)])
184
185
  consumption_energy = np.array([initial_energy - e for e, _, _, _ in zip(self.remaining_energy, self.sensor_positions, self.number_of_packets)])
185
186
  sensor_positions = np.stack(self.sensor_positions, axis=0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gym-examples
3
- Version: 3.0.130
3
+ Version: 3.0.131
4
4
  Summary: A custom environment for multi-agent reinforcement learning focused on WSN routing.
5
5
  Home-page: https://github.com/gedji/CODES.git
6
6
  Author: Georges Djimefo
@@ -0,0 +1,7 @@
1
+ gym_examples/__init__.py,sha256=ahSriOOSpl8TYtUBU7apEBqIqkv-NYN--SeN8MXBnvQ,194
2
+ gym_examples/envs/__init__.py,sha256=lgMe4pyOuUTgTBUddM0iwMlETsYTwFShny6ifm8PGM8,53
3
+ gym_examples/envs/wsn_env.py,sha256=dJoyTUnM4KzwyOY90VbrlxORhtWOuEniQmyFJhJ3EQU,22456
4
+ gym_examples-3.0.131.dist-info/METADATA,sha256=GAJOuP-KnMkbDrIUjNVCKglTO807gO7lNoAkR1-ZWgg,412
5
+ gym_examples-3.0.131.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
6
+ gym_examples-3.0.131.dist-info/top_level.txt,sha256=rJRksoAF32M6lTLBEwYzRdo4PgtejceaNnnZ3HeY_Rk,13
7
+ gym_examples-3.0.131.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- gym_examples/__init__.py,sha256=ephqHG1V21jR1hU69gk7ByNV2lo-xcz__sSSxL0TRiQ,194
2
- gym_examples/envs/__init__.py,sha256=lgMe4pyOuUTgTBUddM0iwMlETsYTwFShny6ifm8PGM8,53
3
- gym_examples/envs/wsn_env.py,sha256=jPME2gvkDL7BfMqYgjpAXna-mTAv3_81HlPs-U5FnTM,22286
4
- gym_examples-3.0.130.dist-info/METADATA,sha256=28_KBJf-MOIyD0HgbmzMvu1UlAcH5s-o0az8Qd1pN1Y,412
5
- gym_examples-3.0.130.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
6
- gym_examples-3.0.130.dist-info/top_level.txt,sha256=rJRksoAF32M6lTLBEwYzRdo4PgtejceaNnnZ3HeY_Rk,13
7
- gym_examples-3.0.130.dist-info/RECORD,,