Skip to main content

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

Project description

RLGym-Learn

A flexible framework for efficiently using RLGym v2 to train models.

Features

  • Full support for all generics of the RLGym v2 API
  • Full support for all functionality of RLGym v2 across multiple environments
  • Fast parallelization of environments using Rust and shared memory
  • Support for metrics gathering from environments
  • Detailed checkpointing system
  • File-based configuration
  • Provided optimized PPO implementation
  • Allows multiple learning algorithms to provide actions for agents within an environment
  • Multi-platform (Windows, Linux)

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 this project via pip install rlgym-learn
  4. Install rlgym-learn-algos 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 to get a sense of what's going on.

Credits

This project was built using Matthew Allen's wonderful RLGym-PPO as a starting point. Although this project has grown to share almost no code with its predecessor, I couldn't have done this without his support in talking through the design of abstractions and without RLGym-PPO to reference.

All of his files which remain similar have been refactored out to rlgym-learn-algos, although there is still util/KBHit.py contributed by Ian Cunnyngham which comes from RLGym-ppo.

Disclaimer

This framework is designed to be usable in every situation you might use the RLGym API in. However, there are a couple assumptions on the usage of RLGym which are baked into the functionality of this framework. These are pretty niche, but are listed below just in case:

  1. The AgentID hash must fit into a signed 64 bit integer.
  2. The obs space type and action space type should not change after the associated configuration objects' associated get_x_type functions have been called, and they should be the same across all agents and all envs.

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-0.1.8.tar.gz (57.2 kB view details)

Uploaded Source

Built Distributions

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

rlgym_learn-0.1.8-cp313-cp313-macosx_11_0_arm64.whl (825.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-0.1.8-cp312-cp312-win_amd64.whl (723.5 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn-0.1.8-cp312-cp312-win32.whl (669.8 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (899.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (893.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (994.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn-0.1.8-cp311-cp311-win_amd64.whl (722.5 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn-0.1.8-cp311-cp311-win32.whl (674.1 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (926.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (902.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (898.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (994.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn-0.1.8-cp310-cp310-win_amd64.whl (722.7 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn-0.1.8-cp310-cp310-win32.whl (673.8 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (927.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (901.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (897.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (994.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn-0.1.8-cp39-cp39-win_amd64.whl (723.1 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn-0.1.8-cp39-cp39-win32.whl (675.0 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (902.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (898.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (995.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn-0.1.8-cp38-cp38-win_amd64.whl (722.8 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn-0.1.8-cp38-cp38-win32.whl (674.5 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (901.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (994.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file rlgym_learn-0.1.8.tar.gz.

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.8.tar.gz
Algorithm Hash digest
SHA256 6712e3f8d6ecd62e5dc330c93fcdfa86044986e884f77b63bc5dbfab3801e8c2
MD5 18989351e3f370a3e06256eeed50a71c
BLAKE2b-256 f49b385f5e656dd6782e74b0e4909ecd7821abe8ac12967be489d126eb55fd6c

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e90816aefc804cac1b094c1af9f03b5c8af6ae7d8ba136e83174ddaa1ad0253
MD5 7c08bbd6ddec8f4e9d4f151b435bbd04
BLAKE2b-256 b0a35224d3f34a7b5f2d940c8cd941d53fbd725c5bb82be5a072e04555e27cd9

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7e6676967ddd0443cae47b527e3e1236aac9e9b7e262135375dd4ac2da2fbf58
MD5 b88d6c8ed932e572fbf1dbb02a14fb53
BLAKE2b-256 d4a9fd6e1e8a3b34a4b2cffd437f38e9e7babc746a5a39be79049646d3f4365b

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: rlgym_learn-0.1.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 669.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bda510c6341a2edab99cf732c262691aa2dbd30217f195c128ab916003b92dfc
MD5 89836d2f451d187c595509abf686e43b
BLAKE2b-256 c506d421147a5f1ccbad56340675ad18af2e727d3301f95c61f18396f20cbd53

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2dcb2892aac4254215b62a4d5b7cd01d6a500ad127850a229afa7aa2de7ed1c5
MD5 632cd039234287510a12598a94b9a8eb
BLAKE2b-256 0445400696d00f529e4090d0b9c84398c1a6a0420c8ebd7989e4354c9cdd2216

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4133c61956745eb2694249abae912d7474c52de9fb5fe3387e20e48a394051d4
MD5 5297a410247bd9dcf28416fcc13dcc88
BLAKE2b-256 e3afe3e659f067e3a0b668d1cc153b8ee3866f244cf092891d5cddf970ff4266

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1c3b60222a0433b65d4ffc2d66fca30bdfbffeaee2db1c407ff8be4c4730eccf
MD5 71791eacba0d81aafe470310a9df8fd5
BLAKE2b-256 a1feb139b6309f523da2056011354bac6e548ab2b4cc7c7c119bab480d4b949c

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6510463a05c996b9d18ca4d3ba986f50ad9f798c0ed6e32b8b3065dba4aa6e0
MD5 a2594cbe05f34fff15da1929e795dab3
BLAKE2b-256 2e7ddc3586e7abf70c2bab58cab9f41a10d79b73994cda1b1d33eed53bfa6d37

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7009dab1b96a987206cc5940b856fb4e98b4bd5278027cc2f7b6c96daef03b88
MD5 a4f86d5bf7f6780f7c93da720b8dec1f
BLAKE2b-256 afa9c4deba4947f6b013370fd45269397b5c85e3d14ba0f450bb3cb463486c92

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fa32ce977ca62fb2bdbcfdb7c74cb7b7e500507e896047dba8af04244485b437
MD5 63431044e6fbca8d9b14ff3324b34a35
BLAKE2b-256 645b9aa2c2a32de8c7b8bce5e3ba70080e81d0f151c74f973eb0222bf9b3c687

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7ed708f568045f34412a4a75861e4d9e3a5fb236c3f1308da8c3c1399ae76bcb
MD5 e211128ebd8fba0ef7b4ec912b5333de
BLAKE2b-256 19cc47f4778bc425d81c4d7e373f76ba224263275905960fddb53c6a11b3da16

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 69e9ef87f0b0434b6d067ae5c509c56831dc167fc58a542d320b0559bb401eda
MD5 bfb10daca8ce2cf5445a3ec9c94f3290
BLAKE2b-256 25819ffdc6053ffd6ef829341f134076a5356dcc8fc1a3fe40b7ab4609e7504e

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7eaf72f912613b481f44ae9dba0b31ba0cb43ad65fc76f93fdeed44ff5b9cd9
MD5 964b4c940d277c047d72753c86cbc4aa
BLAKE2b-256 3d2aab84149cf36bd852673575001f796c86e9149bd4defd7bd478729790fbb6

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 861b1566314f292269d5acd2bc26599b3f30a3fd6abd21af094f99c29445f5f7
MD5 335fdce4b98350c0c4abd51528ee59b8
BLAKE2b-256 44e4b4c8303ff2c871111332f74a23394b021fb639275b1e699d84bcaa3a856c

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f36581ead4cca9e108f74d0aba2c67296af0f4a3a6d60c5428825119fbffb9d5
MD5 cea666691bcdf82558079c69b661d85e
BLAKE2b-256 465a88a841129bf6184689a960d31acb28561639eb05436426819b9d1006f1ac

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: rlgym_learn-0.1.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 674.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5cecf8090328c381b6526351f59fe5d0d88de2520b68b6b6e7ba921cee69f5a6
MD5 763e9068bc64101d1646a0b2b50c0a25
BLAKE2b-256 77c1af4559752bb6e376168f67eb8acda1a191e7d06f158bf08972ad1a0f765f

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 971b7bce3dc56e567689329233af976d651bf92ddda8eb3d74c61ea29376766f
MD5 425dba96ada31134f50434a65cf03f9f
BLAKE2b-256 5564441ed87264709325e6c3b5dba0bd22cb3ea8b3a64bb24ac6ef778315d0ce

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0a1cba91aa18efb9bf3d2552bc12d372128c1844d1cd625d2cc496faec36f0a4
MD5 d952fa2f4cc1185fa3bee28b510cd0f5
BLAKE2b-256 abe71a53778e989b4366d0c5b46f45bf49872bec544a8d0bd216c90ddffb321f

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 48cedeb21388ea74e8f95264d4643758c4c6d06799bc3fc5f0e4392df112236d
MD5 c080804796bf315f8a9cb4656b6e65e0
BLAKE2b-256 b7df9c8f042ed6849c0426bb91a8ac555c7191119a17fe835da2118d2be5eb7e

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2055cdd2c1f952d4409a1d5e3f90cee771696751969da1144859450bc6fa0c8
MD5 1d1f73a66b2238663cea042097a3aa2d
BLAKE2b-256 d235c56456a0e37f32562b54b67ddc1270f973e5321a3081537164fdbdbc9a89

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d2e6b458d9e4da2b18e25daa18422d2b40f02f45fa7103d556ac7f180674267
MD5 d7de69f1f56f1eafe0ab50810e2a4c4a
BLAKE2b-256 a92b90dd33a51d8cdfcc4726cf85045cffed393bf18ba344d92486f02f865ffc

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 90c151cb6c5e3181ecf85a65ce627db0f5c6b2b18b71f5146833b17c3a040167
MD5 1a724a407fb676c05241ce037dfa7370
BLAKE2b-256 33e8fa38b7fa071674af66c267105775e4a192b9cbaca707b5b233bf47bbc3a0

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b3c1a1f45e6007ee86f202439d65c56097c0eb6e31057f968cab65976caabd27
MD5 34a40b643faacbec34e5ec80394525f1
BLAKE2b-256 6f5516471c6da7b72fd38a2a0e70692b094b11ad2c7b6bd89805cb3337c94e1b

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c22eccb928bc1fd2ab2d1f30f07b34db0920a1e9c27b051b1ee655e26423ad3
MD5 171664118ddce6ee99a2f0a58d5bf496
BLAKE2b-256 75f0a9b63b09f0ba233a15bd4d601b4b7812d1f4587eeeae0ff5187b5285990e

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 892f0de10586225c143ded8367e65bca41473a102aab560eeb26f19562381f7b
MD5 f326e510a09cc616f303bc4017585c43
BLAKE2b-256 5be980dae841cfc3c49ccced4340ac03309ee284e53f816a18f28d54abf21993

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fa0717538962598a0cef7db0a46e966d4643f3c31d0b65ce3e0531cc29ee1c42
MD5 80a349a5e8edf7129ccc4318a4e4da78
BLAKE2b-256 51466b7a9d434dfdbd6e83568a17010ca1674a0bae89c69fd28324f5185d0d1e

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 953ff34c489b0ae87388e98ba008003ab65fcee87d5f3710af88cb57b1d8fe83
MD5 d3855684f3c113ae6f2e5067e6fb1ee5
BLAKE2b-256 684d35d611541235b1fbe65b8a3a5907279662910b59851a2421ffb69fd8366e

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: rlgym_learn-0.1.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 673.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d94b28f26027c6478baf78892a7910c4c593df9dd1787b337fb919a839534de9
MD5 f38f3fd473e1a67823b83a3d52a773c8
BLAKE2b-256 e9120ea1b60f49ca8f9de368fdf8c5a2614eabd16db83b0b4a46669172c3cb36

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 060fa5ddb81011245bb618c0293d260daa154f507ce89299ac26f77061c424de
MD5 f9438ce1585b2edfa46f64e5f1c1dbce
BLAKE2b-256 c1febb7c63fcfbe15596d3cd05fa0f1e98b67545f27a07dd007bc1307554e40e

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 635cca3c4c21e0b95063ea9a9f07826a938145f09535c5af44b26db67104ef9a
MD5 9411d00466a7ee6a2443d6d2ece98afd
BLAKE2b-256 782ecf4a0d37acc53f0f2568aa39fd87a11d1f22f0ac96a11d0fe946b7b41de2

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 475d0e3b3129d0f9102f98cc9f8f12c22b7c26bb1ff21f4a07501a94e1ff7c56
MD5 42c7474fe8cf84ba8636f564605845de
BLAKE2b-256 d9db6c5bc26b3f665e29c38894aede8b0b664de56ec67c728c880d0b352011ab

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba4407b66165c555d3ae859b762a9a83b8da5370273b590f1fb1b71f71ce7293
MD5 eae02a8d04939f04ddb54d811b32b23d
BLAKE2b-256 f13bd83006736e9617c39b31d8604e64d34364569747934f76bbd697d7e32966

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c7217df520f15d8d2b245ad9591b1af5f3346fa87a24e18b7cbf21a8b7ba12d
MD5 f5fdb7c1d0ec8c09da6c52f968559f5f
BLAKE2b-256 897b94fbd3f2fac1e7717d5d8cb4227128d5fd0058f50ed76031b530dc5cea59

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8c3dd0d77daa5ae5f312219bccacd03aaf6c4bafa4693866be67900d6eeebb5f
MD5 a668529dec83263d62c9d6e18fe86d0a
BLAKE2b-256 841c8a9850db1a5d1df83c756a8fbfab2dd6d53c849b33075458bb2c6e19cb7c

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e51347c38be27e059f8ca28f90c964e7dc39025230e1328f890afbf7f2c00ac3
MD5 bf440688d9a41d507f9d0084511b25c7
BLAKE2b-256 fdec64726d4be04a26331d0f08c064beaf6d6eb0e5e159d465734d070d74cd6b

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d63aef11208c371d6c5bfd7d39a28ffcf832174e7a9f6ddae536e8a6ba463f3f
MD5 f4bfd7be36663d073ac10905c0012e07
BLAKE2b-256 107dfa60a69a5808a93b10c87849fe84d51f2e059eda1cfb0341c872514bda34

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85cbf2698fa9c905e573dc4b6d637b18d4396dfe7ade55fcc02a88a9f2130f2e
MD5 fa5b0bad6d52fedb76320f3827b9405b
BLAKE2b-256 55fe07249c0c84a9756f732e3e5c46ac0345a5cd166033a3e95528ddc2af3468

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b79c2379adc6f627c16f027f7df1021d33ed7381ff66e00cbe6abe59ae61a5b5
MD5 6f9607570a930b4bd04da047068c905f
BLAKE2b-256 adcaabcc253a521d1cab16c0670089ea706d18e2e72ea3fb065891b39bd4d9e2

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6f50885af543088bfbbf80c6c6da9dea6526d53bd10c8ae84195fd53c8d82a58
MD5 be99a70c5e0605f5d12833afab033fd5
BLAKE2b-256 84256b73165a77dd119eb7997926349ef58c29a972017e90ea089543f4e05d6d

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: rlgym_learn-0.1.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 675.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3ef7fd6265bc7d179a4319f64903e29c4e1fb0fe8474083031bc3af127501c36
MD5 2cc5fa9df609b1fd2af4db6f738fa654
BLAKE2b-256 cee2a2f5b73a1b5af52690b7ed188c0eb0f8fd882f97b0efaaba47f2692ebfcf

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fd8a37bfa7b05e99b5a2bd5b2b7da0b2bea34332af5308f9ddad339926c97a9
MD5 344d92fc7cc0abd2cb588ce0a6b39e86
BLAKE2b-256 2dabcb7e9a8f8cea6eb29e963316d27ac30e6af99bb8eab51dff1c4acc5b42c6

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 48117893db08fb64b0bd046e3633753302d56b770d6bf4b8179f1c322f8ddca6
MD5 6d1df5c4181204307f9765471ec9f733
BLAKE2b-256 15af879040cefd63eef41e6ba22ae27c17280c9a4a1caee71af040a41a81f5d9

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 24bdcb287178cc085e3f709a57057091645e78c36aae431127a7491b3cffc61e
MD5 6170068cd233659f0fa1392b730c03e6
BLAKE2b-256 197d1c800ef5283e48844de74b3356ea879de53ecebd55acb2cca34c0cf9e33a

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac5e242f34a807ee902b52d10e0db8da486ed68e830bb69496792fc2304172f9
MD5 cd8abcd575956a6dcf322ed18d0b03ef
BLAKE2b-256 cc407994fb44ded617406e290f464da35c05719f0dbf67e5c2ee2ce982d58fb8

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce38414bc519d12b53d487faffb1e0af239386e4df57d8600e850002dd876f16
MD5 2629e8d32085cfe378dc58207bc5ad55
BLAKE2b-256 c2c5414ed0c73e532a2b458a2e4da41f470b15aff8d7edb9e9b462c115ff8487

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f4b2cc0fe0c7a0ec3eb198c3d7dfa289325031f21b828ae448085880098ac50c
MD5 bb4fe86ef0ee31d1756631f470fd5459
BLAKE2b-256 f272cb5c0ef556be6b9820ea18f2173fa5f5c52054856209cf9828574f8d8130

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9b4cd106e0a638fa45bd72c1bcdead155c275b40dc39753932e2f67c50c0f2e4
MD5 29c7177911fb5e3627a56e8dcefe5df1
BLAKE2b-256 02701f4790408b65a1b59498134ad34432351f18ab57eefeba7ef2d1d4458d6c

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f6a77c311972a55dfbe1a3dec9d2e99a54a2e3d6d2b8532eb603a4adaed9a094
MD5 0ad946924f8ca2cf921ce023bfcb05ac
BLAKE2b-256 079ed053c38123bfa7fdb9f6216b41a9288060e27f1e8ed7bc78a994991c460c

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f73b43797c07f2c2c3fab59e20b20b8c5fe7cbd18d3cf79665c0cfdd130c5191
MD5 c40f4f23498e480158d0d48c9923ceff
BLAKE2b-256 d0e9cad45cbf07d355a01b81e28e1026cbb5248a59b1e2fc5af9f3d438a87c01

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 81183f30276274f3d3eb2d96477d3644e9375c28f3c581522ae4361bfe400d14
MD5 e469191a669a519cc5ea07a1a44f8930
BLAKE2b-256 b980c8f3e54d170947f8c8f3de6832af553279416696a7729cedf5cb64114a42

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6a68c16c3a456e24febe4ebb086f5a8a69c6e468f5ac8e5365995655c2c02156
MD5 4f09e91df12f9f00e9913e9ece5db786
BLAKE2b-256 06986e4f303bb60ee260562542870c7abe99098de7b9ccbd0d565f5f23f21cd4

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-win32.whl.

File metadata

  • Download URL: rlgym_learn-0.1.8-cp38-cp38-win32.whl
  • Upload date:
  • Size: 674.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 af1e0866cf4247dcbe32073c016920202455eab41e8546df77117eb1a4a3d835
MD5 d75220edd93cdd871a0a5394f69a5597
BLAKE2b-256 17403b83a97f816dfaf4657ceb5c12542e77af26fbb61c69b9335e31303b174b

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b396c4b6e042b3ef50fa74cb17bca1c480d58c463ac31f3344d7f5da9bd7ab3
MD5 c156b4823e15f368c4417294328a86a3
BLAKE2b-256 37227e85bf102b2907e1d9b77b2099c08b7e6d43e28050f329b7b3bc0bf033fb

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b37180bb9a26d77e7f30c15672809ca07c6400d6bba4012f9f5191fd3a31d976
MD5 5ec90d6eb28859e0f4ff86d7904a2a66
BLAKE2b-256 35bccff32be8f4398cbdeeb4d056e8c0d76c5d17a9098705ceddded61f8418ba

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7ba2da86df11cf19ddd4cf080d1764dbb1ffee479743969ed0e66307c83edbef
MD5 fa7f3bc59fe9011410dfc6a03a22c249
BLAKE2b-256 f0f073ffbe992e724501803c8dbb32f77bfda1ffce7ef3f88981a93dd85eb231

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12f3c7f193a5ec67ad44fcdcceab95eaf91ca60d3b199dba7fe8c38f4796ef5a
MD5 539ee5b7522cab954cde5e3a35a09a5e
BLAKE2b-256 2e4c6b3f3fdf19fbbf0feec0bbfc83a8519d80ac492cad3c04ecd84dd0ecff0b

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65e987a3521ee9e4c2635bee188b4d2693911e89b1b11e7143cba9feb6875950
MD5 0c688c9179713fbc72dbbdebcee8fd3e
BLAKE2b-256 3e2762c9f18bfe1aa7431dbdfbf62be5d9d65291ebd19b4ab498e289e42f1eed

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ce4c02e8cc46b57560dc20097402684d7c604b9036f57709fcd29cba443dbabb
MD5 ce1d029393873786878805bc3ebf4fea
BLAKE2b-256 ef197df53801c773e9728f31992774cde98f3df1301a965596684e9c4e499caa

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d95bede99baf2d2f6e722830618cc95b34d46935781b33ffdd0db8f1e9f418f8
MD5 811c77b68ac7ab6e241f339d62314ba5
BLAKE2b-256 c08f5e1b5d85c925d50f0bb3cb39b74f755fec3dbc78ddd3ab5857712c24f9ee

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7f3b9fff3202f8960e9fee83573ab5f0ba6ddccc858caf5d354a2ad984911cab
MD5 9697f1b310cd6b7cf5304c5cf3dc8d2e
BLAKE2b-256 9b198dc2b234744e6d2b1b26e3066cc53d8c3ec4a6830fc6de147f6cf0b044a2

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03681c9d3138692213615c6faebf823888982b56ad4c72959dbdf64282d1672c
MD5 ba7b7729520073edd2746d76db487e3c
BLAKE2b-256 cf38c2dcb472221b79dfb49d6144ae33a0afa778b228b5781a285d32600f800e

See more details on using hashes here.

File details

Details for the file rlgym_learn-0.1.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-0.1.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4308a02a01f149c6b65b5c53ed5544009e897b65245f86c190268c979c064c83
MD5 66be805c703a1c6a96d8c44dd995689a
BLAKE2b-256 12691b47cbb0024304fa7c5bafeae45dea6687c0c88ded5ca5874c3d6ec42433

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