gym-examples 2.0.13__py3-none-any.whl → 2.0.15__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.13"
9
+ __version__ = "2.0.15"
@@ -47,7 +47,7 @@ net = net.double() # Convert the weights to Double
47
47
 
48
48
 
49
49
  class WSNRoutingEnv(gym.Env):
50
- def __init__(self, n_sensors = 30, coverage_radius=50):
50
+ def __init__(self, n_sensors = 20, coverage_radius=50):
51
51
 
52
52
  super(WSNRoutingEnv, self).__init__()
53
53
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gym-examples
3
- Version: 2.0.13
3
+ Version: 2.0.15
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=yXLXiiuwn7vi4OcCMYNBnUO1TJF6ika9THpbgFblD-Y,193
2
+ gym_examples/envs/__init__.py,sha256=lgMe4pyOuUTgTBUddM0iwMlETsYTwFShny6ifm8PGM8,53
3
+ gym_examples/envs/wsn_env.py,sha256=RuLxE06OdmbSmc0m5fnCqQUY1KCbJi7w8JeDJ3Hr-Zc,15135
4
+ gym_examples-2.0.15.dist-info/METADATA,sha256=zHRAWvsTMWtsuOnyiHIP8ya-iIL4EfuABgL6evrsLw8,411
5
+ gym_examples-2.0.15.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
6
+ gym_examples-2.0.15.dist-info/top_level.txt,sha256=rJRksoAF32M6lTLBEwYzRdo4PgtejceaNnnZ3HeY_Rk,13
7
+ gym_examples-2.0.15.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- gym_examples/__init__.py,sha256=XhNtWHiMZ7uXsOJs-JI4ByeLDD36WCAtwaDVHMF7HAg,193
2
- gym_examples/envs/__init__.py,sha256=lgMe4pyOuUTgTBUddM0iwMlETsYTwFShny6ifm8PGM8,53
3
- gym_examples/envs/wsn_env.py,sha256=Qc2oUPLVpbyEdBMHEhpxuBd-CcLHvfcIEV37WP2mkU0,15135
4
- gym_examples-2.0.13.dist-info/METADATA,sha256=0FYHuGFmW1HPIfQ7a0b7MMdblE39DtVNSjKi2OL179Y,411
5
- gym_examples-2.0.13.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
6
- gym_examples-2.0.13.dist-info/top_level.txt,sha256=rJRksoAF32M6lTLBEwYzRdo4PgtejceaNnnZ3HeY_Rk,13
7
- gym_examples-2.0.13.dist-info/RECORD,,