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.4.tar.gz (39.6 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.4-cp313-cp313-macosx_11_0_arm64.whl (305.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn_algos-0.2.4-cp312-cp312-win_amd64.whl (206.2 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.2.4-cp312-cp312-win32.whl (199.8 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.2.4-cp312-cp312-musllinux_1_2_x86_64.whl (514.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.4-cp312-cp312-musllinux_1_2_i686.whl (543.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.4-cp312-cp312-musllinux_1_2_armv7l.whl (613.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.4-cp312-cp312-musllinux_1_2_aarch64.whl (516.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (343.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (368.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (477.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (339.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (365.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.4-cp311-cp311-win_amd64.whl (208.7 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.2.4-cp311-cp311-win32.whl (198.8 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.2.4-cp311-cp311-musllinux_1_2_x86_64.whl (514.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.4-cp311-cp311-musllinux_1_2_i686.whl (545.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.4-cp311-cp311-musllinux_1_2_armv7l.whl (614.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.4-cp311-cp311-musllinux_1_2_aarch64.whl (517.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (367.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (476.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.4-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.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (367.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.4-cp310-cp310-win_amd64.whl (208.6 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.2.4-cp310-cp310-win32.whl (198.9 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.2.4-cp310-cp310-musllinux_1_2_x86_64.whl (514.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.4-cp310-cp310-musllinux_1_2_i686.whl (545.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.4-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.4-cp310-cp310-musllinux_1_2_aarch64.whl (517.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (367.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (475.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (352.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (367.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.4-cp39-cp39-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.2.4-cp39-cp39-win32.whl (199.6 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.2.4-cp39-cp39-musllinux_1_2_x86_64.whl (515.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.4-cp39-cp39-musllinux_1_2_i686.whl (545.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.4-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.4-cp39-cp39-musllinux_1_2_aarch64.whl (517.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (345.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (369.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (474.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (352.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (339.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (367.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.4-cp38-cp38-win_amd64.whl (206.9 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.2.4-cp38-cp38-win32.whl (199.4 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.2.4-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.4-cp38-cp38-musllinux_1_2_i686.whl (544.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.4-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.4-cp38-cp38-musllinux_1_2_aarch64.whl (518.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (368.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (478.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (364.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn_algos-0.2.4.tar.gz
Algorithm Hash digest
SHA256 867042c80bc3fabf903e775166694125661e858d97e32fc523d0c924385aaf4a
MD5 ff31e0274b15203c01edf4eebe6fe9f2
BLAKE2b-256 e3be668541b63ee075e6800f37747b287c1e4dc00620dabd79ce6841842673dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d3ed09c3b4bf2c02d630d5b083a4eac9ccc2aa539500884db260948adc804d9
MD5 1d32c6e8bdcbe8ddbd40af4ac1b71b96
BLAKE2b-256 88224e5cb71321ca9c8e6a0b70aee7b086e6350ec6a71841adc29757f38442e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 939ba2d5d6e116cf14bac4a325d39949586b93bbaec21aae827380770e0c87d3
MD5 89598f99ee3a442f611f466d2261c292
BLAKE2b-256 76880728c755e9bd1aba8be5641d8db5ff56d83d37586ef5fb6c6bae6f88ccdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0cb2886b2a7391c4e07c042c69d94a44248385140d7d5bae5a2b4e6cca1842e1
MD5 dd8f571b114eb47991b8778744bc856f
BLAKE2b-256 25c1e0bb9960e0bfae156337577cb4f40ffbcdc4ac703087b0890394c4d32f7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfd9292ba2f3abd0db9e8da5e5c2ec8d4272c95531f7f5012a1a15b50605eca7
MD5 6572d3eb2e1b52a0b778659084326072
BLAKE2b-256 af1290fdb16bd26ae24af2d6f1b438e2838e8981dc5978aa74d7a461d7cb6a49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ee828a2972b1b2526060abeead2b158a204a20c293ce88e0ab118bc331e4aae
MD5 0800cbd837b9b8004b3392b5b63888f1
BLAKE2b-256 a3910e11b58945010ba7ac9c0f38d8eb346928885ea96ef5a3bf97bd5d4f9f90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1eefa0a3d7b2132819ee125ebebc5737086796056da0c8472b5dd591e8a98b09
MD5 a28cbe2ed153faedca79f95c79d07371
BLAKE2b-256 9b56128bceb150029b2078793891c9a92a54283572b408ce5baab3906f9b3f96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03df391525e1ccca945779b992accfab8863a77aee98dc5f41a72d2ddaaa44fd
MD5 280e0d07d1127706f3f9f0062e719fc7
BLAKE2b-256 9c7480d391341af5b99af63c28d924077082a67b660c1f437830f354d0a87fef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd106dbb01dee2043b0d11ea11cb3d702d926330c71ee9c5b529d6a886d707a6
MD5 4cc7d4e697f8ef0ffa16b4fdc862336f
BLAKE2b-256 5a0e4a2389d0b492cce70755a01f9f88ffb7ad7fd769e619095e4e0fb89fd714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6b9fb4cec8f5f62ca51e96638234c92207957f5f87de1ee21c287213adafb5ff
MD5 8fafaf7f38d3e74332cdb4b7d05369cb
BLAKE2b-256 2b38e046e12955684208465377eca7db64cb5be0735b16a7fbecbe89cef6249e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 48f7e8d05c039c70e4cf312d8e28a86f294cd8f0ab7aa2d8fa9af8d6a435f9c1
MD5 cbe6375fcd235efe292fa99bde769926
BLAKE2b-256 3335b8af9e5657937586d98c60668304c02abab70372c46f9976371395d9db2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8758cea2bee825a0dccb50ee0c5d922f54c00b941064819428e5ac742eaaf981
MD5 630841f24a7185f6772401e1f5eb68e5
BLAKE2b-256 09565788581ddd447451cff248158de418d2f92d6ef7a1996f136e5ef1630474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 674fb90c4ef081c5790bbb3e3727bc777bdb2258410bcbd17479a691745ef031
MD5 2bc7b5be76767cd26532a404d83fdea3
BLAKE2b-256 0b704cc6666215d2585001c5ff3d56e189874eb9603128ea56f51ccfe9bdeeca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6a8f98c46ebd9633066a6ccaacacd8e8cc727c41fe1458f24908bf7d619b090f
MD5 6ea25e042ada8f20bd059f4483c06ce4
BLAKE2b-256 75baf202cc136989daf522e649020e2abb30fa72dbe04737cbd5f2c289655ddd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fe8ebf5956f1d091b36db9f186b3c24e24ea4c19d7c8a5298ea1e3437873d51f
MD5 99a6545108733440c884ee9085962b9a
BLAKE2b-256 7116407215be70b9671ea52b297a1c2dd8b3a230fbafd205716fff3da18fc765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ec167a525bdc455f4de4d6de13ef8da38eb08a861a1287c4066f1a596fe43ba5
MD5 8804372720a4131af751af65ff3b1829
BLAKE2b-256 733e559db110a0f7271278e0c8b79807b8f80e98472e684333936ed1040f94ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 936655ebed423e123f58dfb536c009a90f8ec20e97a433c1f75c3fad56f990fa
MD5 5c367259c3173ea195415a79301070ab
BLAKE2b-256 1e477bc9290cae0de24210c72493b5191fb272727f9457f2dd9b385b1a63a43f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 71581a206c4da2234347301a3d05a2260ce8ff8e9231a7a9e1cdbd10a210a210
MD5 d874d44f1250756e1b09e1bb05b5b07d
BLAKE2b-256 9adea04b691a688ea9a52c5cc53143fd3620be7d554d002b4cfc13eafa1fdeb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d42d561fce5183c4cf3a027a59933c29dae777f3b29a2aa17b7fd737ed373580
MD5 a0ae79c2f5456bad9b0f6a8f74ca2f90
BLAKE2b-256 5c1d6e6e307e5d5735cbbf393530af740ba3127948e7bf9244dab297b21d658a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 585659567b87e4c849169deca4ded00290e41598650153975c328f4c6a5dd525
MD5 ac5ef04229f4d48f33de624831487ca4
BLAKE2b-256 052051e80d1ce72bc3865d90cba6415027112139d8e6250fda4a0aed30b81b3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b441a968788d03c8b96c1d7bd4534a44c2a4d99844ae98b81065d4e6b8117567
MD5 7dbff1e05aa12ed02ca2aab19fb20c46
BLAKE2b-256 b7a0962fe63bcc9ea13065af249c490b0d1e2a5dcad45f4d32d5e99ab5464e67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 26ebfb3ac528f60f925b2b13358e1b6131c82cea2889002dd1b42b1b7b9beeab
MD5 5c0db150bf0e853e565d5572080705d2
BLAKE2b-256 6541f17d82d279e9dc2e87c5c18d5d5aea3bf0a7f87dd0981ccc59eb8cd53f5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ea5980d9f0f14465c2f8e80b9625d6a97e7dad927c733df51ac6e1b1174a8b0f
MD5 b0cd3ceacc55289ec8837e9c87b9699c
BLAKE2b-256 54d12fec538a63466dcc83d4613c048b23030beeb0d02d1b2cf09795ad97747b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0b06f879dc581ea98b9e33dfd194c80efccfc256fbf09e3ce69c689b52409e9a
MD5 faad7bb800da92e1fc2286bd5ff6c702
BLAKE2b-256 282966e40e158145214930543decbeb243ae112901e1b85c19e3551af697808e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd57416bc78c4f5bf762e8a0e09c17fdf29f14b0f68e7579ce1beda9c00d1e2a
MD5 5242434298e8f07b7782e8d26a4e3223
BLAKE2b-256 a58d42aa249c0ebbb1f826c0876bbd91e51171e7151abaa2e6d4aba027e40001

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 72a2e5b0de16fb4d10f16c90aa0aa7f2f9cebe593d7f83c172330e6b7c602dec
MD5 b1089d0ceba2fb24ce916e37ea0d0d9c
BLAKE2b-256 868fd7bdd9d1c52a91638d5aa890fafd5dd30919c972fe36f279eeb3ed4ca84c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5d3d4b59318ee659e45dc4ccada831612d443d5386597e502de23c76bbffe3bc
MD5 10175fb63d62ccd66d31730a260de51e
BLAKE2b-256 4926f8f563c819cceefe6fc9c542ea3ebfdb06a33f46ec8dbb4793276132cf2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7f9420ce9f294c4253d371a6ea978dc4bbf2b3c3ef4b963ecee8c419de634912
MD5 f738e7347e7eb534cea2b75309ab7342
BLAKE2b-256 9f0f94cb174b668b15c2f8c8e70f01254e5e1d2fd29b794d13f27ceff2d9bfaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbbd2b8bc6afa6d9301a05957e53414253eadabf19f58bd92bd9b24f56ce00a6
MD5 dd7d19fb9ae38bf7bbf3d3cf1fe7c693
BLAKE2b-256 8e60d046a7bba273ec632e27a9fb842f3e6ecc6380cad7158f7d40ef62c434eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b7b53d52fa87b75305d0d8e44456f74b2fc27846ccbf67dce74a788f1aa2ccf
MD5 6ab7a390b7cc92a2bc905618e8663ee9
BLAKE2b-256 f07882600fc528de98c8ade1cbdd46956ac975c6d83ec671a9a31d1d33592f3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a20573549f107a7b2ebf6d882a350a8bc9a2d8ae0488aef236cc7a1473366662
MD5 f69e0a8facbcfcf5f6d968a8f91b71e4
BLAKE2b-256 00fa16b5327a4ac7538255cdca18bf5daa44cddbb2162bdd45f129b10784aeca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 735ce7e45493baa39f3861fbbbcdf8a8a3cb20991cc4096a9db08cbaf6679b08
MD5 0e9e69484ba4498bcf69f2d63d1e0451
BLAKE2b-256 c44c0d055be8991f1c7b29f355bb32b89e9634b413244e8ab5de5a5a7f0f005f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb18b6a21ea430c121e93902c836b4b7a7b6806ec6874f9408c00c2b7d3dd615
MD5 1c70fd5894e2775b8ae7b3577709ff0d
BLAKE2b-256 d0d71efc179f3adac8f5d8a94b63efa3a39d941b0e1970c5e9dd36ee565a1992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4f1240e3853ffaf0d87540e7ea37973d8e03ae7d7e8d9549684d08c8d4776ed3
MD5 71f38ef75b611872ebfc6585975ceaff
BLAKE2b-256 563bf27edb9255ca8120d30a436bb8dea4043950d5b7b098b333ddc52ae1f875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c43306eeb36a6a4a6e3477de92f5495203aaec674603714e8a30565b98103e3d
MD5 801bbae6ed80395da8183c83f891f685
BLAKE2b-256 aa8bd63e4a7a78464d9fb64019794d2a2dea0a5f072019c44112e0a750602b34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 836c054eee8c4c7a819b29d44ba11d6351b72fa83991de609414a77ace58ecf4
MD5 8908edeb566a21678bd1ab075472486b
BLAKE2b-256 445e8fc67bbf89e66736d30833d38fa60983f411b15758d0b14dac37c708f96d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8a90257cf7db9bfb10875148a400a399e967b03750eb4c7559e9be031a3852d
MD5 ec75b4b7d378ca06f4c230ffceb7d73b
BLAKE2b-256 51909eb6f0640946ef6960413ae1318764998895ee427862061f6be0b8d37fc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ea1f09faee1a515c343a326aa98392793187edaae54473ff347063b65bd53a57
MD5 127e7369a4313b27a7788bf4cb427445
BLAKE2b-256 df45b50abb2fddb7cac466bc8c26f5e51ccbcdd12f95bd6f807f370b78401cb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dc8c3b10f256603633e3690b0b26502960addb92bac97f97720a4559491a52ab
MD5 5ca36395e573417f004ba9108fd16947
BLAKE2b-256 5bb689eee36a7a8fc148204749b7a092beed06ba9af19a06a8870849d5d3cae9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bd4ac53a1dfa851a549182f8df6f7c5ab9f6c44b339474b304bfd08fb838e2ee
MD5 ff7d0163e9b3b3fd20cbdcbe6916320a
BLAKE2b-256 96582a3663a1328804b1a6d5e0eea61f06628991d10189f643e6458650ef9d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85148f6093f3464fcaf35044bdee6ee06cd1be1483ffb07ce597a1921eed54d4
MD5 6cb439505307297018fecd5efdd6b86d
BLAKE2b-256 29f8e0394696df2e7fda95a54aac84a1d460ff14986fa79f554e84bd7462bc89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dbbf241c7d9b4662de805a67380c22bbf53ebd269cd28529febd73f5436ebd8b
MD5 d8d6dabf1b3330be44d3d274a8b216ef
BLAKE2b-256 9147369daf2ca262d9d4bdc84fbd36f43bdd19c87f8e6df04a7b9848f1242b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 977c933c8876fc82f17f4508d016564989b9602462438fbc798e8595c15ce4fd
MD5 421eee6d6bd217bf227fc3edaf0ef1c3
BLAKE2b-256 b6c2db057d3379e0074c34dad866bebd7a5a45568b652363b2ac65d4094f4ac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5564c5d05a906cffef49f543f684a4790d7c2cc72415a881227d15cc51ee27e
MD5 03c203e81d496a6012ef4e11516cd053
BLAKE2b-256 86d07224ad1ca590e46148a3daaed433ffc0f483ea9c832be109b3f15924b8cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 257474525746502e1a00d0c1b2125481878ce2f91231a13a24773c0db1b7246e
MD5 1c5432c8a70c564cf43728ffa77ce7b8
BLAKE2b-256 ef67e52c215ac5ea777c11ded9185e17cf8d3ac103ed324fab7aafa05b5aa19e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 942d3f237f0481ace6139465f7b5254e9e72c4123935a569db03b143ead4945e
MD5 68b81e805278bf46ce7620bb5ba9fe26
BLAKE2b-256 4ca9d14f5de3584be9b8573bcdede400f036fde86de1ad5bad78d317a00c5559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 18f4bdd3585f00d94e975bd78ecf02e7ddb511469bb53c78bc1b9313d463a24d
MD5 14364451dc3f71b7ae1e6ab8381694fa
BLAKE2b-256 06ceb9a62075c1066c043fb4ca78c2d22f94e559b4e95f7eb86e2537a2a37b72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d826d3fd7c8dd71eb5276798200f1ca658c93f67e0c477d6740a6c98b25beb13
MD5 476bae92edab7ee092ba9172e5d8fc8b
BLAKE2b-256 279c651bf11efcd4e207d7ec52ea9715ad8ae2ae2ba7f2b9e97dcc57b648e22d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3a78ae4c9b082d63ea454fc94175fe05d710f1421f57a9459c7b0c4ff531919
MD5 a44f93c1771dfbd64c8b51daa6a7eb25
BLAKE2b-256 049377a59205102fd02f11cf8cb7e93f566524b6303fb25a546abb11dcebdd00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9926bc49d39b1aec9ed8959f421bad11ab1913fe6caaaefb895d6502fb9f93ee
MD5 358e43a875a7c3f27f5fc993a26b9d6c
BLAKE2b-256 f8c7758209db1785454ee1448e694668e0ee735504320f51a95d6aeb47606c23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 edd789d551fb804eac8becbdc6d5318486f98789b3c75a8286a463b7d75707f3
MD5 a6088a200cfd7a46e4e2fdb61c72beb1
BLAKE2b-256 e909cad79c612589d4a16a84087a930aadc3c053697046e7519714038d3ee2d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a11021db1309d95d27d278289760a4be667d5fc04a461c407616ae6b246d4b68
MD5 b011b91a8fa3f2c301ca7b2a9c37acbf
BLAKE2b-256 b64afd5260aefc4a6320b66d530da68ca88da776213ba0588757dfe1968ab3d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5316977845e707eb2151ec1aafc07d530107f560f91baca01fed543067613d8
MD5 ce40948de61235a5483c74dc9da6bf0c
BLAKE2b-256 c3f68751c7166238dea93146645abd80695953fc0e5f7c59decbf0065cbb02f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 472296e1bfded6f26db73bcff660d850722f712d73598bc51644828e12767e2f
MD5 8a09c07cbfc63ba70e55c541adb754c0
BLAKE2b-256 f834fb8b4218c086c329e29c5d35d6dcacf66d4abd4a49f5fafe2d42e6eb8bba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 73be8df6485bebd2495228a94a5ef5181aee09e5c1f825015b561e11c2202c9e
MD5 8f0e08ff4cbc75d8965e71842dd241d9
BLAKE2b-256 ee0a9f702d0d0591b4dfd1da846ec53b9f47423a86f329855c8f2628b92ddaad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bba18a318d97ec3f21bf866b862e2a27771879bb43c1f648e263f54e49e0b1ab
MD5 2f249cd70594a4fcdb31a80f3275deb4
BLAKE2b-256 a7985a8efe3caede111ab0545d2c1094ee3f8b5f75ead4ff381e54ed744cbf1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04cf3082a1d9caced45194485604b1cf9920861e2a514d4b0b0727f399dd253c
MD5 969fdc73be6a64aa536eb85a19cca1d1
BLAKE2b-256 f90acb0b47ecc0e5507c9b9162f58ad3755792cb9c4ba56dfca59776b0db4511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 67aa300c0f2e0fab90f0e1b20688ad307e8728625eeda436039b1de8dc575d95
MD5 a33c6edd73d3a3a6b9c568fa91245058
BLAKE2b-256 5130d663afb7d34377afefdf3e20cd1ab0b3c1b09b0380e487bf6205b6a2de07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5e2d89c763ff13ff996a60a5eb4e3c414a02f514ac1a83af51a69271ed68e6f4
MD5 e629353958c4d8269557fb033651eba2
BLAKE2b-256 465bea4486c508dc92d75802b982d047f607264e5fe1a6461b9bf8d84bc7c86f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0ff1158647f10518d1b87972e7bcc487ce204cb20bd516d373e82e609cc5203a
MD5 ccb290fe987168a38d874521c0abe1ec
BLAKE2b-256 1e162e26dd4f09739c930977df1fb83c9e4bf06698b37dd298b298b73d128765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3012352dfafccd1d0b055e09cb54d7678eab74b92683385856f828c827abed36
MD5 ac83a00f2ba6b8c7269cab6787abf76e
BLAKE2b-256 9e0c0054f6538604228074e188976ce74202643010c5041cb26f9d853fd35a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a614151a98bebdd7277e5d66484f927d50218608ff793a2bc27774012b966c01
MD5 fb28e11fcc247b0bf6173846237c9f70
BLAKE2b-256 091ba4852e81cb5d069ce6d61321cc58f7a4fbfad09a9e37a9e221ffb6a5ace4

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