gym-examples 2.0.52__py3-none-any.whl → 2.0.53__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__ = "2.0.52"
9
+ __version__ = "2.0.53"
@@ -125,7 +125,7 @@ class WSNRoutingEnv(gym.Env):
125
125
  dones[i] = True
126
126
 
127
127
  # Integrate the mobility of the sensors
128
- self.integrate_mobility()
128
+ # self.integrate_mobility()
129
129
 
130
130
  self.distance_to_base = np.linalg.norm(self.sensor_positions - base_station_position, axis=1)
131
131
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gym-examples
3
- Version: 2.0.52
3
+ Version: 2.0.53
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=0YWZrcieJEfliF4Ku7g2lo2v7dASNAvAZAD_3Xrl-w0,193
2
+ gym_examples/envs/__init__.py,sha256=lgMe4pyOuUTgTBUddM0iwMlETsYTwFShny6ifm8PGM8,53
3
+ gym_examples/envs/wsn_env.py,sha256=lf0L1bG5EVco12NmYdKIytQj8_jcrmGKNm8IaJ4ag94,15001
4
+ gym_examples-2.0.53.dist-info/METADATA,sha256=helIqQBo4fn8L7nrBf3UIiWfhGC2G3hKkavpCE8fYMI,411
5
+ gym_examples-2.0.53.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
6
+ gym_examples-2.0.53.dist-info/top_level.txt,sha256=rJRksoAF32M6lTLBEwYzRdo4PgtejceaNnnZ3HeY_Rk,13
7
+ gym_examples-2.0.53.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- gym_examples/__init__.py,sha256=6aaeH8rkfL_LI7cvWeIw12KjsNXo-mMyDfYWUedc1AU,193
2
- gym_examples/envs/__init__.py,sha256=lgMe4pyOuUTgTBUddM0iwMlETsYTwFShny6ifm8PGM8,53
3
- gym_examples/envs/wsn_env.py,sha256=0B3NR4ovrgafYv1oIm-EG_tnReB965W5QICY7rQnKVk,14999
4
- gym_examples-2.0.52.dist-info/METADATA,sha256=kZ8UE_UTc9Qyoo82ZMIyZWBMCRLtBvRcup6mKDBSbcE,411
5
- gym_examples-2.0.52.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
6
- gym_examples-2.0.52.dist-info/top_level.txt,sha256=rJRksoAF32M6lTLBEwYzRdo4PgtejceaNnnZ3HeY_Rk,13
7
- gym_examples-2.0.52.dist-info/RECORD,,