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.2.2.tar.gz (39.4 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.2.2-cp313-cp313-macosx_11_0_arm64.whl (308.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn_algos-0.2.2-cp312-cp312-win_amd64.whl (206.0 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.2.2-cp312-cp312-win32.whl (199.7 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (513.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.2-cp312-cp312-musllinux_1_2_i686.whl (543.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.2-cp312-cp312-musllinux_1_2_armv7l.whl (613.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (516.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (343.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (368.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (477.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (364.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.2-cp311-cp311-win_amd64.whl (208.6 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.2.2-cp311-cp311-win32.whl (198.7 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (514.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.2-cp311-cp311-musllinux_1_2_i686.whl (545.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.2-cp311-cp311-musllinux_1_2_armv7l.whl (614.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (516.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (367.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (476.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (366.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.2-cp310-cp310-win_amd64.whl (208.5 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.2.2-cp310-cp310-win32.whl (198.7 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl (514.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.2-cp310-cp310-musllinux_1_2_i686.whl (545.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.2-cp310-cp310-musllinux_1_2_armv7l.whl (614.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl (516.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (367.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (475.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (366.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.2-cp39-cp39-win_amd64.whl (209.0 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.2.2-cp39-cp39-win32.whl (199.4 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl (515.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.2-cp39-cp39-musllinux_1_2_i686.whl (545.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.2-cp39-cp39-musllinux_1_2_armv7l.whl (615.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl (517.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.2-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.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (368.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (474.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (352.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (339.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (367.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.2-cp38-cp38-win_amd64.whl (206.7 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.2.2-cp38-cp38-win32.whl (199.2 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.2.2-cp38-cp38-musllinux_1_2_x86_64.whl (515.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.2-cp38-cp38-musllinux_1_2_i686.whl (543.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.2-cp38-cp38-musllinux_1_2_armv7l.whl (614.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.2-cp38-cp38-musllinux_1_2_aarch64.whl (518.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (368.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (478.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (364.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn_algos-0.2.2.tar.gz
Algorithm Hash digest
SHA256 be64f017408870530ab21cd00e993c3653331e182e4912a161d42a8edbdef74f
MD5 65bcadf859c2c751e45b53140044d487
BLAKE2b-256 d3a50e440c17b8ffb9fd06480b1435d0ae45d2fd835211bcd02dbc34ff161509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38e0a54da641484eba71052bae1762adcab8353f7ba0ab5b259978263120733b
MD5 4562211a9c86fce66e2d9a7d28fe3a61
BLAKE2b-256 fc390121633999da34fff30ecd8712db296fbb13906f08975116c3c2a350d7f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 599ed6c74c7104429816755b5ca87a7914dd5051eac561cb2413c90fae0c3b3e
MD5 1dbe0273b13635da85db65cb929c440c
BLAKE2b-256 6aa49aa0c6a8470ef5557054cc42fcdd19c602603c1aaaa2a0d287f9c1dd7cb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c5b19b80fb4bbe856846b651ed91d31eb7edb637b69cbb81ec894bdaa01734bf
MD5 945e230adbd6f375e54fd52cadd4a261
BLAKE2b-256 6fb1c623720d3392b566b0ba2e475dfeb555e1ff591a58d5ed6356b605015b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6660cc5528e1c99887892be23c2ceed75dfeed14129a9877c49c6efbd90276b1
MD5 90b6cf26abbbe5b594628089276094df
BLAKE2b-256 4973a569d26873a566dd7c8d5d397b38d90953038e5e4b45a132a4946656ddbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6fb706b3061c17457a4200406166685708fb5004ed63afb131d4d3c1fbaf8bde
MD5 dfea2d067757925169e3388cbfc05b39
BLAKE2b-256 bc5ae3a8f34de367724781503131dacc1bf3fbd0a3f1570379f495dec0a67840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 681f2b1947c009e3d952258157f5e999419524c64cc6e463eb7483df9735d824
MD5 76d3f99a6e01ac5e8edf62dbe175322b
BLAKE2b-256 0d50055cf822566ac3f53d728e41ae0307b50e843ac8ecb4d12ee3639e182e4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7814d6db40743a3263bf8cad75abc3bd65f4be83de16f44d9154f50336d99f2
MD5 5e17babfa235101ffda1040a711f0e0d
BLAKE2b-256 dd6f61bbfda88d7fa0c3e79d3af0653fcf5613f9a154fcd2a8dc781ac20608ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1c134e857261a652fe531e508bafa42815df9b9958fdd0efee921bd0a073205
MD5 b6bcddc5502f6788a04afa1e6066f5ec
BLAKE2b-256 f51663821b5c3c67e5b524f4f818c95c174183f9f9fcf4df0db1ee674b074839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6af44dbe34d389e60e9f077029fe47f69ba2a6068500265f10b285944767e53c
MD5 0459f36980c35505f0fecd0c77798fe8
BLAKE2b-256 9721f54ebbe7d532dbb9f5c10b60b9d17a2f6e87142f9f98acfa36cdc5c0d69f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 574295f209263a2f5a6d36647d4c1450c2924d81eb39f8ed815a558e04107972
MD5 a35650202d647780bb84b999d3b42908
BLAKE2b-256 4d4758bb2fe4d8a093f80387d8914abaaf38c9472545c6b4718b0b093446d69d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a96757e20d33d5aee393b41dec5de93907745091724c7a8976d7487474895cf2
MD5 b4d5f16c1a9ffaf75b1621b872d849ec
BLAKE2b-256 41631dcf8d22249bef9f598f311d875ac8a25fee805594cb329c344e3d07a19f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 274d63ecc030216b90f0bcf00fd4024907b989f0d75f39d0e157ef823d00f7bc
MD5 b7189f373436bf5cf3ee5e244f520c30
BLAKE2b-256 743780faa4b8d868d89b17c01d38d33dd77132956b378feb8dad36b7819818a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a6df5c16e8078d88655432cd76bf725e4a13e694370dca5f405db5dfab18b8ac
MD5 1c7863d14389ca4c79d0e32e8d4aa83d
BLAKE2b-256 859d34f406ca4c0584047e34fb8dd3ade6dd49da2c2f06b13a3158b595e97d7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 754da8cd2a92ac771fdf0725d3e169c4c212f96c6d7e6d353f805fefd0e57ee2
MD5 2933768e28eecb5eacd8f19be831a781
BLAKE2b-256 a53f6e205e07d33ab81bbf0ba1439570d406cd7b91d9e1078d425f372b48d269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2da44343f855cc7b9a86af51cce976a2df42d41f4ca82d2c33bef9b127c06064
MD5 2f64d09483672e2b199de2ecde904864
BLAKE2b-256 d71f99338799aa215b39f96ccd833a5953f7617f2ad9a41d22ba95f594dfdf7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf39d9421fa925c91668be3f201aceebb608dd163035cf8ab8e0cb5455394496
MD5 d8496ae01644363c014c58d4369c5b71
BLAKE2b-256 212d1e2e6e61f7a64048b443bf4633629ba0ffd8d161001a8182e5f3feee1352

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f5329885a23645bc5847422e47e30a4808cc79d291f4759262e47915ca5670b1
MD5 16cb2bfa5d4525039dd67bb39188d391
BLAKE2b-256 3eb34432681b53c797492a5057cffcbdde7df711bec24463a30bc23337e928f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c96a4f883f4f28dbc27bea60778deda9ddaadfd85644f2b811bc7594e1a7e4c9
MD5 323a5935b5770dc260f2159ccaff70a7
BLAKE2b-256 c9d9274b326b1bf8acc3d6ef1725282933f4204c8dfba8b1951cbd238046e02e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a0ecce3010cf6529f0d7d8d8aaac2e7d61aea9aabfa6772ebef5b56ce9e2698
MD5 52661bae4e2b6cdacf882ff6a6786234
BLAKE2b-256 8b20a9b2eb783970a3d65debf5a13e55fd38c6fe6fcb58d4231a7b8911a1ff7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c78f22ac1ed5061c8ddf4afcef6ac6d2a82ff79bbec7dd84b663b0a6c07e8a13
MD5 563e387d2cd141a9046a3b34849a562b
BLAKE2b-256 49bff355ff946a7cfcd656415f4c247d39cb90816ffc46bfe6b6729a73efb223

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c757040a40f19076f9d8d002910429ed0e078d67348bcd26ddbb5d96cf35372e
MD5 a5c3a1abe3e4b1da1588f053cd5498bf
BLAKE2b-256 fbe69ecd7ac388aa5fe7e304ae1a6638aa9cb3fa337e791c5fa2287a4071f198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bbb89ed7815cc16aea050b320ead2fc48f4dc9e84ae0270d7069b10f87f329ba
MD5 af35577f3c88772e8c414abca525b70c
BLAKE2b-256 1677a68029e712dec4253a8ac3f0169f638d9e619eab6a02a574f53a9b7c86b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6064253d397a97b3ea235effe435360afbb1fe5b0a1b52427d5b5e3688714a3c
MD5 6e9e1972a4ec3002cbb6ac0b0c670792
BLAKE2b-256 7686371cb9bd49c1f42d026bf877c3add5cd7712dd286517ef9f2deb1eeae57e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28a080b5175711d149902776ca6c86843ca294af5b026fbf25200b867cfa0b8b
MD5 b1822fac1ca41484e1fec348c53ccdbe
BLAKE2b-256 8793e0f53b25cb611ef7e29f31fac180c9fea315b899afc68a15e6386eccf70f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 68e2d168ab06a0f4300978d620341e34900da46fa3b9d0e74ad7c4d81704a525
MD5 6c5f21037f08ef874b54ff5266fcaa0a
BLAKE2b-256 a85986e6c471ab52e182b77a87bff611fafc395c5c7f5b1bfb924a98cf442dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fd47d6c5d40900dfccfb3907aa28c2e76133b7c6b0278ab6171f15da95965fd9
MD5 a47cb2991f8b73c5ebb924b0439eaff1
BLAKE2b-256 bc05189b145fd8eaf608d45f59fbc1f88926e88815ede06479a6458d1cf1086e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6ae1273cbbf0c52471d62dbe62c82245f55b920da14fc534a5543348503bebdf
MD5 f38d21c096fc9d534e18394a9b00fda6
BLAKE2b-256 d7e491ff701c9eca70ced68beb40b380f674ae1f759a9f9c87f5f2d4288a4951

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3db7e75943924564c64b715f362b137f1cd379404280379c4df0f0974468bb4d
MD5 7ac7fefd6be91ee882bceddf585e407c
BLAKE2b-256 ab54b552d956c13ac9aaa8128da5fa375e8c959b04a5a349d15521d7156c1a74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f7d056fe80d04ba2acaa533a1455b57b3de1e7213fc8736218952dee81a61175
MD5 fbe316c5b8e2615d75623961198f090b
BLAKE2b-256 10310ceef7b22223889c8651914779d5419725c319a0205113be20fc8d6e24ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 00edb58a1980f6b50ad07b406475a319d35c8feb4932d0b7f2997aa8ad9aed88
MD5 bbb2c1a27ff9c056926af900e2290f4c
BLAKE2b-256 666ff84bdbfd7e9ad25528eaf3fd4e5961f5b3e16417c1aaff6cd117e57a5944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8d8049101196add61007059f6c3befb2d3958a33118f5852b089e6b15d517f4
MD5 ef3917cf7b2f79e8bfd99818b3f0de7f
BLAKE2b-256 7c829041d8854a9cc4c4c5ec83f1cf7e04a7fb6354ba5f4256f0867a1a5b2e94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 effa57ddbd2698e633c932ea3aea72a71feddaa46bea0bff55105b2775f3f070
MD5 f471f856842684480565a11a42c7ba64
BLAKE2b-256 de1ee7f5523f2e2490d81f7ba2f5653b4ed4139633be40405de1366d5cbf210f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 27afb74cdd485876e0f0267d1bcd2ca0cadf5ba4fd3045c2f180f4430dbfe6b1
MD5 bc77f55565fb65f2d8effd9c4a67dc9a
BLAKE2b-256 12118489de0e8b475afbee588772354178015325da0c28eb368405318ad45cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9fde6e25fcd7059a8c5dbbed7610608ffd70f356f5fc223ed8a9bf2e2373439f
MD5 bced0b8988d85250582c011f3c833468
BLAKE2b-256 3dbfa6d7c20097846c64b96b6ecf45673cf6689cbd30b6dd1772cd08b327b5b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 682dde95c4d2b4f3a3664c2d2e6f275aa78bc9555044f9118a4059cd667c0b89
MD5 5fe3e59313179e7d05b975b798d5d4dd
BLAKE2b-256 a2a98ab449c98fa56474ef6493a07fdb20ff6bc94952c226e20bf584bc060ccc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3708179a49201e6016cf7dc02fe234bdbfaafae30718f8679db9637697426ae7
MD5 5caf861afa2e59d1186163a9dc51eff6
BLAKE2b-256 5f0b439aa2222c0d40cc5cc83c8d3ad392718306ac1fef6792c2a0af97c696c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 98b7742fdf7513da0619a80936176e1acf4b6fad5d006bb9295600373d9b9e43
MD5 5e67eba5bdac02b7e6e3cab461da085b
BLAKE2b-256 89037645454f772797ea2b8a7725205c56d6ae415d190d6248005f90a5737866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 16a86804d63562549ebb499a696d59ebaf24387d895986eeaacc43a0e0850bcd
MD5 2809984d7f4631bf5d5a9ee46f795d96
BLAKE2b-256 a1ac9359018f7371f8356ca789f4a3342f0ebb2e55e9c0875c410b39206cf5ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4afab5ca467a1d9a6b28a25c663c07c9f1851c35341ed11601bd867b315038bd
MD5 58565bbeebe6874b677a6f76eedc64a6
BLAKE2b-256 59ce609615e8c56ee0c9a8dbd7d2ef660f30247aed4fd8da84cfa1a00a59c622

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1eddf1b3ed2705f36b1316de7ce233c932dc7b0ac6ce0393a066eefd562c9bfc
MD5 a0704ead891f049755432b27d5530350
BLAKE2b-256 6941ae4e258d724dc3361cf12da7fbf3def62243fc3bcfbb028fe5e18b2128e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 82dc428714c34253cfc5430109d0935bc4535bda74332aedf3178017adbc56c0
MD5 010093aea8269bce12d344a549c74400
BLAKE2b-256 df87d6b06a77cd94721f2bb71f6b4818121b54ea0194b464c2a3deb9f727a9ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bf26c775b36e5e21425684d859ab3a962b28f0ef2fa2dab98d4e169eb98f98be
MD5 4babafcbde7c6c5a7afbb4b1c6710c3a
BLAKE2b-256 af4cc72975be3bb3e96c6277c454ff4a13f2823af02b3ab8886e667c774c84ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e76d65b7186b1468af66ab892cfc181fbb83c79cbc45b2a198e9aa64fc3c610
MD5 f165cd3128d8f8b22f7dc02b74dada9b
BLAKE2b-256 84de11727d30014128f02c4c061036d399bd48f6ea007473be60262ae2414c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9bc5f0bc315068ab09b5c95138af481ca152fa333b9b5c5323f0b46ae7de259a
MD5 a9674978ee77e0e131e5084708d3d2d1
BLAKE2b-256 68a0cf8c07ffcbb767c7cd088a9d2243d95b6854ed0b5811445b1bef17539285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b5ff9d40d473b161211941119933f71244fffe789b10daa755d92f29e717dfc9
MD5 e3e0bd3f3b001ac33f80da0cccf5590e
BLAKE2b-256 7bea63c5729b4459f00dd64b7e1517b8601560e969d76ba0e193723fdb34e6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 21379e125a9fcaf19360836ea63fb575c283c3f5be4cd4248bb5a53ad49b4961
MD5 f4dcf90d1baf39058bbe93c996b60530
BLAKE2b-256 1c0aa1fd93d61bc7521dc21819802a94f468aad355654a8ef1a47eed877b5cea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3931c50aae5b80d59db687e6340584577be30be0b00c45afb331f0e549ecfacc
MD5 b047ec3f9a4c392fc125fee16efdd0e8
BLAKE2b-256 9017e9c88d8f2e54adab327e1c071b7cc2e735d9f888c9136439880eb4dac34f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4def26134eb0f64ae21f5d6772108dd90575cb3aa852ffc11d745dbe33cb5497
MD5 be1847eca5eebc4ba4af068c3b0d6fbb
BLAKE2b-256 4d4de0f99c3aaf06e1b182148fabcdb62efa357fd8769b1526ca6bcc2b2aca00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 40e71b1e016ea268b85b769d96db33a42cc5326ef79d6f57341e933555debedf
MD5 00cc995ae606a79ec3753afded73a9fe
BLAKE2b-256 14a50b312b4bc3fa0340ff2aa67a6211dcf742c09a6d3a88dd0ee28822508be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d394bd3e853eaac59dd6ea22a8275114fc5567a9bc8be19df82e13b0149b3138
MD5 f767105f69c5d0b0dbecc8b57f9a3ebd
BLAKE2b-256 fd5649c08639c7e87e3f4ccc9ca6b32569fecc03e35689d5f7cdef9296b54f81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8ea0ab6c1c8c891ebc8259a5144f2f15fbb88a329dee9f507e87c8fee48a2685
MD5 0b1c0090f5fcf9b1029bd0ce4db268a4
BLAKE2b-256 4d52059a5460a119ccae1328e06365be1b5f3395bfc91c74e0388e4ab2007e9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe0bb3738d6df023ec11049644b1efa85fd648509c723cb937bdabdba9b241df
MD5 ebdd13709d35b02fd2ca6d900b833463
BLAKE2b-256 11bead513f68b56f8d54d401de8eda18df564a76aaee55a5b13861f61e619727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2366e489ceb2ecf19b455376d0a0ed2992590fde0fe16540f4f130fa1bfb1793
MD5 a07492bfde11521f706963fb29d993b2
BLAKE2b-256 fedbcdd0d7f2b947e3f52c971afd8d491e97981f225465848cfb4e05b5d614c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e901d9a996a5fc41a8e3f143af9d245120499cc6f6d2e7e4d2f1d70ca6889ba4
MD5 05a114f542593c98a3437e31d1f449db
BLAKE2b-256 7ba5b6994a8b94fbde6c9d99ac9ac8f0f18fa4752c25fc0b66034ce0d14c2ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a2ff1b280c9b35c02a865358731807ff462315026e5e9848a350875c5776eb6
MD5 bfb81d66b5dceee0b79545f38ec1ac01
BLAKE2b-256 d891a38eb1b51bf0b8b73a31475c9ea3f0f4e19a1ac1f668e3ee868d5cfe1010

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5438d6b3a491c1ea3dd89a443b3b231ab742410fc7226ba2776e49556d1c211
MD5 86b8e1cf220a16d4239282c40f0af3b9
BLAKE2b-256 016301d7c4ae140ab7c56896fc9e43b618a2264c16aec3e63ca9f730ad638f0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bc57af615f0cbfce3f3ae045a042235c41fcc2e020f3ab3a433c020d657d746f
MD5 5c16026fc9181a9a40031ab3654981b8
BLAKE2b-256 9d6f3421244d9b7a244affb78a88243d5be3fefcac0d204f180bcf26631e907f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 da77257e21a7fa623476ebe67ba725fc20267dc088650f0535b066fdefe0fd01
MD5 6f3820eaaf2aa5ddd2b5d399f29350f6
BLAKE2b-256 834b17e618411bb86dd7d20daa5580ff00653eb5d7bd79e1f177b99f96dd393f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ded60fda091c6c418175dd857d61be85dc9b43c21673ff7ac55f9bb46f96947d
MD5 e73fb4b35ff4049be8018aee108afe81
BLAKE2b-256 081546588ac0f9e61260fcccc9a2cc2e16092f5cdd036836123758bc38d21263

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c422e80a52381c65583e6f1e0b37f29a9cf6ca723ca7aa373a2ddd611faf7025
MD5 c2169c63b0131baa3e1ecd2ecf90f55f
BLAKE2b-256 4d4ddfb63f5fb59b5675dab6ed3e08bdcf09b893ae20518f189fe0eeadccf77c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 952b36e72973b805a10ee6eb785dc7ab0d72c0fa92658ff0cddd1d5ce3ce3dfa
MD5 0bbfe1d858f3d4106c896a2c2fea8884
BLAKE2b-256 b66ed7dcaecce512a17eea6dd4c7968fc41f4b7bca3fabe496d5f2d1296b1d38

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