parabellum 0.3.1__tar.gz → 0.3.3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: parabellum
3
- Version: 0.3.1
3
+ Version: 0.3.3
4
4
  Summary: Parabellum environment for parallel warfare simulation
5
5
  Home-page: https://github.com/syrkis/parabellum
6
6
  License: MIT
@@ -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
  [tool.poetry]
2
2
  name = "parabellum"
3
- version = "v0.3.1"
3
+ version = "v0.3.3"
4
4
  description = "Parabellum environment for parallel warfare simulation"
5
5
  authors = ["Noah Syrkis <desk@syrkis.com>"]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes