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

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-1.0.0-cp312-cp312-win_amd64.whl (723.8 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn-1.0.0-cp312-cp312-win32.whl (669.9 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn-1.0.0-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.0-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.0-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-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.0-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.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (899.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (893.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (993.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn-1.0.0-cp311-cp311-win_amd64.whl (722.9 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn-1.0.0-cp311-cp311-win32.whl (674.2 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn-1.0.0-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.0-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (926.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.0-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.0-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.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (902.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.0-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.0-cp310-cp310-win_amd64.whl (723.0 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn-1.0.0-cp310-cp310-win32.whl (673.9 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn-1.0.0-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.0-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (927.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.0-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.0-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.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (901.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (898.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn-1.0.0-cp39-cp39-win_amd64.whl (723.4 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn-1.0.0-cp39-cp39-win32.whl (674.9 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn-1.0.0-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.0-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (928.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.0-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.0-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.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (902.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.0-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.0-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.0-cp38-cp38-win_amd64.whl (723.1 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn-1.0.0-cp38-cp38-win32.whl (674.4 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn-1.0.0-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.0-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.0-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-1.0.0-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.0-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.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (901.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (993.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: rlgym_learn-1.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 c36c63bae223a253a31db08199d64fd133179f15591f9173617f9a19bc400472
MD5 1ce1de03360eab694b5c32c3501622df
BLAKE2b-256 a3763afc5f1595816b042dee52460354936d9941ecc22de9d41c47730feb3894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9a66ddbaaf24fd445be8324d03e3eeeebda86ee790fd2a37e03d5ac8ef82080
MD5 7fb187570a5c045afc9e568e94da6be8
BLAKE2b-256 d1a477d3e2729b83026e07663d41fb51a227cf6becd7d041755ab68394fecf23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f7cd1788492b432384d50d712d5d159f6f472133d17cee2115edb0d43b31a2ec
MD5 1f7d56044b9e3b7294f12e8ec7e09bf4
BLAKE2b-256 09e6d669b3b820df61881aedb8d22750d31dc60eb80af6b36f1ecacf59dfc9a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rlgym_learn-1.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 669.9 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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c53b1c9a599666d99600b5bd2237e9ee7a5aac8d86c7e61129bf151e9ad4fca5
MD5 bbe9eaf928645f9ad96cf79b5d0d085b
BLAKE2b-256 6548ee1fc301ad107411dbb5d025c88f7767aa21e216401d6da9d67710508b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c9190d32339a36f720b3fea62650f2d1258a366e904fd06720ee429bb96caa0
MD5 145629106445b154b63bd2f19d86b6db
BLAKE2b-256 34e770688bbeb9132999a6bf8b7472f8ab6816501ae29a0ee747e85e08d21d0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4595692c8f114a3c03bb8675e0de02c8af6be32dfaf3f59c46460e164fa1323a
MD5 f22ce1b17b5f16c7394f845e7cb7d641
BLAKE2b-256 99f7e9bd6a20a670cdaa54cd178dad73430b25cd6ee0a18f12c85e415b8c5f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a06e99c0320b66503e8d12b5447699a4398868107bb3f8e488ddd5ecb4f28fbe
MD5 25f7ca5d4d441034d2265e4109333891
BLAKE2b-256 7d1734efc1a2fb19d62c02cd1a26bbdaaead04421a297d5a30c2a9190ab06fd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7350b7c810bf070b4a3ff313028f32930c64c325bad354ebb01d6ed4b57babe
MD5 40e097f93db645440d83d0b2b64ca534
BLAKE2b-256 b2b8edc0e1770455704e0bd5026249afa76a67508a520bc3ec8f44d1845ec6f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcea795194d9aafba633134962d85eaa5f1cc1ec46b06435f3c207d0d424d94d
MD5 10ec765ece75bb25332752eca87cc238
BLAKE2b-256 80865bb082ff08efe3ab5e611668bee37116883c1af155a682fac383b9cfb125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 515b0bc12361124ecafac7a42b171403bb88a0bb154fbdf544b10b55e676cc7a
MD5 12c5874101cab406a260cef1b10a4af5
BLAKE2b-256 6bd6538e88ae74e1c5998e7134719c04c08da0250789d5a8c268f58e885d426f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4378c150a5ce9447734d04c7d0701e423596374483c2909e4352701a6d6b3790
MD5 c04752bc0f9fa40e3d553b5ccbd87212
BLAKE2b-256 d5f82bb208eae5c5b92b8f598a29908f1adf7b88ceea13fba9ee7c0763a3a1e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0fe985cc481335c2513fc559e8e19a81676eb11844ef14df6fdd8a19e7d798e2
MD5 e019e860d670bbbc4f022aaed5c7073c
BLAKE2b-256 e293e8ae33e99cd90265cfd8ddef5e2437e344965451448e5f551178165397b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d19c676b9a6f3b3e1032a5ff50312235218d4c258c549a4f456b6cf48daada7
MD5 14f55eb3018232b640da0598dd384d88
BLAKE2b-256 907939a638aef7c493d90070da91563dc688ceb6093970a9020eb109cd9cc941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0dd452a04b7e5b937e228d63b7905b161724fab5bbad836db675bb0e4325f5fc
MD5 66dc6a80536172f70e83d28609cd07fd
BLAKE2b-256 f33964e5870d5a4c152fed2f5c0c1ce19f8ccf28535f3bbc1decf9f9aa20fb00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2058c3b098a2278e24826723d28884ef453d4c69cb8b4b940af753d88b22496b
MD5 bdb55c126fdf5281b0f7e6611529fbeb
BLAKE2b-256 d4485a91d527c2a03be74f0dc008913dd889b91df8569dfa8fc8491c54c7d9d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rlgym_learn-1.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 674.2 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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 866660c4ed52b5b81bf6d3cf531782b61378d3342daae0ae900d164faa46f706
MD5 dc546eaf7e05a59fdd2bfa7586854d8e
BLAKE2b-256 5423e5ae91fc0132b50deea0045da68e794b28c577869eed4c4b8b45b0f066bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab6a0fb059105c42c363e6a8c7ce080da8aa2bec0191d268c99997d09ad7d2d9
MD5 57f0cb7c3f50d8f2b1c5d61aee4b14fc
BLAKE2b-256 6da4dc5d4089437362829dbd9f5313c0c2794c56562136c0c00caaa6b4b7cc32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 549c01ba1b4b9a022988155c2d485f958352ef1b704c97fefb9e22b5b396094a
MD5 ee39c7a380fb932dbceac97efe30d16f
BLAKE2b-256 2ff65a5f89245e3b81c6f3ddc2581e0d93f76df6036d0ef503c1fce164ed6f20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5a52db0bd266b99dbc8285d97e83827d247e59cda9569553ab0460c0669956d6
MD5 21ace5233376fb89f126453da470dfec
BLAKE2b-256 be01a23393b9656cdfc1ea9f095d89a6f0f4b1fb723c6b60753161e3d854b8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0cb5fffddd83840ef9880793818ce8b8191671c584e497ac044e400722319265
MD5 5053e98cdcc452ac00102a673237bd75
BLAKE2b-256 a8e6fbdce27528e7607dbaf6bb5f9daa8a0651e9e7ad854a5c6324f76e59deee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0de415da1788d5422fcef7c0d8e8e3e6bafbbbd69c6e4becb30ee0459263519
MD5 3d694cdc648d6aa11d38d2e4e1764ff5
BLAKE2b-256 7473f7b76a11c335b6d5e636e72516145dc6795f7a387ebe73573f72802571bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 426c77022033a1f9af558bf74a7f5ac5901452e00ff13bcbf902db042c182628
MD5 0d86b6bc827fb005dad2023117a65115
BLAKE2b-256 f4cfc57f684c0ec13ae2426e712fa1f2f9ed74f76412e4a3c698bf4033ce56ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9f7043360d0c72555fccdf61780db758009a3dd361098ef8ad9900bad810d1f8
MD5 06e449e8d7d8e88f4ba53dbe7656e918
BLAKE2b-256 6eae5a9716798dcaf8cc0644485342f95023b285fd6f86b38a352d13eeac5a22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7c26d8778e23054a97482060a401a901aec6073966fdef06b2fb290ba99175a6
MD5 42abba015343315a7a1c1e2859649435
BLAKE2b-256 b010b3ee585619f32bc1344331d2dfe5fd41d2c78ebef3bccfd57b8adbb6ef7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64da2de6072cb1a0941cd27f72c6efbf31ae0711d217f850bccc5398df218681
MD5 945fec377d5dea05d3fc394b8173c8d0
BLAKE2b-256 eddd94379ebb3b718859f0bbc3ddd27ecfa4d42f2c1e2189686b6015b3d34b27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 81a799db6292d9bd4aa42bc75c77946016ac57f2ed67b69c07e7d50e8548fa32
MD5 9a4c9934b90b64a403fbcb1cfe347249
BLAKE2b-256 3333022a7bde15a0b69a5699731eaf3e3f3ce810ccb5a939a542fe6e1041f6e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 33f8a755581eceb5b644689a0ce3b6fc17e6b6d08f4571614c17217cdd174739
MD5 ef01c7f0dff98d6d764a7162f410fe92
BLAKE2b-256 3601b0525001f9b9b975ee1baabbbbdf2acf84b36e2847826b44aab47c710834

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rlgym_learn-1.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 673.9 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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ab26d9c1b292f8bd27aea5c63fccc61cfd583e7649c7be269699c0eacbf860df
MD5 454b4a24fce5ac80c59f6a747c2f2ff0
BLAKE2b-256 f83686ec565288edc1b92dbbabb22924df9e811bd3d19c688a24c330be0b0727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f04c780d4c4a61f14048d3b54d6e04d30c65bd200e526f991f0568a6cc549d1a
MD5 3215adbeb08abdcc618fee5d93ebf5bc
BLAKE2b-256 a54ddfec54022de4672b54a75a29f3b556f726edef321fe1cffafeb696ed5bf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d782e8c57377753c869d489c33f10cdf460dfca8e51e5a358cdc8165df4fd711
MD5 b29b4f3bce89649a7cb84ce4b014bda0
BLAKE2b-256 71677849d346543dcd203b482fb72abdfdebfcaebb4aa71430a2a93b5ee5f2d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6d0ff03e80cd8153756dadc3373ccd35e3ca043ee53a798145f5005cd944d47c
MD5 69eb9bfe2759350b2d452001e0455b0d
BLAKE2b-256 22bf46de02664a53866818a71cfae5d23aa9767236acc4fb8e6ab5d21e9166c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7dc45a60fd7736c93a6145a09e3073faa0c655ad44af4d48960608894d8f8fd6
MD5 3eeec2752545d364b4eb7d56ad972bb5
BLAKE2b-256 880647b0cf338f2e6f9abf03cc78d0b3bf0338db2bcbdfbde7f5893ec8db2754

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc671cb6fbe149d57de624cc7d823e0f225a1b8d9f14451ec5afcff1b6413541
MD5 c52328ea3d6489f57049582bb48d4ea0
BLAKE2b-256 aad8863a41989d00081102d5e2f870ec0ad3932065f59edadcfb5ada574ee9e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 de5afd771b86edc265792884dfd957e8a438cbf86f37f96170fdeaa0daca3974
MD5 0826de3ec145c6b188024518c9da1ea4
BLAKE2b-256 37642d7b19857d7811667dc009ab9b44c43aab55d5224830a9a22ee5c1c28d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c77be256d7c7896ef743edd21f8e946983caeb2e50467b5e657af4fc56e41101
MD5 76f2715bd691ac1a78860aab74e52c8c
BLAKE2b-256 ed40f4ce1a2587f487b6b5cdaa369f7a51fbbe079bfb9becd5ab21774ac8d43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 42773a033804af5ece3fd2325f8c98f95c24db88aed3ff1b553963e20951f746
MD5 ff639359f69f2c05531ffd34cefdd2e4
BLAKE2b-256 0d1255335cc15c49b30eefce88031f150014a10fc299cbfe63502cb6f289b625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3542ba77512061ad574ff13572b148658e23943eebbeada9293118393848ff8
MD5 50456b2bbd8287c9e9cdb92689c0c22a
BLAKE2b-256 916470a63cf1ffdcb47ebb0ad40edcb449ce8e0ed612b4d397b66b8b24ecf13f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f4a24e78d292c7c9f881fa0924d9ac9a713491ac52f9872826087a6cd403ecf9
MD5 21f6beeecec69d6045227ed57771a592
BLAKE2b-256 77a8c55367b2f6e6ce2013c5f0806c0ddc0cd4004c6a83cd2cb338e4e04ae02c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d8da21ff8722e4317a7b51471996dc93c42e19247cc8cb51452d1c07806fe903
MD5 6d4b07fd377e057f904b8a430c5f1235
BLAKE2b-256 adf6ea4e1de27cf9a8baadd4adcb0decacd2519f621e487ff38b6b93310988c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rlgym_learn-1.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 674.9 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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 94ca41128762ae9c962aa4a1f007f1a9ad681c467d3ae7ecfee96cd1f6ca51df
MD5 72601f54b46cfccc6a1ed2cc2703b961
BLAKE2b-256 d1b5b3889c04e2180124faf57517e0a18872af67d652551329d506045930c949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 966f1eb37f53f6d680f65e3943d0119c08eecb00bd51cba47e3897b6dbd076c5
MD5 9f6f7406e5a80bb2561853275230ed79
BLAKE2b-256 6814178a6fe3cd74eaeab9d0845d2ead868f0344d060c3ef7daf3c52e7d9f182

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b0fa599546a570841b65b6fd7983ef48f8a52f674697eb0543eff9b299bd1230
MD5 91fa7c77f98245612c8cf644438456e4
BLAKE2b-256 dc02e1ad842746d1d1c0c571271769e0f6d9bc16f151994cc9d8d443e73c7c45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 def90e20be0bc0201d6997a4db36f803c284cb4c9757eeace131c840c534229f
MD5 fdddbd5da652837d94863460368170bd
BLAKE2b-256 74e584919aa1521c847c12f34f8d795bcf35fb6fce6d4bd6e615927ae9dcacd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 083f18a318d87dd4bbe8f4a268187c7cac830dc09c9ead6879e0ac9add1d1056
MD5 554936cc0832c63ff4865ef4e139347b
BLAKE2b-256 97def1f225f8d9f42718968cb356661ffd5f3211f94ccaae081eaafd91db31ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eea2083c9b7b8afd19c95f4c4dc1cbf6aea7b36b856b624382a245b24a736f50
MD5 1ab5475e5b784a0a26870ac679dca3da
BLAKE2b-256 f71b4dc80fd1d9f9378f7ab6ef451deb2cc4da69716ddfe40910df4ad230c4b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4dadc5e45593b1c8118df50fe1d504ae8a7039ccf45880d96452f5a570eaba36
MD5 4c3b0d97b9580ebe9757e6f158d83adf
BLAKE2b-256 5a50a36dbfcf1d99f275c4f4aebc116354b4b29bd176a0d06cf53f23fbc86b3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f245fe42624c8af82f7915d7071f6bda1cda1ea6da0aa8830d4630fb08805930
MD5 6a32c18508e4b7e4fd855f255f09cf5a
BLAKE2b-256 060d3031435c224e3850db29ad25c80b1bdc2d0361e0b589aa0af9f97781afc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 069a573910e1428fc13e83ca71c01a5591fcb7aaa7833278325abfa09c57b1ff
MD5 795cec2d87cca59fb4f919ffe37c6c4f
BLAKE2b-256 3ca78af0b69d615148bc05d1f7183cc3f7579dcee4ae0e6303a98a6d6816fa18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e01db351d166f7803f8e17d73048359e8f2d130621050837c92a2e5880bf3a9
MD5 b188ac11b5ca2504fc3e9ff058728468
BLAKE2b-256 57a270b8003667756233e62ae7cc4412cb8577d824b1113c650f3a9763b8f430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d7dedd30dd8f40e0484efb6ee1118498d5b4b3fcda4fbc8e53a142bfc30482f4
MD5 30a504eda2747aeb93fd571844a903fa
BLAKE2b-256 a8965537d03c1cc5644e555a4354141ee2e1c97abec76b8bb39d19e554578fd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2789499bf68a70022c309c48b54ee5732ebf1760621fb41b86a449a39755210c
MD5 e43e747ea156a348f81d1f08d280faa2
BLAKE2b-256 1715c461cec8181708c48088762113c270467f67548d27077a4249b5400f8b5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rlgym_learn-1.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 674.4 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 773428df362d0196facfedb721f29c3fa421218128bc3b9398b2cd3d5663a407
MD5 7227536c21c746ea99b57973bf19f9b7
BLAKE2b-256 d00ea9a2c906b639507fa9b1c0fd079b3905c1da885c8ed12f1f91ed94b74e96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edd4e32e44e579366301d86495789034c5fac2d17b64dd3ebccff884c2f588b5
MD5 b3f9bb820f74a60c9352cc3ab6b991c6
BLAKE2b-256 3d9b2f1e89fc5b03d0856f342312fb4544e7981bc2da8b47bd0770f53e0b85aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a59402c6b489ad8b8723b34626025b8f093c425fc09a87e643523ad0c3d46e2a
MD5 921368b1c00eb40600f9f2525319db6a
BLAKE2b-256 8adf4f3b629e394f24031f39f19823ea70834233461b3b11f52747e3b39756d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6f197c8f3c052b7591e9ead808391b452e7a92c661006b3166caf453701d416a
MD5 00ac892205a8765b2343e73681902f0e
BLAKE2b-256 4c59648416e68877121fd1a7667c577184f68694a31d8c0aa8378635f95b2516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6353541d9cf5eb1377611ab0477cd1983479616737e32ad0119d1e9fdc575e08
MD5 33a8499183468bae9b94e53844b6a667
BLAKE2b-256 e98930c8a1de5cebf70bbcb3230299257dff5975f18ec3b613d2af5ee2f64a58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 519668ccd4646ce524115bb7abc892c9bd525c0deaa1c572a3dae6177276f788
MD5 e16ce8efee8da1810c8653f698c688a4
BLAKE2b-256 ed2f9476bad3779931879ef7a5fda9ae0c3931a6d2e7061dcfaaf48bd634fbf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5a7c50ecd4efe7aa71e6a6903b4a4f4b6a85f85a08f1cf4ca1ab4ce0e2eb2852
MD5 04d23839ce20d88fccd47b8807696971
BLAKE2b-256 bf7d30263f630d0a37953bde36db6e975e710249b9962f62f739a7d768ff6353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d650181275e3afc73e339063bffde568e5480beebf2a54694246de90157790d0
MD5 8b42dde256846294d2d46091032346b5
BLAKE2b-256 a4e966d94ead1e3649d32e30b6e8b28b9f55a68b714d09916777ce1f649f7cf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd499a47d889ae39847ad110727e2c59ce44a97d021c02afd265cb02150d7f2e
MD5 2f29e3d3fe34d9115f3fbc3660f356b7
BLAKE2b-256 8060e2465d322be424188678b41ce14a92824fcdf984077dd47f9b280ba1f82a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c46e256603fcf8b7f8a23a79e9526e7171a82b960a71f561c3b535e2d59f72f
MD5 7062b551ee0278d53c2835a79e4c5939
BLAKE2b-256 56292ea350858a7366bcc4b9abb82658a26f0b0e2db3d3dfe3d59e8df0cb6b0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 add113ff48ca8e11c7cd010bdf4dac9d4100de1f4778cb4e163a9e5517f64057
MD5 5011b7f03e9f97ea9d95d80ef9c65f74
BLAKE2b-256 0a54b24adc9eefe6b477e6220806abaf80829e3117518403d7087184ce6d3037

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