parabellum 0.3.1__py3-none-any.whl → 0.3.3__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.
parabellum/env.py
CHANGED
@@ -96,9 +96,9 @@ def make_scenario(
|
|
96
96
|
)
|
97
97
|
|
98
98
|
|
99
|
-
def scenario_fn(place):
|
99
|
+
def scenario_fn(place, size):
|
100
100
|
# scenario function for Noah, cos the one above is confusing
|
101
|
-
terrain = geo.geography_fn(place)
|
101
|
+
terrain = geo.geography_fn(place, size)
|
102
102
|
num_allies = 10
|
103
103
|
num_enemies = 10
|
104
104
|
unit_types = jnp.array([0] * num_allies + [1] * num_enemies, dtype=jnp.uint8)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
parabellum/__init__.py,sha256=hIOLir7wgaf_HU4j8uos7PaCrofqPQcr3FcMlBsZyr8,406
|
2
2
|
parabellum/aid.py,sha256=BPabjN4BUq1HRhkwbc9pCNsXSF_ALiG8W8cHWTWeEH4,900
|
3
|
-
parabellum/env.py,sha256=
|
3
|
+
parabellum/env.py,sha256=yf5pSmTuFEHS4J4zKTprNTVsOni6bABP9IfWTMrO0OU,22581
|
4
4
|
parabellum/geo.py,sha256=PwEwspOppTPrHIXDZB_nGPTnVFIvDzbh2WtqzVKMUaM,4198
|
5
5
|
parabellum/gun.py,sha256=nvsJdcZ2Qd6lbPlAgsUiaLhstTi1UdLQ8kOnbCenucY,2618
|
6
6
|
parabellum/pcg.py,sha256=d8KC_lbc4WUUUPaTdPJSx27VMGioys3jSGOWJ-2EahU,968
|
@@ -8,6 +8,6 @@ parabellum/run.py,sha256=Q53__AxzROZNgfZLVU5LDdcT61UMCkmQ_Q5wWUIrnqo,3473
|
|
8
8
|
parabellum/terrain_db.py,sha256=XTKlpLAi3ZwoVw4-KS-Eh15NKsBKP-yt8v6FJGUtwdM,3960
|
9
9
|
parabellum/tps.py,sha256=of-RBdelAbNCHQZd1I22RWmZkwUEh6f161mx0X_G2tE,257
|
10
10
|
parabellum/vis.py,sha256=ABHveJj0fLRWkxOv3LFIXK20QtdGhjskuFLsp7iTFu0,6185
|
11
|
-
parabellum-0.3.
|
12
|
-
parabellum-0.3.
|
13
|
-
parabellum-0.3.
|
11
|
+
parabellum-0.3.3.dist-info/METADATA,sha256=OzXtMvFmkyMwAv4d3X7YFRAhDLuiuRda2ytgsgAXDIA,2707
|
12
|
+
parabellum-0.3.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
13
|
+
parabellum-0.3.3.dist-info/RECORD,,
|
File without changes
|