Skip to main content

Algorithm implementations for rlgym-learn

Project description

RLGym-Learn-algos

A set of standard implementations of common algorithms for use with rlgym-learn

Features

  • PPO agent controller
  • Flexible metrics logging
  • File-based configuration

Installation

  1. install RLGym via pip install rlgym. If you're here for Rocket League, you can use pip install rlgym[rl-rlviser] instead to get the RLGym API as well as the Rocket League / Sim submodules and rlviser support.
  2. If you would like to use a GPU install PyTorch with CUDA
  3. Install rlgym-learn via pip install rlgym-learn
  4. Install this project via pip install rlgym-learn-algos
  5. If pip installing fails at first, install Rust by following the instructions here

Usage

See the RLGym website for complete documentation and demonstration of functionality [COMING SOON]. For now, you can take a look at quick_start_guide.py and speed_test.py in the rlgym-learn repo to get a sense of what's going on.

Credits

This code was separated out from rlgym-learn, which itself was created using rlgym-ppo as a base. The following files were largely written by Matthew Allen, the creator of rlgym-ppo: ppo/basic_critic.py ppo/continuous_actor.py ppo/critic.py ppo/discrete_actor.py ppo/multi_discrete_actor.py ppo/experience_buffer.py util/*

In general his support for this project has allowed it to become what it is today.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rlgym_learn_algos-0.1.3.tar.gz (37.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rlgym_learn_algos-0.1.3-cp313-cp313-macosx_11_0_arm64.whl (303.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn_algos-0.1.3-cp312-cp312-win_amd64.whl (201.3 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.1.3-cp312-cp312-win32.whl (193.6 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (512.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_i686.whl (541.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl (612.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl (521.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (342.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (380.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (401.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (349.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (364.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.3-cp311-cp311-win_amd64.whl (201.5 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.1.3-cp311-cp311-win32.whl (193.3 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (514.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_i686.whl (544.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl (613.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl (521.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (343.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (382.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (401.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (350.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (365.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.3-cp310-cp310-win_amd64.whl (201.8 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.1.3-cp310-cp310-win32.whl (193.7 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (514.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_i686.whl (544.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl (613.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl (521.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (343.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (401.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (365.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.3-cp39-cp39-win_amd64.whl (202.9 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.1.3-cp39-cp39-win32.whl (194.0 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (516.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_i686.whl (546.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl (613.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl (523.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (345.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (384.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (366.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.3-cp38-cp38-win_amd64.whl (202.1 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.1.3-cp38-cp38-win32.whl (194.8 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (514.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_i686.whl (544.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl (613.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl (523.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (401.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (365.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file rlgym_learn_algos-0.1.3.tar.gz.

File metadata

  • Download URL: rlgym_learn_algos-0.1.3.tar.gz
  • Upload date:
  • Size: 37.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rlgym_learn_algos-0.1.3.tar.gz
Algorithm Hash digest
SHA256 464d62b176dc8647c31cabe6578c4f334a9fe4442c9818abf09e3e610d9acac2
MD5 270ec6ac58dd10ff05d39c0173669e91
BLAKE2b-256 875b27b044c1d43c51c2319fb73d42f728c6be224b434bdfd0b848b3c2d5faf8

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1596dfcc927b823c0f7caac3c1a713a4569388ee4c9cea92f75f588532a81494
MD5 3d94b318d79a3397c54169bb37465637
BLAKE2b-256 52076f0e77305e3280c3db73f036b1ba0a9d258f98a48029dc2478c1f3a984dd

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cdfda11137dc7bdd25d1577d2d96c23db936a1e53e3dfb26382814a4cf4baafe
MD5 62ebb4103426b91b9de64cac37489bc3
BLAKE2b-256 eaaf119a7b254f5f29eb1232409e89a8c59279810b144ecdbb9a3a8f7a1a0bb7

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 10f8951b9de8162f3e618ea1a21b3748098510581002752d21c2ceb70cf10947
MD5 7467e9d4e4dcc61513ae89e490569185
BLAKE2b-256 fbdfb9de6ac2b5e7f2fac0e6a19d56510de1d06115f09ce885db727fac0ed39d

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11b5661407d34d51924b1939b66665159d422b92de0cfb074d161555c55ceb47
MD5 0691c0964fe21c40fb8b3b0b00f52370
BLAKE2b-256 5369d16d73fe677b7d7e850216978bb1c51317474aef94d48f9e69ce8cb179c4

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a1aedd43ce199b8e1a2f65c6e7711376af338ab9a04dc7cb85002c40b975c3b4
MD5 a9e436c1f0305ab8b87e70d418e11b41
BLAKE2b-256 9bab1bdcf16a2d36b566f94ae52b879ab8a46eeb43391f0a242a00f3eb695899

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 059c484afb717e195c39f262f6f245a720a46348615fe787dc5751281a79be2f
MD5 72d315ae6794197263b96dfe0ab1dbf5
BLAKE2b-256 a89ce5f65cf8d18df55e0db4c2b58a1eacff307d94117654b880d52487ff655f

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63853ae07723daded6774475cc02a32a413b9b6a9863326a0a727ebbf4dedf5d
MD5 8d15455c8adc1a901777eff71148949a
BLAKE2b-256 277ff85d2f5fe6e00c9e90a2b20e3779e697cbb7195e736e2a016e47ed4582bb

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7db50a5c8dcb0b3838b7ef153babdf576fede82e2b18522498440b032fe2e32
MD5 1d2870bb703de1ff9175efc059fbc512
BLAKE2b-256 071d6909b16d6a053593154db0562f2bcd2addb0c207da3d5b0b26509b0143e5

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 26f4a9f752425d6b5a227c52a08e87ac1b577ecde8dcda49fb7ea252af6f5713
MD5 01f4f3f28f4b4f55f324d73fa16c0d26
BLAKE2b-256 fa3ec2fcc1d059ae975026674352de84d2a648cd7e64e9d1cbd7fc940742d5fd

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f81bc5940a38e1479228cb88cc6cb68924e7aa09359cf886e94ffef1ae44d2a
MD5 3defdd67b3968325f3cd587defdf6761
BLAKE2b-256 da373d4509ec079e9406a4b519d376fdc3e10dfdaeaae910882e0f19a5d48cac

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c8a6c8e7c13a1084b8694cdce0b0e31b54884cfd67bf57a42571f037422dfaa8
MD5 08c6bdd67f7bc51f0288d205bec1004c
BLAKE2b-256 d343f772c64e60bee766d9633266ad270325b0024c6211192c444edd74ae624d

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 009817754c8dc79aea71b25090a45e6b45f44e2afe1eab671aaf90f88736b770
MD5 878f04645e3ea9506f0b47cf299a3036
BLAKE2b-256 8b0b6431a4655aa8537c137184a80d975047305561408625389a39953e0dc433

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 25dfdaaa9d8d48d17096936d2cdf24b41f3d645f2b50fe7d76d665da91952cae
MD5 b31b2b67bd1e25a417da7d7ab54460b4
BLAKE2b-256 5bbf32d4e6b13f35ce32dbf99134dd26904244c58f3d7c830d0618c9643dc16f

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1c3b044ecd80b8692ae061d28fb8bcf9776452d7899f3a5ed3444f581664dac4
MD5 e3ae420ce85a46278865f63f1f0a43f1
BLAKE2b-256 c55119ed0ec597ce666cd15d6695db8b828b7f7c25c420f998a5328dcc31ca92

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 374d61e4e098c2f4537339b86a11f52b64c599b4bedabc9e4d290218acb848f8
MD5 75fc182d8464b19330e0600b0111a87b
BLAKE2b-256 a86cf2b6bf17fef078fb6fe7f313fc4982ba060d7ce27f2ff3aebb3d3084e649

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40d619c0ca5bd7ee68f7a7fd95c744035cb697b3d3bf3c40584406cddc81f4c1
MD5 727aba868165a738c5457b202fff0c55
BLAKE2b-256 a47e2a5e1bb6d17534a9731f1bad06118c62c6a0ef0bb01cec373f43ba143d6f

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 85044f1887eeef5eaea6d37280c8ab19c913129aa187df8049b2e7b92e770dff
MD5 01927e61462dc461df56d84d0f48007b
BLAKE2b-256 d1c01f34309ceacc7316186ab520574f4648a63a51a2101e229c82c0b63bb1d7

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6ba605b464d48164d301fc9901b2cf73497c26c69b8e963fbbd1aa6641b796aa
MD5 28b938e089d56e031c8da43d85fd889b
BLAKE2b-256 230749c45df1c1004e2e5bec9f6324c45da2ea46c5df55b7815cd0a192ea60b0

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13360c68f0a3937831855e1d398845ce4e2aa18a6a2ac902b1595599b1a15dc8
MD5 72bc36b3fcd74d8b919c8ba3eb470f63
BLAKE2b-256 6f40ea5121a2ac028a925acde1df1787dc28ebb7cfb4d65fcdfdf497c78240e3

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85d3511cfedd575ae3ee6e97e205de71cbfe40aa82d75687e7899000c1993d40
MD5 9659ffddf3d30c4723c6e229db629fdb
BLAKE2b-256 e4990c4bcdae1e4f88629ec7c56d4b8136dcb550ad451713edd2afb70fb9a607

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fd1462f523d12e2b2aefcacdb9d113d8f2fee55dfef5c897f32b3ede5592c281
MD5 07c364992aff71876ec721f63dd1f23e
BLAKE2b-256 417cc2d334fbf39a49193bc5beb0ba52836e3ed5f9065b19a4c0f2b977738928

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef3d1c6aa88251b2138711923a694eef7cbb939ba7bdc2059d246e10d44a4819
MD5 5833b377ca0333a5e67396e2e6088103
BLAKE2b-256 569d46628ae0011c1bc7b35652e42dc45f3e4d45e93d19e51a09a4f5d4994e63

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4d2d47018c81dce22a39806728507440154805deb79ccf9773ee960c31593bf5
MD5 a6182288cdaa2f4243a23893eb356f9c
BLAKE2b-256 9e507c0fdb60b77f64f873bed4fef08ee884c244ec0a8416c87f5cc683d635fa

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d25d1247c321b5d043aa1988170b34d0c2b99a0f77cfdbfe8cb0bf8bcc904a3c
MD5 1be7b51a704831a8a96c7de2b715d5f7
BLAKE2b-256 0693fc298c81ecfb1a3246ff3e7e1411c05b51f0e32d5e137ff1ae3543a71179

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c6720cbe548e74f83d84e4d5f8552ec1c27b3629daa41fa9020607880e2de259
MD5 8e44d9f31777fd7679531e64bf4752b4
BLAKE2b-256 914a17334ea5a23726ce1ebf00849fa97529b918141f8d0a18cafaaad0baeaf7

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 311ccc87a73dd8a701ba3e5006034c03e05b7ae05c3af899d5c32ed66a6ceb79
MD5 2e9f026e3241393785ef0c6dddb77132
BLAKE2b-256 d0782f5fa8aa62c1d18dea78a500a2e5ecbcbbc3b58122b67120dbd67a207173

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c4b112e096443ea77860726818d03b290ce6d6d08f0d8162af028a553420b24c
MD5 b38a09386065d5408c9d29eb5a06982c
BLAKE2b-256 cd860846980f1db3f6f0a1cc882bc3d2f043cbf8d1ef1636698add1608e7c9f8

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4795e9e7f515c57f2641392d61d20a3b26824d86227354bc2f8ebc84aecc23a1
MD5 f00a0c6a6ad0de7e9244c206ad81c8a8
BLAKE2b-256 d2393078e10004db551c8475abb368dcf8536665227fd83a7671682b8096992c

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 52f268a23d3dff4235122173e3b44664952a96459541f98e9be12a89a6574cc5
MD5 c6ab8ccead81e49382d5be7faa0fdc8e
BLAKE2b-256 113abda8c47d489f62fb5288635387eaddd2d86faebee595ca51215b04d83bc1

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4143d85f185e955efa947951052a787ee74797861ecf10ae5a64d27207a8ba2e
MD5 064e97c88b8999504b8d3abd87eeeb30
BLAKE2b-256 90a4a9916302b79bfb6b9eda57c416be4ae9b406ea7cbe1a638f717045cf3fa7

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32ba618c1a093cc0de8c0ac1ea8bebbe239637ed1874a0e1a18bef05f5e5d7b5
MD5 6242a86ddadb03140ba360e637a16ec2
BLAKE2b-256 f74b97b1a222727e43631c411cdd44c4a4450d342facd6c058f7365b78cfc8fa

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a7477263c7a9f7bbcca56b51492f25c095c07dcfe1855a175b7b4e84f4bb872
MD5 99ba93769750c8791d6ea5a776b4a89c
BLAKE2b-256 3fe497e0f33dbeff27420a7abc08ffd3fc3a66bbd160dfe43558c1c485f8a2c5

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdb7dc0303d1a25fe7bc28ebff8600fff0d6e6ec19f4d2c11241d90c35852d21
MD5 d7a1a3a64f711932d3e6febe9be52377
BLAKE2b-256 3ff8f6ab7f36e8165ca92883eca5abc319403f3ee50f47d1715993e6b2c4def0

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36ea9aba4b74e77ebdf9a8c10b35e2f700a0f9ff9ea7c3ae10e158c2eba21225
MD5 bd84dec386ac7ed352bf96450447c1ec
BLAKE2b-256 738fe967279735abe20be2a459f9af6eeb3775c230ac5dafc7d5875fbc4e7cab

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f62ea7ca59a36c6c1e15e772a57c6ebc075f50dc0a2de453eb2ba07e267055a3
MD5 2b0e01c47feffe50a31290606a5914e7
BLAKE2b-256 bce20f5974721d07f2eac4bf8eb681a276633737a22b7de7bdf9f3a109c3644d

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca68937f8fe703eeb6f2fbfde53db0a79f37eca82311020cb57531a0e31d682d
MD5 89da18ec9ec41e1c336b642a779ff850
BLAKE2b-256 fcef4fefa250bb9d6ddb9f5aa74c28e924fa3f26dbc9edf4801f5fbc151fd98f

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1cefcd5fd61102224f87fc17935ef98a3250b3c5b77f51bba69962aa2e89f711
MD5 6dc17449e4c24dced20add7b73632d81
BLAKE2b-256 33674871f5dda131b5909bcea5232a4ad2c9b5fe029cddb8658961562ee29e0d

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d1a797ccc6d0f7293b86f1cdd4ed0d8be341ef438ec46be1bf8c1c290ae9c171
MD5 07813caa22dd343017226464d5bdcb0d
BLAKE2b-256 4e18ef68d12d655e14293b85c5f0c2eee843af127c2f5a956b0aa171e39a8e70

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d3806dc988c132ca434bec8e1e84a2c42b515145dc33852cc6a4da37a3a3ece4
MD5 e9b40bf3b6ad57abcabe2323cc11930c
BLAKE2b-256 cc704ace378459c4573bbda31038261cb43af81eea5af491b481fa562ae6c385

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d47ed39c6d9e27920a53e6ae02ae9096bacae360aaab6267784973afd542e10
MD5 0f0b5ee0517912cfbc31b2015d3538fb
BLAKE2b-256 b5d464120c5f5a44ad6db71ee0cda207bafe52604b4b70351e87d20251635fa0

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1819f78f6f5b541ea177992edcee030df34ec24d36625f625a040ee1437f5907
MD5 e3b51dd503ce4d02193b912d33eca759
BLAKE2b-256 287ff9b94ba5c961cd6a2002b3a651f08e6aa25bd8020cebaf53a94540130998

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5741b5a3ea1963a5cea5e40067f860ff7f912be92fe8a80943f414549a024b8a
MD5 da54cf71077132423c2a17891fcb5646
BLAKE2b-256 1a24ca63999880ab07793746e01475daa303df699004dacdb18e581ec3bb49b4

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3c4defc7a88c8d92b1661d87ed1ee0a6ada21e05aab7ed6c3f857bed1a29be8
MD5 d7ade7d2b5f06bb86e779cc282bf57d6
BLAKE2b-256 6cb44f4c70227a399c2a4ca4bbdd85ce6442629f26a9b4d997db4b8f805c6f5f

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0618e88217d2048168f5ab74c35a2873d405da79bd5ba33723391e107645a604
MD5 87ad90c30a867927f3766455ab7d3b4a
BLAKE2b-256 34f4ad425f68feae3e44bbe812182f59ff15645fb92e3c0f747bd04a0c431d7a

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9846ff3c0bc0ba88292820ef37b57b92f92b04be50c24cd433a210f42fd70b0e
MD5 b75c85989dff9c9cbb68e8db083c3b84
BLAKE2b-256 bc5dfd322b221fee87d801e45076051619577986e8625fe0c48304ac45cf01d2

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dc3c073e645761960312c7432899e8b559b6fed71facf88b2dc56a64c06db560
MD5 724e1f3bc8b378d87b83c37fc63379aa
BLAKE2b-256 aa2f226398b7960f5fa41d24d31d52b5a1e45ec4a588f0c477478b9fe02fc675

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e3ee038481598849178efbb69ea6212fd1a421814212ad1ffe122e4df532c90a
MD5 b0c3f9ef08db7decb3bee8250b41d208
BLAKE2b-256 65a38498a1d68bc9784c92ed7b007c3b42b86271f5d9fcb3be7387f4ea1b51da

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 028d964085daa15845ad8cc1c3b922277139f9e366ee86b55000154a1caade18
MD5 68e768afa10293826c15315353b9104a
BLAKE2b-256 60084ebb79d0dc49be980571096889e60c0fbf3dc98b87b3be3163b68669186e

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d22323b50b2324d40a14bcc65ff258be0b8a844fb1a0860a7030624280859266
MD5 0588074e8c53f632f10c4bb20b5cc030
BLAKE2b-256 19b505bce53c20c25322141f756ce5a729ccb62da04a0230aa23cd03773c57ba

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 96d61cae3e02819de225235e5cb36768aef9268b17cd9ff280e386145530a1d4
MD5 c3ee904a781f80fc2010b14cb24fa83b
BLAKE2b-256 36c50b675a5c5584ddc1785e5457a646510d21196998a793a07d7ecad5cb201d

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 510072213e294a7462b4adef61567fb9ffad7ec5670a114d9693be906b2b7b63
MD5 a83acf20090eb84b1cb4e192f94749fe
BLAKE2b-256 e119812b8e625d4da6b27d323bf16d7ace589bed1cf122281f11a1ba872f8bed

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bcc04f0184f7e5a2fd90abd0f87cc9f9dd31f3553b267bbca96ca441176af0c4
MD5 c073086d3f03b17ac4909fa222083c98
BLAKE2b-256 0edf74c32f51ce2a08ef117ddbfbf363f5327a9559c9a7d01acb9078be1e6ce3

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ced1ef9e66b73d7df516fab28cf379ed0eb75dc553ac6f6b2f93f459bdd9175d
MD5 2fca0e2e87914ed361a296ab9203b139
BLAKE2b-256 312e1343df3b3065f6c77093dfef0ed278ccd96e320d2bbf6914b3e1500b4425

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 14d20348b0495f4633ecb5d19370252f8e2528cf7bce422e81590538328fb688
MD5 33dfa71047bc446c3a724736ff8bcb42
BLAKE2b-256 78a269af931d7b730e5bffcc6f18c28cba33bd7b023a73bd6a1fdb2df39a355a

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db9b77e73e49fed36d535fc2885bea1333fb2544b2aaa2a7e17bdc8fda25e2b4
MD5 72786d33e79913cc292618bec0996cd2
BLAKE2b-256 29895a338012c0f90cb4954b570e9f6418e5e638963639fc64509b575dbb1014

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b74413bbf6b2d5d1722ba1dfb268bb358fafff57a8bc0b4d44b53ff2aa0b019
MD5 3c1e82f2921259587ddca0ec61a321df
BLAKE2b-256 1b0c54018003950291d46d4ed08001694acd5bdb487ac03c32c361938477192a

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 080b8a175417c056ea5af62189a4c525352224839ed529bf566133addfb073bc
MD5 60414ef904bd0389e3910a13838e6b2b
BLAKE2b-256 dd9f5ef1c9b3e2add920d154ddf8e55754529ce5e7121da3c9ef1480771afa6a

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 728d9f3a4c98e7ab3adf2684ac6068d07efe1ddcd3bb9b890c907cfc128dfce4
MD5 f0b2f57ed11ece462b001bcfa1d8fa3f
BLAKE2b-256 299e6517695e458e0a865bb336a199b7903c5212ec160a47bafaab85e7f20d65

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b9ce886eb8b899b82f681a9e76ed92b77bd0d45bae891d1896874da525c25ae
MD5 fd0896b74f6a8643924514bfd77ee938
BLAKE2b-256 87fbd99d3a6fb2436a91f3def7178e12cd2ddbf1923dd37757064a681da63b40

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97aa8379a7859ba9a645bb735755379b61eac5a4e3086e5fc3f942d1ee92b384
MD5 1ad5783e3f1e650f4321632b8dcc4224
BLAKE2b-256 3c07804549ae5e14bc0a9988b445ce96bc352cd6326400b9e77328df028d647e

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2fef14cd7e92ca363f2c9f933a8da3fefa862de55628c0de8c9590ad52c33f7d
MD5 63f3dab8014feac4bebe6098776d4c18
BLAKE2b-256 c91cb52f8eff88cafcec698603df434339744316eb819108ecdc906d4f47c84b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page