Skip to main content

Rust backend for the more expensive parts of the rlgym-learn-algos python module

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.2.tar.gz (33.5 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.2-cp313-cp313-macosx_11_0_arm64.whl (297.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn_algos-0.1.2-cp312-cp312-win_amd64.whl (195.9 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.1.2-cp312-cp312-win32.whl (185.8 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (504.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.2-cp312-cp312-musllinux_1_2_i686.whl (531.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl (603.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (506.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (372.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (390.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (340.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (353.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.2-cp311-cp311-win_amd64.whl (195.4 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.1.2-cp311-cp311-win32.whl (187.8 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (506.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.2-cp311-cp311-musllinux_1_2_i686.whl (534.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl (603.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (508.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (335.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (373.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (341.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (331.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (356.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.2-cp310-cp310-win_amd64.whl (195.5 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.1.2-cp310-cp310-win32.whl (187.8 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (506.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.2-cp310-cp310-musllinux_1_2_i686.whl (534.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl (602.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (508.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (335.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (390.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (340.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (331.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (355.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.2-cp39-cp39-win_amd64.whl (195.8 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.1.2-cp39-cp39-win32.whl (188.8 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (507.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.2-cp39-cp39-musllinux_1_2_i686.whl (534.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl (603.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (509.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (341.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (332.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (356.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.2-cp38-cp38-win_amd64.whl (195.6 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.1.2-cp38-cp38-win32.whl (188.6 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl (507.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.2-cp38-cp38-musllinux_1_2_i686.whl (534.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl (603.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl (509.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (341.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (332.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (356.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn_algos-0.1.2.tar.gz
Algorithm Hash digest
SHA256 cfcd405429272e992ce4300a6c6766d4f0475eb08546bf42b2d8e1ba530a3197
MD5 ffc4baff057d54e29984407122c2666c
BLAKE2b-256 1a5b9a780a36d72dabed2bb898d3cd01269695f9206ee6b3036335aba019be6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95e02785b6e6478c720022e1dd0be82ad97855f5075eeb5f0b437659fa85d915
MD5 5ab394991d5055bca38db752c297b133
BLAKE2b-256 53c5d15e2a6930f05edd3c818e9da44667fd908fc7df0b77a8675c0842b2c408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 abc15b164179550250ec55522b21a5989fe988a71b3647778a3e252948d65741
MD5 15e950f20cb3b4b0643fb833ef2f7f21
BLAKE2b-256 44ba34f442cbbb06a525cd2fa3722c8f2f35287eccc5bf49f716a112ba9f41af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4a9b97543f3d72a218506ce4e63225541838efab2cb0b9ee562eda4690d3ca87
MD5 0b9ebbae4b2b7b4b1e635d103e2e34ad
BLAKE2b-256 d594e040ad8840f0e4a91c302166b2797e24aa74bf3760fa57cf1ce1d8a51f55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59258c7bb5c22456889a9765bb863e65dade832ba838708becd98b9ce37fb23b
MD5 8c9ee43534d830d14997dace5e62a639
BLAKE2b-256 5be2481729b648f3e6e711176871ddc478d6e17e362593a86cbfd8d6c988f8e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7d2af146c12221af7fa3e2eb40f34a737f9c415e16da25fa49fbb6505f32538
MD5 88dc1e17024cd2a9edb6571188853b78
BLAKE2b-256 b72fad8870bd17c11eec5d6f316730647e1ca08ea0c3c348833c5e7e7c36ca14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 417368148fb52e6cb5950b15596c6a1fe3b6b480825d5328b9d52d2923586a50
MD5 bcf5a6b65fcca987c76b946a6b331cff
BLAKE2b-256 461eb98c6732b5973dae0bbbbaac66c4a26b1b50ee2b2915e271722637924e18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8945c95b4046521c4422193b0982dddb3a1546e6cf21cdedc50724a70cbbaab
MD5 3c613f6760624d773f8f2a275e72a3b2
BLAKE2b-256 453b9010d779042facdde0b16fda4f428993530eed5470337e66744babb783f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 378575f9548f9a49ea1a07979e0c425269128a1102e74b44cafcda29231a1bf0
MD5 c0c4b461df236e1b8d36bea6d424be60
BLAKE2b-256 78bba1dff3e71bff02ea72aeeeb6bd8386ea9b0bcb447bcc676d19127c8b32b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b30a01ddbb33ee083b591e820c49ebbc095abff18c9fd04d100d2a642d49818b
MD5 1632d882aca5d5229decdfa671e52494
BLAKE2b-256 2172c1097527f79d6599c0bac144a2592c848dba720f2f02f7572461cb0a7e8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 797e96f0635f8eb159218c6c9954c6d6d72fa21534a365a1dc8aef22d0314240
MD5 57ebe256eb9801ae8453eed82f7f5679
BLAKE2b-256 a79c91b569562cb722d7a67684009032666cade8c4186f2693ad71791c3bde18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5e15ff5ad539ed92862183e1bff3007c0aa4899834483446f73f30509823b375
MD5 6be845196b56c330c545c829f68e6fb3
BLAKE2b-256 cc0627868d8abc1232fa2a9078e91c40138d8b57dfc58ff9dddd3e2ecd10c9b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a9341797ec88e7aa762776021f4dd7f4f4250d55f6ecf5cf2ca98e2bb01a4a8
MD5 342d372d84d19b42866b24cc1aa24a8b
BLAKE2b-256 2e98c276d7f6756309ece9900a158c84b93bb3b135e99ffd4aa4c36f35596473

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c4bc0570ccef5b39fbf237de2e229a51b74a6fa6cbe85bae1fe5a42900bab3c8
MD5 d15ba5dabe532544c575213aac573d71
BLAKE2b-256 3d3951b00743a6d6b68e188185a293c9de17bebd2c0d413243f651bab10351f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1211f4c4ae79c2002f8e2f53a6d54b84396ae6581a30f1706a3a82a1727d4467
MD5 52bfe2a5bdcf8b48877f4cfe284eec75
BLAKE2b-256 33746d97b5ff672dc9cf13cc939c7bc29008ed78914749da5d92012ff2f12e65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 37b788db6f5ba779e42b18f82a1e6b02be78f101559e79e3fde88f3947e0dcbd
MD5 11d58f91a2501f8f61fb22d514481440
BLAKE2b-256 ef35dfc1a532d7eaf9fe9ef5bd63e0b94c20fc5267f3e70c23ff5a2a780cf0cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c574ca7abe34c2fdf606983bc345e26f5c09cd0179a9756e3f78174311ae8f06
MD5 44ef8920cd9c9bb068ebc8663312db01
BLAKE2b-256 5a9c058bdccfd0e499eb0e32aad84192e7ef97d7beb806337d81e7aedb39fde4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 55014991f4ae40867eb5a2467caee32af4f0a674ec0f7a59c4de7a22220f5427
MD5 971bd70e4bbf10fa151d2abbb3d84349
BLAKE2b-256 b2e7a3bdb5f18059269181eec173c997d543092763d9f83e85040ffd95e1f445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1b1e5747d0c29ef6d6c59e0758beca59703fe41152e032d1104ada82bbbd9af8
MD5 ac834f4d49c617292366c7ac2a4f1519
BLAKE2b-256 118855c996c4ccb51e75ceb7f2a5847ac572fa23d7e25225ee7497d1ded07cce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c511d5011d28fcd4483da9ee49bcddbaa54ac0b3431271dd0cb5fd3076c6f4c
MD5 0821bbfa37ca37600cf6a46cadd5b300
BLAKE2b-256 095304ea5ab952d33be723ae608d76e7adfd0c69cac9a98a8ed95ae9f1ceba99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1868248b81f3debc5ddbe0f6de2395fa5f570ef0c831c28bb60e428332a8c907
MD5 9478ad3dc9ae8404f4ce0dbeb22c7ddc
BLAKE2b-256 6b8b33469b9519f68f9d5d105d8c9edecad510612d0c511dab8be6ea0d13ced6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1bf1bf2d62d432b5b120acc9d9433dafc1290d607e1e84b863633164cc617590
MD5 74ee2ea1bda3b2a6e73b5e09dcacba49
BLAKE2b-256 48abd9bf00d37bbf1a3d8ed73958b20b16657b89777dd52e6fbe99bae0a30958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f103dd1a7c799cf48b82c71492915a20dee1cc87991b77914350ca095797c364
MD5 9eac05bbd4b84d19235b63e1b61cc3b0
BLAKE2b-256 340fdc0091fec6fd8b12509a6432bb3b9bd18b3e2f511846f62e39f37792e32c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14cdffd84bf67834142d482056ab511886b9307b137aa39cfc429f352af500e1
MD5 c1c0d68cd7d10ffb86d9fa93be7cb302
BLAKE2b-256 46b96422a5baf900ea34d4f21a6003daa5a8f8926864f2b576b0459f9e0c3ef1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f11bd02e40addaeef350bdb4e23fda3edfe72ee52bfad31d4199437b7dd1414
MD5 ebc7f37337978c6b0cb261b8f9bc6a7b
BLAKE2b-256 aea7e457e15964ce2100986ff1842045f7795c06f66b4b66c96f0eb7743ba359

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 25446e1273111ffa259b787bf1254d19ae72dc80e720368749484772bf59cb13
MD5 2951bf8a9af809eac0e5580efdc5bedf
BLAKE2b-256 41bc700054f4aa30f378f4a52a658f0f90ea8c85a66abfbf52da954c0902271f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 81f5c9d10fb2c1b0f0f4270cb41a7d92136053529a9113ad0638aedc08914079
MD5 67d3078e386b57b94c4bdf438e02483d
BLAKE2b-256 a28cc9c59d55476576e07f660f758272572ac841d639ffc127af9eac512845f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 844c40bbd9e2908b6a5017b5fae4ebc9b1e8fd0d9f4e4b5305c47b991af7e77d
MD5 6d4efc242d8f9a1874c0f1080dddb965
BLAKE2b-256 80803cc8b9a3dc0f7755b6cd74ca90443312b45c11e00ec37138c23ce1f5ec31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc89f5361c4c12cd3ec4796c8555031445ec6a6fc99823c2893da9eaa38f17ea
MD5 3934787ffdd64bda4f4613b2645cf01a
BLAKE2b-256 deae54b4e1d3789c11f23b08a319fa270b403b2902b3929959547c7cb9234858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ac6100115e3b2d4c838bdadaeb42dd0bb8a4524196d5e37d2852198d59df332b
MD5 23d79b36e49053c2453ee00a6a0ba4ae
BLAKE2b-256 be39ff5a2828ca3b25da9c390c1f96e6227410c5d69c719501a096ac980907ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 36492513f67fdbb8417b7abfbbf6a1d6988d37b86a3c9f80831cf4046a8ce31f
MD5 721a2d13b83f89cae02bf7e4e207ed5d
BLAKE2b-256 0203646ef7e40c07a93d11c117d38a2e136dfb3b3ba689879c7ad8668e87bfe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 592f81613f0f1bc57f9dc17d61756f58a6ffc5921905ca50df57bb6a5e3d64cf
MD5 22c60789104922c364b20c0e7c6fb68d
BLAKE2b-256 f182b5e27ff4ae0fd1ceaa6674f399d12ea5e63719af47e3ad857b7c547419bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6dca78ece6f00cf9c2c54d96be59882fa8dad8664af4a27f10c2d88efdfd6c24
MD5 ecf93fc041c0d606072339338dd2f45b
BLAKE2b-256 01dee82d201b4cae195eeb2557ffa7b1659fce50591c5ec2a2080453008fdb7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b174e5e1a9b7034fdfca40380715f20dd8cdc78ba1760e1efccfe5592e917290
MD5 cb4184904084e34ad6af75402e1327f8
BLAKE2b-256 6a4de72afda56787241f33800bce941877f962e87f4280a8e276d508ede99946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a0f8fe0e857d22e06ad616458e8b368d86261c6292d40de87870dab9910cdbeb
MD5 a3ac330b0cc32d42eb0edac29bd6399c
BLAKE2b-256 faaf7a1577b2586642532d3781d4d95b898c72252a899a106ed611f6847ebfde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 68d4edfa0127db30656901abed3f25b817dccd82c933ff0e53d44bdb99b12645
MD5 fd862de077fde9a455a9c3c02100f69f
BLAKE2b-256 4a43de3bd9e12ed9d82f8d7f882c26972a18fc448777bb7ea96b62569caf70ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78eba1a2f0e9a5260441a7a6c8e1ec809a3261999d76de8d736452df7b8de5ca
MD5 312c934ec46d2e5f7ac0a0a758ce56b2
BLAKE2b-256 1133b5927db8a36d9d50f502f4db075f939b6e2f64e78bdca79b5c7929f12837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 76d88bf33045f419a919855736b1dbbdae9e7be29c03e247838df63d663beba7
MD5 c38ff86ec9350c6b923c30e3d00ab425
BLAKE2b-256 110e4f93c377f399c5fa5aa569ae84eb0c8af5e81ed28863b88064ef6bc1354b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d56363cc8cbdbd5a15af320ed61284720e30fe1120aa04833cffc47c888bd766
MD5 4a06f36aa9da439d095182525e6cfbe8
BLAKE2b-256 993407a50ef8a823b2387896653168275c29c7a01f509c86af1a4edbabe5440d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c411c357665794155c1c643d9c6fee50022a985217715677ccc5e1e17797dfc2
MD5 b3f1ef1d95ead1212681eb9c1b5f8a9f
BLAKE2b-256 ec3214977dd9876ea9e08fe5308dc5d51da556f0483b45c0e2c519d5d26b9c67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 044b02e480acfa53b00fbd95f009a8b51eed534dbb9b267e865a8c4de46e1ebb
MD5 d77f817a2de488144ad187792f74a393
BLAKE2b-256 db20549345401c0cb38103d069416950487e7d797a3445079ed0bfaa0ca0b95d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2eb9ebbaed7229eecd7fb20bd1441b3b4da577cc77efbdf75578ff4ba854e056
MD5 8a425629cd53b4bf5de52b8197360fb2
BLAKE2b-256 0d16aa61ad5210354147d42930f6eef194aa8a35b5d768730184c07dd49b20e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aa8c44c6371c1c175f979ad7ef4e113a99e69c329d16c6790b2ae164c45e17b2
MD5 0270f3bcbd877468fb52d3c58efe1ec6
BLAKE2b-256 d1469e79cd3b49747e4c9d4f56a089d77caeabe06ffbad0ff66c4c92b04c2556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3da8fdcbdc23c58e118206d3db21ec0da897bd662b1385cd17db194c34211b65
MD5 1a4a3cc5333cd38a8d77b7e5270e1156
BLAKE2b-256 6b440042b005a76744bca6ce05fb56248fbc70a625d87e4ed391d72b1cd841a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4dd3201fec14487548ba14942dc6321f473371fdec9599128f74e53badd4e32
MD5 506c4c9b567c740be2e627a95a63d7e7
BLAKE2b-256 f979496e654d05f32ebf151473f332a76e0d96a4b83de86a9eb09d9e9943c99d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e4f1d1851aa897de083184276f4c5c6c7c7c5df0c792a87203ab4dc6d228d902
MD5 e0cbcbc0400c5fc5ab4c5720b81d7529
BLAKE2b-256 5877ae67de98454f5078d2fe498669d711e13148c4bd4cda6301ffc5574f1d2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4484f82b3e5b15afc0288d5274fa24ed843a1a945b2c245339f3996080a72223
MD5 0ab97abad25ed80bd2b1eb26ed4eaf2e
BLAKE2b-256 15ec2c2cafa620e050ba59636061278f398a29e5b8e472b93f7b9a278c1e6dd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd7bff990b445644708742b5377679805ea104c47917b12351bcc933d9b76b8b
MD5 b7a4e9e8672d492291ba41e48047b711
BLAKE2b-256 b8f27eaa04bb957eae3459afc00868e62825a3d31468778f0273fcccffc38123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4303cad92a71b60f822d570ff0678095f1f0b8ec6c4275c53cdf23637ee1c7eb
MD5 6e5bcb39eeefc7f8c0d63190744e3861
BLAKE2b-256 de9ad67cca5cda1baa136b47e7c255228638e298af97e314dd7a87d9ed81d329

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ace9c7ba2a8130652b82cfd85a53ae12571857ff987911c2ff08f4591f6608d8
MD5 a8dc93255d682f7953aea1793167e79a
BLAKE2b-256 8f6d4d6fe2800afad20fb4bffa0393c6d30dc61160775e29a7281cf834b33a67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 11f3c07fdb7279e37be9303958ee2184b8cff23d3d56672eb672d576c713707f
MD5 9aab7abf9759318b82225d4375ac1d3f
BLAKE2b-256 6bb3e4e77e2f4ae41c8fc3352df587de9c8568dd9a151f7ae3133c28cc1399ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a3a6aca308f547887f6714b4ea87ea21df79663b6312bd7498d8215224a8184d
MD5 82fa2112932407002e1f3e8656cfaf8a
BLAKE2b-256 07a37b8e41c28077c84531b35b93e6b0ed6d54705444af2d94757cc0bf58970f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 468927e8038142dbe82f07c8c39a6f8ed279a09d128516c6d9809c565466a6ed
MD5 7de8a2ac75cb7313b261a981c680cbe8
BLAKE2b-256 fb67fb931b71d89bf3c551b414e66526c334cd9bb4abbf8073f8ac8b04e51c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c2efcab91dde53cbe7e771013ac3c7b267fe8b5c6d075a9d48a04e14a8b12eda
MD5 93ac62bf4a0294f6e582d4eeb41bc0b4
BLAKE2b-256 015500773b662a212aeeddf94ac782de092aae1e3fca33341748aa1b62e14141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 16d6e64ae1f822091274c130976e8a5a5f4151def71041e2e4ae12ab88dc1d5c
MD5 77d81cf07de876bb48a1f8c3e0027f47
BLAKE2b-256 3b76b0da62335eb8dad5799e40a66b397091f3343459d9e970e1ba907016911c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91169b687c3a7dce54c98bf1500b4ef2be7fe22deeba2b1bdd295515686c3057
MD5 e1bbd90c7e62f42fb042d2fc5715bf72
BLAKE2b-256 02deee13d8c02b9a70e047ed6843d68290385659f7166e7d628433ea835cc24f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2608b9c628c0ee55529746791c7248268d8b0fed97b16427d9a3520ac4d4f4a2
MD5 3c0aade1234ebe64e0cf0c737302fac0
BLAKE2b-256 44b2306fab9fee657f275ebfc061e8e646486dd08525e2795ddc3f6caf581c2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 346ba734fb5041d58ee59b0af17547e05d11d2f42c4b5da176555581d81b254a
MD5 1fd64c63f6ad57bc1e6b7587734ae903
BLAKE2b-256 aeeb0724d8dcffa12a746efc06858e0ac91b25bd20e38d45934467c3da5a905e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f1ae2c791aef376dea5b5f8feb9651e30e2a94e3232eebac6415d70d26d518fd
MD5 872439504de6c856a5a5135ccf9ff6c2
BLAKE2b-256 7e72e56edd8b502fa82fe1c1296b060de4cc5d758cae98e2a734d97ea4acd434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cde09bd95ebc505632118edeb3af1f953e5dfee03bba96ba3d20b23766c9b0fd
MD5 f1a21c585e6782261629744200f7f1dc
BLAKE2b-256 7afc890bd468f619599996f4494ef2791f967343cfb30f15917187b8e452a8c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 066f7087aa7c002752e2fefa6cb0f8b0875de14b0ac7a38dbb010abf95e37cd7
MD5 9e3c6ef613441d3b46b7f868e6904e3d
BLAKE2b-256 549cdc825309a752b1a6b194983f66efb45e5d38ea2478b92b726ee15f4d38db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 69801a560a7a43bf4e67c8c754554cd198dedfbd8ede73e08f689ea065c94a20
MD5 083d29bbeb0fbfa3b9698a4c89709df7
BLAKE2b-256 efa5648ea6280f84299ff340467278cf7658cc479f1e944006d4c30a9d4f9545

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