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-1.0.1.tar.gz (57.3 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-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (825.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-1.0.1-cp312-cp312-win_amd64.whl (723.3 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn-1.0.1-cp312-cp312-win32.whl (669.4 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (899.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (893.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (994.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn-1.0.1-cp311-cp311-win_amd64.whl (722.6 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn-1.0.1-cp311-cp311-win32.whl (673.7 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (926.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (902.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (898.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (994.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10Windows x86-64

rlgym_learn-1.0.1-cp310-cp310-win32.whl (673.4 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (927.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (901.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (897.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (994.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn-1.0.1-cp39-cp39-win_amd64.whl (723.0 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn-1.0.1-cp39-cp39-win32.whl (674.5 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (902.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (994.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn-1.0.1-cp38-cp38-win_amd64.whl (722.9 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn-1.0.1-cp38-cp38-win32.whl (674.1 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (901.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (993.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.1.tar.gz
Algorithm Hash digest
SHA256 9c64054550ff7de4c3ac473c68ceb614f60d56ad2a1f22953385b1350f4538ef
MD5 9c559bc5a7bf2b5604dbaf786c972351
BLAKE2b-256 ba6cf821e6e6a2959a3ddf23a3b601fd2211b981f8d3d9af2d61b6718be10a2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c653e20e25a1aa45f9e0f2aac60c94ce6bdbb6a36e6f895108b171ceb9d37b4
MD5 340b840e95a8d813c7e1586fde3848b8
BLAKE2b-256 13154b9760821fa219a09807451662efc6d4819bd951f52eb1cec1a428f82d39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 20e9ca434bb7be3483741aaa2af9bf617486a9b61c72e4248018dc794e19bdd1
MD5 97fa1e311f2c6bb1ba51328ae69f3780
BLAKE2b-256 2422efda1ccdb42c9975e61dc9ea389ddabe247cb8bea1b8195253407543db1a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7777bffbaee1f4e99396896495d14041c568228c52ceea0599fd5a6924ae37df
MD5 bb829d505b49ce966b394f5c89bc3b4d
BLAKE2b-256 bd372d396e25fbb45f5c24619dec51ad2e205b2b5756343170c68334ab1f16ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e9af20735f298af452293c1d6f9e9b9d295c0ec77bf5524f584f62ae8da9681
MD5 e9a7a2e56540f2f8ee92314fc753221f
BLAKE2b-256 77e0e0b186b2c99da4e061671fa8e119a7ea94d276b11ca0b10537034232a163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 220eeb99a550494d2ac2d6a7ba1660191867494d104280a2d5f30129b0bd2523
MD5 b8facd106cec68bb01941c6f37788033
BLAKE2b-256 3cafcfba5df9a59337bb39fb7b3168da62de8ea161e0b10db2bab99078a169d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ea7dcea225815562ddff7c40e65e486121c2065bd773af5b2f25cbc7259088f7
MD5 4f891dff5c90df9eb150a594fa62b1d0
BLAKE2b-256 9c2e34c6660f34a249c1b2d5749e0d02bd136d9880593bcfa6c8599531d42616

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6bf9bae527c72487a9141fb1c4bb6dcef6507cde76c8f0b73e3901e22c79ba3a
MD5 360cbbb9b047bc5e6607b356588f4735
BLAKE2b-256 768440099625b5843851cd6e8f3fc0c7f4f78c51d940a9b1485e2c78c1713f2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1242d5bc370aa7f38a87376c586473e98aa585dd67d3b46481bd1c0f20d7fda4
MD5 f8795a9e988cced1a52869b03cccd2b3
BLAKE2b-256 cdbe75ca4a23c694203664dd315428317057779cd160fb01aeed7bead5e012bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 816b943511d6319f5478a4af0d9f9f73b29138aac8ca9c3b49650865ca0aa35e
MD5 757c36e03f0852457bc79c90353462fa
BLAKE2b-256 d4259d9a292048f627ea1ef4beee27df110a340a5f55c7e2e04ff4ff7e0548c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c207446fc6d6a86edae206dfa55089a5f7e64c264744a4c4a632f7ebb8080372
MD5 1ecd0208ce0498eba0ee51516ccc4b38
BLAKE2b-256 20d33f872264f609d6b99cff831a959eb1511da3f0b51d15ee34d6c7ca244b14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9d06375ac7bee099f415bb76acafe58e2d8db3e3cce3307e57254633d28d5193
MD5 345fcb5ac9cfe3de505be52fec9e7dac
BLAKE2b-256 ea0c55f2df6bde8665caaf378e7b495b143f7d9da8f08077530c6fbb479be26a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8941a70325844e3a93f335ed1aa7689b14449551885a965eb552434f9a3565ad
MD5 f40adb99315d932103d9d8819110542a
BLAKE2b-256 2245ef16ad147985cba39bfebe9811462669fa16dd542543d14ca90756f50c93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 accb6ae2e50850591ec30fef633d62071ff3f4da16165e4e28b40680172b3979
MD5 d7fe695e21916173827ff9de91219279
BLAKE2b-256 a313969966a04e3693772809770c0514693377fa6dc97227a4e127253883ddac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e251c1ee83cb3fbc426e84c938e337f9bd4c05fe87b62011411dfd9cab17bc7e
MD5 2b73546ffea3ff29e32e01982b52b960
BLAKE2b-256 5afb3e3319f1cde57b1aed65fd4ac4f7f03a21ff173dd5d257451499276124ae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5595371ad53dd2a5d46e3b3a13d02d40df83fe704c7906d735cb0b8ae3f3b52c
MD5 feb65a9812ec3bc70eec662c9043cc91
BLAKE2b-256 c2fa063c7f925e316b0fad52267ff9969482cdcd36ed439f9f34f199a5e3adb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dee323d4ba9ffaa2f15d6be1b019f3bed8b77a421e1e33174464294596657119
MD5 4f6543c128c0c001938a5940f6e3c93c
BLAKE2b-256 3c16198d26b1051df3f1fa83667790a785e337a1a77c526b5b474927bdf7a33d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1468af20d7d35acdebb64d2f1384a7cd528acd87d1926a125097a04071a49ea7
MD5 7765e67b6f00db808a590f0aa19c2842
BLAKE2b-256 42b3f0c9c61c4a5ae5fedd5a5ddf387edd17d456455ca01a2554d553e8ae5253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dd9a99c8a0a29f824393eadbe894a74cf03f8ac7b5f0f5b1c5672d68f6d63975
MD5 5750f0a8ff5a30bab5a1988aad40e350
BLAKE2b-256 668e4d0eb64bf8c3dd0ad9c74ef8a945a2762c382cee0f69352369d8a333f665

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f85820d69ff08e8552d5fbb5e83558c37b408890a8b16fdad38c6b583a329280
MD5 09d13089ac89a6526ef6201d2d648550
BLAKE2b-256 115815b7685580dfbb976a552a345f0b700437d588affe8a70ae342db9c8a5d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc4f4c6454f840717f5231b014fcc8055713f3a350de66c24306c153b6d5aa1a
MD5 d252ece7119d6bfa3ea7515904211f38
BLAKE2b-256 199440bd06a4cf49a0b4f2127bf49410cd64d5f6869350fceee849064b763553

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b803f5333d55a0d4a9eba75a10c51470bc093c4a0f5f18f0f234d3306b69c2e9
MD5 21aa4f640fc845fe192eeecb2dae49ea
BLAKE2b-256 3b3d99a6a71ec31a47dec1e54a812130f3df1e887d32c68973a05d22007b23ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 772180c279989f31d1deecc48350f7f40688f64ea55c9f8d8516abff077c4b01
MD5 29d86275edec6d2bb5218247b1ad9c05
BLAKE2b-256 963bd679fb45099d09a5cddbd49adf6217163443cb47de3b6e88e3b8d794195d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c4089a894ffdb7521dd309486dae655302118cc441779e40342e8de1ec24ed8d
MD5 586d2fdf3669073776b98fa72cdfb9e7
BLAKE2b-256 981bb9efde34e122c5905cf8f5ec7119f8f9caa22a7502411b3df3e2f76363d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ef6e3215cbf78bb2488352bbdcd4cc78cdada91af83a4e2428ad3907b537c51
MD5 721681b37c251d810c0f9de504b21d89
BLAKE2b-256 cd921fd125a8bd6944ad7a9f0ba35c82ceec74eb4a1c058b501f04420ca037f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6d4cd1f600aad81db772d61b759b79d92f9e03ae4ee91a47b282802f8c58ce83
MD5 681cf0b2726b16c2c2897a000fa6f4bd
BLAKE2b-256 4f1f8b15095399fbd7c3c8f5b21fe09c83be02b7c20f993d4175ffe7046ffd41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4a090882bc99ae13b03252a9896eb2b724ec8c2da47ac75bf6d603c7c62bd16e
MD5 fa9ab7c0433a03ea9755f631e6ef12ab
BLAKE2b-256 5d0534c5b04b21f6c5d9f0b9431ea70c9396c96fbc362a601b477112789ce79b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d9f13f52691e6008a4a1c06a1c9e78834ec56c2aed8f7f08d7c5170fc5b5b071
MD5 822be38456f6cc298831e8e0c117fe18
BLAKE2b-256 61099b30075feb69e0f471217bde57c794bf60b56fc51438515a25ba5792903f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94e8db29365ab14d859d24b3c143e0380b9b426f43cc8262f4e3973a7ee7df01
MD5 ce1e94d89acc46fa29772ed261e1fbf9
BLAKE2b-256 2cec75e4aec8ccb21748998fdba1f7e00be50a31b1977e806ca94363aabc2f69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 948f779983a386a9b423635d27f5158067f157143ccd35a7af07d2d371893782
MD5 77523856670f677ae8f1644cefff9e8d
BLAKE2b-256 326866b528ba6d975cd388c1fb9031809fe3985294bef798b833848c3cc68148

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 50f8f6a57f786c7fcfc75376c18551ec02ec9ff2fd120eb6e6820541301867ab
MD5 da752bd3401bd3db03e1ad6623995afd
BLAKE2b-256 abb99c2a922af26dc1723ad1023cde33eb63629b5c84fd7d314d7340a5dd6407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4798ee0fedb6c62ca399ad198479e9e4ea2a983e78465a7bcfd1c0e809d68496
MD5 38fe120c76917b56ed684c5665a90848
BLAKE2b-256 3e97277cdccb8ed0a04b49c6a8072471492f3f57d2344b5fd7e06988a49e0614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9e4cb62262f93f2cf2be92890a282cc2e9652442c5c855f0bf616b031ab5061
MD5 29c701a97a0e1ef2103ebb99193f684c
BLAKE2b-256 6e7b906eb0e8964758148db1b5c2511568dde4ff4753d3362917b7ea48d91e90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 69dea3e26bbbe9354f791b14932d0aac325d4a262c68e25e43c601615e159294
MD5 a83b9efbbae5e2a41ba0ed6ee2015e6c
BLAKE2b-256 76bf1039b4ffe7c8fafed0d3e68ab58850fe28f05d3c70c4b6f715ef3bcd648f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 223730316fa55934e0d0528ddce294398552a38cb5727ad84f73a06c6136a283
MD5 2063f08022908f1c04780bbd37b8b021
BLAKE2b-256 58997359c4ea3c0692a5947f2818f96d66899c6ad1cf241f02c3e9381d814d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 540a0cc6a69fb4644608a70231dc9db263cdf4d60b320eb1792937f51b590f88
MD5 9970d6e38d53f5eead24443f419a8d36
BLAKE2b-256 4e286d5ebafe16e8ce36b1534f99c7324a1ad0e6f66b6dabc4d582f00a1b4ce6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53ed5b0d0424132967d1e9f91d8916fb63d9adb681809cc47ac0f07157f1f7e0
MD5 58aabe55c18b8fa74f2caf2f3a39699e
BLAKE2b-256 813964af5480231a711a74ffcc8b66f39fbce88240f96b8467d9d273e66b4a5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a70fc6d8d2f4cd2c9d4789924e486664a976226b80af8a1639038ee2a55433ab
MD5 2617216954c10c73806cc894044625aa
BLAKE2b-256 eb5374d4f507de212af2f5ff590059807925bd8eb7d9ddb51fad2d5e6a98df57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c89bbc902a395c146f8acab44d630af94c348485825da3e653e7ce56d850732d
MD5 9a8b89eee600703b676ab801d7d0cd44
BLAKE2b-256 ac8a8aafeb8a3e1522ba2fbb194e8b02a6b4cf319a23cf3a8c350fd9dc812813

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 904b891ba90a477054850cc90e6b20e7f01bc70a55e8cc536a2d4c905f9133d0
MD5 f14b2481124e8b8b9b14a9cf3fedcae2
BLAKE2b-256 e7a865be0a0a8c093c521d7fce2fd781a5c0a3ceba6b5b5204d4608c131a722c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc6dabc31b4aa6080ae7a41f7cd7c3506d71238241fd62fdae1f6651f70eca6c
MD5 7641cb5a43fee6871bdddd7473dc0065
BLAKE2b-256 e149cc6a6876169126fa81427411ff3248f78278ab549f9aecc35c66eab7c3ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6c5ed86dd36afc369682f1db2dd16e6ec61890cca9280daaf90027b456ba8199
MD5 2ac45bf891fd6584015887124fa2dfe4
BLAKE2b-256 4b05dcc4df1bf5d7a18b9176452bb137556d70c90c696ed04eb86281f6d782ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 03f0ab0256c5a0f7ce42008dbd13d8eb18680725cbb08584bca317ed9d00f621
MD5 509c21e7c690c6925c039a008d9a0040
BLAKE2b-256 fd0943936641ae401f609faf62e9cd07575b7b9a44406ba99377ba861140a4f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17ebfc71ca9cf49bf963623f09c8a73bb312c55b158555e1aa00c95f2f023c78
MD5 b2ac04287f7d0a4797681a6001a86c54
BLAKE2b-256 4909ed9ea7e678280753c8319289c3522b1890e29531454dde8573f09e8e1a2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7ba228056ec41fcc11aeed9eb05687aa3641af6777e183f2587f307e8f48376
MD5 28a5543b9a4cf14d529d9eb58fc9e9d5
BLAKE2b-256 cddfeac991aafbe82325991c3b0303390c3ecdee1af3244ce541ecc6ffee26a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 36b914e51c40b706512d1fb2c2091f1cc8b9feac443a329a75e4f3a9ac87a0f1
MD5 f50cea3655eddc8aeef4b60c3dca2b64
BLAKE2b-256 d1a26634207f30230a2a8667940a1e9ebda4c637ae4668f4336107ccbef25f3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 14b9c68cffa71db2435c74dfcd1953e1082a92c5ca9f0fa2f373e564a02ec345
MD5 14bb9df9ff56b9dc69e2d0b1573d196d
BLAKE2b-256 9f2dbe723072ff64523510e116b15b5ccce7af6eebddc4abe13a876b1756b068

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 538a47ecc96a112da95d3743510c2b7b1bf3d6839ed67c0e1ea1f0aa15932e2b
MD5 3e6776f6a1f5673472ea3d4b5844b3a8
BLAKE2b-256 bc15cd9b4a73967be7fb0e8fdcc58689a5715714944e80404d4fb5628ea38357

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40fb0d7370fd2ecd6529f2fd2fcbd8f7b8c273ef175988727ac6911efc6b22c4
MD5 5ef57f8f01d9b7dbf94134864c2f3320
BLAKE2b-256 7a5f7b2bf766c4474bee28d42807108c10bd618deb42caad6f4eb0d9b855d505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 89a6504827c1e161518f5b0280bcc97f68c1662738ba9377aecc7502fe5247ac
MD5 c196857bab70a85612354cc36500ba60
BLAKE2b-256 925c25f182682e4da44317e066f39ddf31d2d9bed2daf03dfba76358ac9586ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 efd1aac19d6b36bc3c7ba497939850b21d7ea1709ea33da0e971d42f8f4f5b07
MD5 da188462ce083f186ab8349453fa2a64
BLAKE2b-256 0a9c09f53008ee147efd9eeacd0ea6a0964fd503f046b6ae237274604fc0bfff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 685181991730fb89d79e1741786abce402309755ae0804282cfbb1a3caf81a76
MD5 0900a84ed84423465a27b09746872bb6
BLAKE2b-256 9b4436d3dafc3a03751c99b6623a5e47bf5fc62ea5d0aea92037b80ded5c1b05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5f34bbbc2a0fd3d4468b74325bdadd4c50b6404950ddd61b5fb82feac4be79b
MD5 f9810aae16362a16e8f08376b2465425
BLAKE2b-256 bfc3a794dd41a2bc79cdd3ebf0858e6038af284bd190f11787d339e9e9e50bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4928192207538a9d0d3511917811dfd091e749d4fb12f4ea5a11e61e5f1f2158
MD5 0f81d2682cbd8bfe9ff33f1b81f8feae
BLAKE2b-256 3be8deb614fdef8d9f8c12b41fae7693214e1e1d543002f17d7e034bea1724cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8b86560251113a59316904233b8a36969fd5d7a22219b1ddab3337563fc58eb4
MD5 fd9c016e14afc25ecdf8d290c9f17d1b
BLAKE2b-256 351d3eb72f651e13aaf24e23ca75e2a0f355dabfba1ca57a805d82165992649f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d1a023f0c6a13674e6375400c51eb819e6321efaaf4f296cec758192d95e3d9
MD5 b1e9ef45d9115021eb73e10d155794d5
BLAKE2b-256 ecb719fc24b886140ac4c9c9bf76b22ebeb24f0118522668dcb09ee4db24ebc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d981a8ba75110c3e7bfa0a368a9897095794eae32468b5bd77748d3827d674ea
MD5 e6c3a1349246ed6213d4a80804f0cd25
BLAKE2b-256 88115b159a8e6fb31637974b08c8df60cb5eca11978cdc935c435cb6dbb8289a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6e89a09a5e443c36fd26c3140f1fc29766028b1a979739b582f5d1096b737c33
MD5 92db15d9626d1d0bb9adddefa09dd917
BLAKE2b-256 ae9b6d89d33d8b6beb36fb681d38ee0f5a1e3c9e2dc763edd57780b5871f3f23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f48e445798ea1f584bc4f1bc6d77244ef0161279c839e6ab1c7fef8983049456
MD5 f6e7131a4664fafd334e8ff9a8e400fc
BLAKE2b-256 8b3a9b6b117294c3624f59fa9adfbf5a9a5e862ec9d4451b80e22d318ff7ccfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dbb50445ce3aec5f53e7c09f52210a413604548dfcf5bcc95c984a827f1910e6
MD5 be33e3bbc379643c900fd9165ee4b09e
BLAKE2b-256 166913edb57441ddf64a1823fb893d1e8a45776aec0e7fd41a7056845267b7ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51aa1b6fdfff21ebd084dab0bd68198e00f3738272c4b487e4f7fa5274797865
MD5 f7cd23f54a1dfcf2213bd3020407daf5
BLAKE2b-256 560d2230c53c3058df14be735404ac7d9bcd6fdd5edea97f84714c257fcf892b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 762144eba9c2721242f952cc552ba87ee951190d5aaf08464ab5c9a8393201de
MD5 800f5dba5c0458b73dbec1d9157d8ec0
BLAKE2b-256 6a1a69ad075a0746986220a85860b6aece34f013bb76e35d858733e9d53b28c7

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