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.3.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.3-cp313-cp313-macosx_11_0_arm64.whl (305.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.2.3-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.3-cp312-cp312-musllinux_1_2_i686.whl (543.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.3-cp312-cp312-musllinux_1_2_armv7l.whl (613.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.3-cp312-cp312-musllinux_1_2_aarch64.whl (516.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.3-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.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (368.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.3-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.3-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.3-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.3-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.3-cp311-cp311-win_amd64.whl (208.7 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.2.3-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.3-cp311-cp311-musllinux_1_2_i686.whl (545.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.3-cp311-cp311-musllinux_1_2_armv7l.whl (614.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.3-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.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.3-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.3-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.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (352.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.3-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.3-cp310-cp310-win_amd64.whl (208.6 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.2.3-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.3-cp310-cp310-musllinux_1_2_i686.whl (545.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.3-cp310-cp310-musllinux_1_2_armv7l.whl (614.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.3-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.3-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.3-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.3-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.3-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.3-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.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (367.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.2.3-cp39-cp39-win32.whl (199.5 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.2.3-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.3-cp39-cp39-musllinux_1_2_i686.whl (545.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.3-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.3-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.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (345.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (369.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.3-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.3-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.3-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.3-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.3-cp38-cp38-win_amd64.whl (206.9 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.2.3-cp38-cp38-musllinux_1_2_x86_64.whl (515.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.3-cp38-cp38-musllinux_1_2_i686.whl (544.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.3-cp38-cp38-musllinux_1_2_armv7l.whl (614.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.3-cp38-cp38-musllinux_1_2_aarch64.whl (518.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.3-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.3-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.3-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.3-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.3-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.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (365.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: rlgym_learn_algos-0.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 4eab33326a2d6985c59e2688248ea6f97c898495962ea57b9f9d357690765cf7
MD5 4ab7c0bc59c152eebcc53557a3631341
BLAKE2b-256 bce0c30dd1c18ed500443e310b2acf7e5193da6d683f2c169a16e629be862fb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 733e593b0a4b24703f0cd8e7cf68fbba1f9e55209c841e7be6b2a7de67135c29
MD5 388bc6e52def6c02bb296b64b1a300df
BLAKE2b-256 50f712564bc9fdf239884bb81530722b699c9ac19a3c7cbedd85efabc4fbce06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1bb4747585a9d0cb290d970f8affb8375c3688179259476c9901a348f80d30f2
MD5 bfa2003f13b9e10cba3a1d5ccb791891
BLAKE2b-256 caa1b3ccdaf887cc6f6452e276625e593bf379c8d2a3cc575d3a042b5a0449cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6968bd03f9405b410452595360dd00121a4adc6a33677f80e636bb98cbf0b9a8
MD5 b252686924d23b8ceb22a4266146c93c
BLAKE2b-256 258e94988a73d525fbd270cd27ded8ff537a8782cb26a17b394063565690d5d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb43977e714ff7d4fbd51434f70ad56d4d0be810186015a5c4075346a792ab08
MD5 ab1f674821e9e7301b0ab519e53d6225
BLAKE2b-256 592208de9b67ec2a4db24f73077fbc4308b1b527c317928c737bee6220d510d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 877e73a247655426f4990ce9516ad914d560e8cdac50fb90c2a5b9c16963e8a5
MD5 a618cd8152e890976033d171195a17c3
BLAKE2b-256 0f53645d2a9c791143c627ecb5d53c6d57fee5e5a35ccf3801b9e4978c8b0f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 941f78136020b365d3827bf236dc5e9e676d3b02f78ac520ee72ac6f58bdfc48
MD5 cd2aa54f75d1af23b43f5b5ab4fc2418
BLAKE2b-256 cec1b3a08e8d0071096afcf463b9b5d2cb201f217ca5270f01f8a4f9b08df5d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7180f14bc45af4ec4b2c86ae40dffbf811d95c8497ae9173179ef29159290a2
MD5 44bbd08e16e2e6c60252362c9874da76
BLAKE2b-256 53c1c5d013fcae0e248e60bb44a67c287da59389ce081bb21532308d14d5da6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 034c11ade94b44859f2cf1d54629cab6909cea3a0c095b8cf4d2db672caa7daf
MD5 c447abfbe038f4a7ebefde30f42f4f4c
BLAKE2b-256 5b133555b4b252b84c9f27c958814d7d05aab54d298b07a2714df6e3bdf77e9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a99e8e244f94eb7eb99e0710ca40eed5b341b065ac40035b4e6907e6f063a900
MD5 e9a4cb5035682208b2f0a59781b2bf99
BLAKE2b-256 570f40c81ea9a1fec72030959ada90c0f55d886f9449f86df0f13a52d92bc8ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 926e76bc49b0208d26d159364c6ecc9a8eb5a594c8a164494c1ca283e53e1f41
MD5 89f4b5f3d49086e22092af846df8aecc
BLAKE2b-256 f4b4443202b5893d423f2148d248b82d7d11a1e5b785d401816bd0104391a7cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 979e3546615a26f0676fabc8b78d6268a6ccfe55412bb8879dff199ea27a4c1c
MD5 ac517f837423009c26cb802ec70b2951
BLAKE2b-256 9e4dd5929f39cf9e0ddfef32c82130637f71493bfc82b5cc70514b77e859237e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb848baff43f35e080533a1fc74facc7220aff2d20a405ce5156db1216b2983a
MD5 3f5db5d22a51e1b33ba88edc6a086810
BLAKE2b-256 7c79df3131454a049641e3f8cb4d0e38c3a133f03f7b38cad2519449536df1fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 00297cb22838d736af5471060c6f0b5de532528bd62aa3e248ea891a4b807c8a
MD5 4d97582fa2b53b2969479ee0a48ac799
BLAKE2b-256 0f893505b78e93dd1d3353b71db5de903aef8718595cedba5514aa8ea0e90f23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3475c1c05b39e6d4ff8c8750fedfff4d63f5cd013a05f06d4c3c51253317e12e
MD5 004154dd12892b2a08273a9a67ef24bd
BLAKE2b-256 db0bb96d4106888ad2a70f79e4d05dd0ed0fc11d61e65b68c7a6da8cf8a0eda6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 346d3caac070ac6f06c38ed14506320f3832b0fec968bd4ca0b7b34ce9346186
MD5 6e4537e253b154c2c70d41e2621762c0
BLAKE2b-256 9ccfa7261459a77ec85af715fd8f41136a63e3d9eb30cba5d2ae560132a18056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b690fa1f677213a69e2708cb3d0b2f29d50d99c1ccb8bc28e084c4dc2caa1647
MD5 1260f8e3bddff7f9668f2cc2c94b9ecb
BLAKE2b-256 f5d59d9367f2524959028740f466b0768cc7492d83d63a535b0a00004f73edf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b37cbcab2bda882f88c7be5722191b04a30988e8abb5a594b7eee026cb4fe766
MD5 cf6b3f71448b1a768bcc9a4df75e3622
BLAKE2b-256 6890947a6c521dbfae310ffab51da82090f5c47f9ebee267b37c53300873750c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a5c4589651532762f2114094e26406d1706bc49a81c5664d37867a1cd29428b0
MD5 86137925a1bd605d8dedb279399b7792
BLAKE2b-256 9af612a3a3c9efcfb6a9b5bd1dbec4c3f9d495fe0fbc3ceaf4f3d1a31c9d4091

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3fdae594eebc118fa4686bf1b04e7160895138319cb244761488529620c372b9
MD5 35af9b5c9a96be883499f6440f8ae782
BLAKE2b-256 f30d867f6339f27c6b458303e1d4494905e8c9bd7493bcf8da64517c1b0fc706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c6a0baf0bee2f41202f84a7979c373282472f6b091ee99482b7a4b892c923ff
MD5 e789bf34c9ef3e062667dd3a959e601d
BLAKE2b-256 7ff4999036c01508843c8a2d2097797604db05fb181ac3b651cd19aef2404ab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a308eab479bde316996663efa163acae0abd87116bc732fbb6f7f13c19a4aa0
MD5 9d788569f809eccd44292d57adc71e8a
BLAKE2b-256 6f7c5054c66a613ec4704b6680333792cbf578cb0d684a22be62a76c6f9536ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2dacf24cf37b5ccecd6ec866bc4144ac8930d9ef0cb830f9a5960481a1dc42f0
MD5 7087e9a0b2157a3a5f9e3019ec21f62a
BLAKE2b-256 16a47d56fcd3dca84a6914d38ca584256312437d4a01a7fdebf616981729bf68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eeaec41b18d88e0bf8ee0fa8b8b1f815f1cb2a97fc927cb845d91a86fd36e7e5
MD5 5b78928340275598433892c9daea22cb
BLAKE2b-256 d02eb1827cf2b656766464652bdd91f6723691d10e0f92207a24ad65c9c34afe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fdf04ee52720fe2a647e5c6ff5cbba58161e9679f7012a46d9e86e3ec5dcb005
MD5 e0d88a951fb2e30becf732adc211f32d
BLAKE2b-256 c327b3a41204d8d5d17ab9469c57bb869bbfae57beeac3415a94a9ded23c3179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0a4ea88bb4caa3ff0f114c14c9aaa582ddc122f62c4edd25ffb8e41259275722
MD5 c121a1e0d1ccb1e7013c8d4f4c43e8c0
BLAKE2b-256 9dc821db8c5d4bcc1810487d7d349a63831ab7135f49d07fc2ae9a07164096cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e10d9bfc2d2ff93d73dcdd4b3259173dc33175fd051c8c2e11ce219cec4822a0
MD5 670c0f661f0c4722f581659f0150c4f0
BLAKE2b-256 7fb9640fe82b835ddede9e84c72f2bbcc1a1eab8f24c5d2b9ce386a084fd1612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fcfa4e07fa487e5187dce307482f3559dd1c4a1b039187537dfdea0f016d4ae8
MD5 d3b92ec909160ac2297d801880dabad5
BLAKE2b-256 b658f7efee85624a425085b5b77c0989695e04b7839b882e2ff8b9202ac00ec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cced302bc7ff7fece71eae54f80818a35fee33d23971b6e3f846dde5ecc09efc
MD5 29072e88308d4d553f0c5eb1dd6b06a7
BLAKE2b-256 1162276a58521d68c35e583fd4f7185ee0b8cb5cc63a1c0285ce54c2591977b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 45dda8de9977606f30a793cf1dfbc0a52ac430a06f669cf21cbe80423b5d55ec
MD5 4b99d7317ec78cb02bfe2b2d00ce4456
BLAKE2b-256 0b72f1c36c58118d5b59acd14d4ba4467db10fecb7007f8a3614885ac86ab8b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 eb803438904bff1c30bf30e29c43d4465b3230157c6a1c6cf8aad37980d68953
MD5 72917f996be72873d7e936b5b7fcc7fc
BLAKE2b-256 e2a7155699beb398385100eaaaf5fa46b9297cde3411e14ac64270981397ce3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c2af2dd31ed03277e10f926c60f060e15da66a251a8e4753fadae3669d18c0d
MD5 24aac7d18aa3d3b6021bcafbeba62fef
BLAKE2b-256 c7ffea902078f65f8c464733cc04296c2ed3988cf9409b007884533a67369bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b187bcc4584ff59423f3eafc08a5a0b43ca70a3f7ff11e34c9eadb25681c9ab5
MD5 dd2c74c3127a0bc576d3f2f5276b2ad1
BLAKE2b-256 5d2f62b4f40951b7a1855c525b8971e1b77e16e0c1a46b91f04d929c7e3fdf8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b38ac6e0936b66edc4a3793abae08d71c0925d6f31297ba021d9302f98e46d7e
MD5 6a9276a63388fc4daa14baae4a639f70
BLAKE2b-256 416f45a30cbb9e22b16dcec6712eb9e70ebba56571685e3c329c376082491e27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 33348aae3329d9295b066d1ed90c9ad015c9e664d459ac387be4cba95fbff0f6
MD5 8311bc1172ba130cad363ecf7d21d06b
BLAKE2b-256 5801e2e45eae87ffa257cdb6a5d102a9496da74d3db0744faf3ddb9dfb16c063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e08bcaae78d93f32b269a0cea0fc72d818874ad682b68787956a4daf27a4ac82
MD5 26d86e926939649ef6f820e8498abc2f
BLAKE2b-256 a3180dafbc715ab15e34fb657ebb78d70f07527145e654cce88f0d2b2cb07af8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7f8023a29f4964cdf66ccc0c075e31d4a79c994d0e02d3e18c281cebe4cf5dd
MD5 19938ee6ff4ad8660b3b095f89fef0c2
BLAKE2b-256 6dbaa70e48dfae3e2146e722305dfbc86199307184e550710cd27951a270362f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a2e60b5c9e229c197dc1f30770feacf3de1de39ab819310abf4f62fa678e680a
MD5 fb17dd0fe748a4df135c0b5291e31a8f
BLAKE2b-256 d60638a1042e20a2e00384cf8bc40f4fe509e48c894295aaa2db8cba8838f333

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 908b6e8667f35ac4336845471b425ac1a7cb48b8379a94b45e9aa4bbfd95422a
MD5 37539bc965ff4ad84f0aa8a9abffa98d
BLAKE2b-256 fb37cf7bf5de11fb996061a01b828ea63cd093c950b619d8495d4700d3e7aed0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2c197225322b896fd23340d5e0940c978d1612deb12f705e95b5ce2aef443e52
MD5 2cfc1f3c98537396c48dfb0b03f8e97e
BLAKE2b-256 bd915196b0c2a625ac18fd4246796674973421b3ce09a731e8b90d7f08e59315

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 422a8a27acc96441c92fdea89139caa4b719156f5a41e234b01926a7e8beb6fd
MD5 51b92fd85ac635848ab3e638ee55fa5e
BLAKE2b-256 f742d5c0de1ae9f52d88e927410cdb3423d42b6b86286efc3b4c098f677f4df4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c4808ec2267dfce5b6360647d13c79bc5b42839e2ca1f309ad80385763471732
MD5 41d6e36430dd9c4feab363994c3dfd91
BLAKE2b-256 8c057db90352496bfe61abe40bdf8dbd4ef36b2f41297e5a9ecb1e4002c5da10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8d3a28d2380b877c3746eee6f7d642da8d023d2fb3476fbd44a4cd930f1f29be
MD5 e481cf579602295595f03151eb1f385b
BLAKE2b-256 ef8fa18f7898ee518e22e3ec5af01e5842b6bc75e24d214df22d393ceb0ac032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48b212d8fb758c1719a0b3e49eeaee49d372a8f51b5c039cab94a48a63e0a167
MD5 dcc8ed9b04f8c8a3e293769852a47b34
BLAKE2b-256 3889dd799076b5a17118e63626b45d49c00c092b6e423df2a47ca79105864ff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03cc13ce18b61d4bd8488fd2e8f3cbc82433ba846b8661e9ea16c0a7e43f401e
MD5 f314dee7b586507d21eeac21f8bb22c1
BLAKE2b-256 b68dcf303b2bf841f015c9517d7cf3a0bdc3e36a92dd653f2a96f849b94a71f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64fa5bbaa58b9b0529f3b27dddd4e6fa3934a142f53abf4d90cd553fbb8278e8
MD5 304c51dabd15f16bf3533fe60d2ff11f
BLAKE2b-256 393e35dde7ed128d5ed912cea828878be9b1277633f411137e67db50b33d61c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1a4f3cabf48bd69064c9c917ae17fce3dd0e6662dc98a28ca95eb6e8d57a74bb
MD5 aea6a267ef7fe0e981b18a5d8f6d4667
BLAKE2b-256 ef83856741cc925d2704fd7492518cbc45efd50607a36de609e0f7868b587a27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 82e87c7533a8f75b9ebc10d59028be7f5a5923395eb65417112d23b8f2504f65
MD5 0d3711a76b21eb73c9276495ed9f152a
BLAKE2b-256 aa686da3abdc3184b6cf9f60a67bb44ed504aa62a1bd9a71a4dc564b12f655bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ed5d7ad533efbe0d1616def3ca299b05c17b57c5193ff30fdbb5c107247cc30
MD5 5a6c96144159e6cef4d30f960c56415c
BLAKE2b-256 3ea4eb4e006497111ce39f9b3553209b9829c4ffcb04945de3b4bfe0c199f345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9992d4e89a48c0260225446dd2e678907148682a47b6c77d133fb0109b425ec6
MD5 77940cd7df7182bd1d44831c6000f08e
BLAKE2b-256 8bdf23a5a57c40ef35e37fb84948e2f286b40330e88c5dda819469a1731abac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 711f81d9e19b260b66ba745b5673c736a9168123279797aee082b21753717467
MD5 f5d9bd37e12f3d65b8a685d1df3b8f02
BLAKE2b-256 afaf7ad0051c5e26dd99b7f0fa82135338e06bae1ae850314641ba6f09300615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3652bbcf143ba205d8d81bbf8bdb25154b572a784912493033ddf0bc1d61cecb
MD5 2b4c6485f0710f1a0586e379be796581
BLAKE2b-256 bc9f19fd8d20c1d6d9903e72503bcaa1cd826383e09ea1d2f47635d52503553b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d3369ad922115b7e60b6ad5b7c5785a687e4d2ffa3313b2e8dd1c82e08d2ea5
MD5 c7e5f5cef727668966dcdfe7d22af735
BLAKE2b-256 62455707b39ca1229760e4709011a15be05745c5c26b998cfa19759536feb3fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c88663d3801fd8c7f9ec68c3c2f800559cec857305714a26cc6a21b30a3871c0
MD5 dbcb6f031f8353fb66907b44660b2635
BLAKE2b-256 b93effc2b5f26aaec9264dc17dcfd735f8f63b964ddfeece847b6886d310b6eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dcf8869d0f42fb9e70d32cef1ca3aca87755660d2185068af029c77268988d32
MD5 86af461205a4c309797dc52c0ca87071
BLAKE2b-256 ecaf48846423ccc923edfef1f005068ed1c4aba577d4fe79006170917e7c25fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b6a812973a6481a16b85d2b3b745873b4e3a6a7975d7bca42b81436e9c5e192
MD5 d41a2d5e148711b29dcc9132f230ac83
BLAKE2b-256 1f19e9cf79c4627ed6c0a7aea67ddc233f47cc7661187af36719ac4e2c505c34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce8c1186aef8a086d397e89a4830894eaf60315bc12e7adb825009d13d9c98c9
MD5 59b03b187380412d09cbcc1848d35e21
BLAKE2b-256 fb1819c987d7e6a389f7acdb2795cca0f4b4af775d4454552e9a7d4ae05c8aa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c6bddb766f0d42c1b000edd0f0332ef1f28ef04b8f90ba3aedbdcd11731ed64a
MD5 35b0f2ff050c3f2e5054a321ef0d2a12
BLAKE2b-256 ac5a6eb628f3af2f55ba59be255fd3712e0c50c449d31c5f253614882ab90930

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a99fefbe78932527415818565a372326b726ea842a17e8ea7cc68ba0d84c2aa0
MD5 88915ec7b21414bedfe285f230788fb5
BLAKE2b-256 3fdc9dbf759cd1e0009be621a99dada788023cade2e88c7d162c0d08ce1642d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b9e3279677766b6e820960a8321067a36f1bfe77306a87fa67f145aa9f08885
MD5 70692a6d9b1183f5314e837355debfd0
BLAKE2b-256 cc5a8f9170074361146b5de4987e6fe48b121809f80f6ffb9bd54951e6b232c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae8bfa9a4659bc0cd503c0de2b347bb7701ce2a11a54c11d4c20678d1a99a650
MD5 8cbd727ad8263d25b4eefae108d639c1
BLAKE2b-256 a3836fe45a40ced0bd7f80797bf835e3c8752b54c9b693657b24208d971dcff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b55675036851a82feacdc131fab5f75dd1ceab566e856bb465dcacae450b40da
MD5 9bc3ec477015291defc3b4d83e271282
BLAKE2b-256 d813411512261a31ad3dfe99efd881bd7d66a3c00a10621fe2825843159b874b

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