juxai2022

View on PyPIReverse Dependencies (0)

1.0 juxai2022-1.0-py3-none-any.whl

Wheel Details

Project: juxai2022
Version: 1.0
Filename: juxai2022-1.0-py3-none-any.whl
Download: [link]
Size: 57344
MD5: e93ba23ade0363f1ef8a15774f281d13
SHA256: 0e8d58251c04fe1560fa668a3506172fc892d8889ed8b373082ec08e732bfa72
Uploaded: 2022-12-26 08:33:23 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: juxai2022
Version: 1.0
Summary: JUX is a jax-accelerated engine for Lux-2022.
Author-Email: Qimai Li <qimaili[at]chaocanshu.ai>, Yuhao Jiang <yuhaojiang[at]chaocanshu.ai>
Project-Url: repository, https://github.com/RoboEden/jux
Project-Url: Bug Tracker, https://github.com/RoboEden/jux/issues
License: MIT License Copyright (c) 2022 Qimai Li, Yuhao Jiang. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: JAX,LuxAI2022
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Games/Entertainment :: Real Time Strategy
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: <3.11,>=3.7
Requires-Dist: luxai2022 (==1.1.4)
Requires-Dist: jax[cuda] (~=0.3.25)
Requires-Dist: chex
Requires-Dist: toml; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytype; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: tox-conda; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: autoflake; extra == "dev"
Requires-Dist: yapf; extra == "dev"
Requires-Dist: bump2version; extra == "dev"
Requires-Dist: rich; extra == "dev"
Requires-Dist: pandas; extra == "dev"
Requires-Dist: ipywidgets (<8.0,>=7.0); extra == "dev"
Requires-Dist: notebook; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: torch; extra == "torch"
Requires-Dist: torchvision; extra == "torch"
Requires-Dist: torchaudio; extra == "torch"
Provides-Extra: dev
Provides-Extra: torch
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5841 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
jux/__init__.py sha256=rMAfsP6Hb75p993EYq2Er99BwmStgG2VR2FptTsBTiY 20
jux/actions.py sha256=HZ7N6yz7P2l1HlsLxsVecQ93U8wsqRtgEpmX95k8HuA 25119
jux/config.py sha256=DGl9JNSLV2vBSpDlzxS3TSgevrqkwRwClngq9FrsRQU 6670
jux/env.py sha256=fw_i6DSLux6oSUhsP-vNXibcL729glmjUuD1Uuv9cNU 11060
jux/factory.py sha256=7fdrOUpLQTospBqCuvu9s4RT1PaokZPd_srjqSKtCDI 5661
jux/team.py sha256=jPikIeja7k-yIfV33qpD4L2dkSS9JLlQLg5rUH3M9ts 5013
jux/torch.py sha256=5tmL2NNY63V637R4bTt7diXiJO0vXv6ooy-Te6WUVM0 914
jux/tree_util.py sha256=LFtZeSJ_OySdE_IKMpGwBa3-axlAVqTh6pPnrAxSYd8 2860
jux/unit.py sha256=C0B4MZYIj7M518EI03Z1p7SQ-RTf8NMTZIi_gIkeoqE 9648
jux/unit_cargo.py sha256=r-WzjUDNtUZpl5V39Kq2lrofOnGrF7iLhL-MqvlBXDs 2811
jux/weather.py sha256=jsLCvp_SLSgFpc2C-QQ33RRRlo4NbaEsPuXUiB8xZRg 6482
jux/map/__init__.py sha256=adXzicXNufhco4MuCj2Osc9yEpamOfNc1hHsuP96-yc 56
jux/map/board.py sha256=I3N2VJHBghiiFNixTy5nFwBI2ajITWzraVeYHHW-FvU 12706
jux/map/position.py sha256=cexG_weWttPf3P4CsBFfSts0B1GKMQq2CqCztiZufZg 1592
jux/map_generator/__init__.py sha256=rMZh-GL4u517X9IpFzYWKO15gFtQllaaG07nP3_F6co 31
jux/map_generator/flood.py sha256=5ccJWpu0yrGhYYpXHnGhgNxftin4ULQpdePSRNy-tTs 9842
jux/map_generator/generator.py sha256=RexGlm419GvwzB0x3dqqZrI1QT2ge4Shbgs5Jp1ai_c 18339
jux/map_generator/simplexnoise.py sha256=KohNLTfE3qzbs1EM7b1cvtzz0FD3UUItCJ3g445SihQ 17826
jux/map_generator/symnoise.py sha256=hy9SkbkuDyp_0RVP6s9_s5Rz6ujgWqvPuXUVkEQX5xc 1920
jux/state/__init__.py sha256=gI9aa5Fup9tOTatTvsi8W4AQuW2HRs12rfgOHVCo5e0 36
jux/state/state.py sha256=734txn67iDUzlI4GxjgzNT_1UhxTAOuwrneqIN0UjUE 73902
jux/utils/__init__.py sha256=vocKGXfJ6z-LL2FwoFntyPLib5Ll6Q6izoy3V1qfoeo 1413
juxai2022-1.0.dist-info/LICENSE sha256=Rz7e92GhkyBiOQ9RsREgEQsubUGTrPCyh1RvjPnAXOg 1079
juxai2022-1.0.dist-info/METADATA sha256=0D2oGI0jA4Jd4qYrVhztw-M3oc3dYB8ZKsMlknaXWIo 8680
juxai2022-1.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
juxai2022-1.0.dist-info/top_level.txt sha256=0tvumIeFvi1NTMY_ZqEc3-APu0cAIL_-bA2N6CG3zUM 4
juxai2022-1.0.dist-info/RECORD

top_level.txt

jux