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 Rust by following the instructions here
  4. Install this project via pip install rlgym-learn

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. A couple files in this project remain quite similar or even identical to their counterparts in RLGym-ppo - these include:

  • experience_buffer.py
  • all of standard_impl/util
  • actor / critic implementations in standard_impl/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.6.tar.gz (76.6 kB view details)

Uploaded Source

Built Distributions

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

rlgym_learn-0.1.6-cp313-cp313-macosx_11_0_arm64.whl (694.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-0.1.6-cp312-cp312-win_amd64.whl (595.3 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn-0.1.6-cp312-cp312-win32.whl (551.1 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl (950.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.6-cp312-cp312-musllinux_1_2_i686.whl (982.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn-0.1.6-cp312-cp312-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.6-cp312-cp312-musllinux_1_2_aarch64.whl (933.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (780.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (832.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (853.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (764.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (755.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (832.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn-0.1.6-cp311-cp311-win_amd64.whl (593.1 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn-0.1.6-cp311-cp311-win32.whl (554.3 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl (951.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.6-cp311-cp311-musllinux_1_2_i686.whl (984.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn-0.1.6-cp311-cp311-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.6-cp311-cp311-musllinux_1_2_aarch64.whl (935.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (781.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (833.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (851.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (760.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (758.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (833.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn-0.1.6-cp310-cp310-win_amd64.whl (592.8 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn-0.1.6-cp310-cp310-win32.whl (554.1 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn-0.1.6-cp310-cp310-musllinux_1_2_x86_64.whl (951.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.6-cp310-cp310-musllinux_1_2_i686.whl (983.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn-0.1.6-cp310-cp310-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.6-cp310-cp310-musllinux_1_2_aarch64.whl (935.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (781.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (834.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (851.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (760.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (758.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (833.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn-0.1.6-cp39-cp39-win_amd64.whl (592.9 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn-0.1.6-cp39-cp39-win32.whl (555.1 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn-0.1.6-cp39-cp39-musllinux_1_2_x86_64.whl (952.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.6-cp39-cp39-musllinux_1_2_i686.whl (984.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn-0.1.6-cp39-cp39-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.6-cp39-cp39-musllinux_1_2_aarch64.whl (936.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (782.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (835.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (852.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (761.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (759.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (834.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn-0.1.6-cp38-cp38-win_amd64.whl (592.7 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn-0.1.6-cp38-cp38-win32.whl (555.0 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn-0.1.6-cp38-cp38-musllinux_1_2_x86_64.whl (952.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.6-cp38-cp38-musllinux_1_2_i686.whl (983.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn-0.1.6-cp38-cp38-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.6-cp38-cp38-musllinux_1_2_aarch64.whl (936.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (782.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (835.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (852.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (760.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (759.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (833.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.6.tar.gz
Algorithm Hash digest
SHA256 d3ebf83615fe80d0b29920921a0013c16faa340d02307baca9ef3e2ec789b7a5
MD5 ff9528507338bc118749dd074c6cf0b7
BLAKE2b-256 e8a0f4acba969c5401b298e4dcfff89496833e7fdc01af50faf8240edc167847

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4cb17634d8bd8759e7d661a81a510819e7dfdc4091a06eab760fa2caf9c68aab
MD5 62b9c891b20e644eb4bbe556f29e67df
BLAKE2b-256 2c51dd919dca1b756c523399969bd029958709361445558545363559db802f51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 48760c0723c604fd4dcedae35e67685c7f2361164a6c511c929e7b83e9a6723a
MD5 3423654f6583c2ee04b15102c3187d2e
BLAKE2b-256 f3388195c2cb308a23478d8e272284e96c2929bf636b733c2ff4f6cd960f9942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d1c695c51597d15f7541d10e75c8833e4aed64022fcfa18dff441fcd3d023d76
MD5 7cc46b6ccc4e47fb411c4947f6d3c383
BLAKE2b-256 14d3cca67eca8417662711f52c739751fd69ea200e7450391f5fd3d4a523d6e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f055baf05d2055b626b2bd7ac3ef02b6ab12413267f9fd0a4f600f6759de5685
MD5 a0bda69ec4eb546ea88aea190132d27e
BLAKE2b-256 f99d7987d45e8fd422df37d3cd751cbad81de0ecb223d072f502406fdb24bc51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9a0c63d8c0cdb68bbaa08199511994ef6a96e3a421a40c39bd5a50466ff8b3dc
MD5 cdcf9662ed7dcea58e88de0f9235a9b9
BLAKE2b-256 20d1eaff1e1314c401b662dd382a8ca5f37ce60ca6f9dd5dbc336bd543c39334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7bddb79f08f5df1088fc70562530cbf06e577fbbc3af7389ef4edea2ee3da964
MD5 81993fe8068b8acc1d13a045c7904f33
BLAKE2b-256 962828fbb1a84a3d1bb7bb062c387e53ca4f38b71d6de1efe53f53631f089cc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 171d6672b2c086a8684fd4c3a6de08386b86b5dba2299692d39669cb16258eb9
MD5 002ab2a1cdf9b4294bad96884e293dac
BLAKE2b-256 5a1f4d0af24665e4115aca283e40b85c41b3c628f3b7adb66419c499cfb59ab6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef6ad9fd397c05b817fe026500f58eb0f753178362732750508bf5703a0b7578
MD5 7c4d0a44fd08f922bc1ae6ae1f49af5c
BLAKE2b-256 89865311777be708948f6479f541a56bf3775f40870664ad9fe6583d4bb49292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c0e7e74f468d57b72172cfdbfd3bb5a644d859e47856f8bac60a2dd2e2b48c57
MD5 ac783376fdb38fba5c0bed8bf8ffc632
BLAKE2b-256 7924546e19b7f0c72f17137e49e5efcaa035e36b31e596c5827c9e5aec51af3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9b877c9f23f43aaa7d7d8b6fe95464ec166d58bf0e27d1bbe68609b760756b71
MD5 83c7b088040b7f561f81d6675fbe399b
BLAKE2b-256 e771b3ee471e6e3d9a3c3942fed86de806b68a5149cf98cb460e8670947113a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0022b9ae8708fa0874003308230566ceed4de61d11d24e031ff4a624ff19997a
MD5 416d1859a1857425f3957048616a8cf5
BLAKE2b-256 2a7ee11e2605281d4eb070badc5ecc6e64e59549097f6facbc17442dd2c814a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62182815713c0d23218fcd8f2c61fb852298dab722339e88005dfed80dec5226
MD5 b50013c10662253580ed86a024ab9f65
BLAKE2b-256 e37dba4c5a87677a32a7c98cf5075709d3dc312b5c8c6d49c5352ef2652a77d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e28817b97481409ff86bdf672145fc71a44410945a79380e70d215a0429bd41f
MD5 01f8c45dbb34ef52e423612f7a41ea1b
BLAKE2b-256 f9054e0f9f09bab6fd69e172b90187c48cee8634be7efddee84d4e7275e2d979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ca25d08e2da05b548c948c7975d259785b0b8a60057480cf14470c28dee60ed0
MD5 1f4821f6466318ab2ac7ee901477755d
BLAKE2b-256 11656784bf607280008576c0434c5e081a4532631f6139fc914ca8a469e220e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3b146b25f12708a17092ddd0117b22e019141d9ac8ba2d27359901ef799a87c2
MD5 54226d1fa3cfc8dd4840a9d96b00212b
BLAKE2b-256 f8bfd5c27c87ab1f4294fd9b595671eac709decb9052ec3cb55dd8305353e3c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19f22399842eac5a1c6beb8e65426645aac2c30a0ff119b1288e5f851efba271
MD5 f23698e0c5f68922e90f39803c3e77d8
BLAKE2b-256 619d25b36c64442a2dd51d1f156ef6bed79daad1f359c3878f3fa2b93caab978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cde0c06cb742a3f6223c99c95388c599263eadb9a00d6641586900a4e0dc9c82
MD5 859d66d6146999be0717870744cfc7ec
BLAKE2b-256 9137b2d7ff56f06d237a129809b0c680eb03078312cc20db4ebfe32353d4b60f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 100d133f8b3ea092c7ed3b9e23c09b500dd2cc96fa01523e069bcaf6b5bf78d2
MD5 797fd08975d7ed87907ed0f4cd51967b
BLAKE2b-256 72638c6982570f704fea69397b46a354072a82b7a6ea6091abf70ef4c1dc081b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7ae7b202b7a9b796bfc732994dab7a7043d1ecbbb3d8200eaa2e5b816cdb410
MD5 7144add4b885b30f60d488a2ce69bdff
BLAKE2b-256 300d06bc5044a89f359431d678944adb31879cab77efefa9e0f820e52d892859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0dc4b3d4588418c5e09dcb3ad854de4ce283fef643e6b90c686ba90ce2308109
MD5 cd22185a290c9f3c47ab7f826ae6c0c1
BLAKE2b-256 b14dd185432cdb2e0b9db4e0faa3be1943c32133c5bc1e6343f620fe586fb95d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ef8477fbf31e1a3287c26593566b0d25253a85ad5f4d0cf792e823f963f80737
MD5 625aeccae75e560c5c585d9700ff7900
BLAKE2b-256 09e0b21cf44348eaaa03ffab967870888639a01773ada4e46e1481eee984f326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a193045d5433003e1fe55c66181e3ea5151699910bb7ccbac1a49d9a592912eb
MD5 72d62a8a003fa7382b1ffac79a8c07bf
BLAKE2b-256 562ba3a836b2ed47cbcdd774857dc6ec6bd37a2792c3e0569e0db324a42e1b2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 73ca52be9a4e4609e6f6e64bf449281381adfce0317f400068044f5c841b08c5
MD5 67559284ed03d54461564205a979fd64
BLAKE2b-256 3fdd14aa894a1891acdb7acc9a0193950f493aff620dfe5ed426988275c954d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39d3cb36b75def8b822beb795abcb54d640bec13dba426aa7d5895752dce6244
MD5 de05cb85d7368b2b21dfef2ddebd5b1a
BLAKE2b-256 b9c78043ab19e9f11a07091f42ce70f939e4d2817b2eaac9100873a07abb7886

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aa8de032432dce91692c0073e9ad9f851c9afc84651d992f03063891b8f90739
MD5 25c81e89537020380d2b21c9b2ae3ef7
BLAKE2b-256 df382f638491ded1da0f6f4e1c4101d16e002a20cb87aa364350cde1eabd9dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f30cc832ec032b28b6529f7f20b296cda643fbb841c5c1e4a7199895b59df2bd
MD5 4a56e003a0b3048eb4b4fd5c013471da
BLAKE2b-256 6224584f0ba71ea895aba0971df75ff51da419295ec93320ea530a6cd7b3ade1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 245fe9a62f00c3767fd9b0e5ea1ec4c7d5e2df62054555d750ebf5be42880b9d
MD5 b4f7bae7ad579c484303e0bb7ec2f81a
BLAKE2b-256 0c9f11562ebbe95614e83730ff66a9fff0855a120a1c8688ad1c99a527fbf99f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccaf280568ccb9cf44f9d5d6244fb00f120e0b8c65f66d36d2d324ce80737394
MD5 674fc15cfb62e2c1e6619984632e5acd
BLAKE2b-256 e12d067ff6c771c672d8192b3b01e6503bcb564811210b923158c88c5ce3156a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ebf31b8a544396d968632bc7072d9a90726f2993d95dc9d2de8129c06f81c19
MD5 e5e3480855b4f28ddb6c3f7d04a145ea
BLAKE2b-256 aa7f6880bb31d1e9baa7fa16794fa683fb6c707a9a9b4c29af913ae922547b1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 187f6de4671e6750b6f2a57d6f9b7f16e4c366ee3073f5aa784f3bdf9806b7f5
MD5 c6ae2abb7070c3f39bb2581a0ea075c1
BLAKE2b-256 b7330008142462064f18b538f5fed8e9ac6f61a09a9c50d69233a3d449fe6853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80217061a3f9df9997e1541bbb68220f4dc3f39441f9be70e8de5acdf5e0493f
MD5 e63a3ea5fa660ee0fdbdf046365ca020
BLAKE2b-256 16cf69300e2ebfdd3cdf20be5e7783f764a2cbc422af25c4bfe9e2bbc7a4c919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d44ba0a980cc6893c09ff7718f0274e2f504a9ef5ac079818a15f0d91571d2e5
MD5 b6bb675d7d5f6363773d20106246c4df
BLAKE2b-256 df5271f15aa406a6468d52840a29df10580f30eb33ceef9f15b690fc7a663969

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dcedb6d3a0e32e7b1ad7432bd760cd4653aad729ce0a32b61dd5ac420e2db757
MD5 23ae71f09ed8130ff2a4fb8c8e512136
BLAKE2b-256 de59a3d29df54fb38bc4457edb5553f251f9b8e06649a422c7fd8baffb2fb2f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 08a6770194f336d79c1f77801ac3d8bd129ca81b0e97705665833023683a8a47
MD5 29a8dbc983ae0a7ecf8d4210268a59bc
BLAKE2b-256 b9653499faa2eff6edf2df07422c7da41006b52dea60e44b1c71c4cdf3a2ad67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7554da684174c4c59242c76c2138f884945bf6ab041eeece9442f1ec90c9601a
MD5 94eb6916aad1734ea7161c1e59a74937
BLAKE2b-256 c4a1f62113aa36a28be17b72aa98fdfe7ccafc87c4d9becfda8ae12862b19a9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 313babc0570b8861fa17e5f8ba1e93c855610d0c36398adc43ed991b7ace739e
MD5 6d9d4d3608c67dbb50cf25587e85505c
BLAKE2b-256 464fc41b9b35d91e1d54f4b2d28f5cca1ad33cf120521e2fb4ec97377d7ef240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dd8fe95da715ba51a7fd3fb54e704e70dc9e88a74ee4c1038b5538c16599f401
MD5 3ad3ba85295ea5737c3648b12c85ba71
BLAKE2b-256 10fd86d8b7cc12489e2efd81a68e5c793656a7a7c363c9e75d67d77b1741975b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 438ccab3360b2b5cb7bdf20274e1135bec311cde064bf181184429b281208281
MD5 035f38e0f1fb3d37f925a9e72a9c08b3
BLAKE2b-256 b2d4f1ef08f6b7d87d36e78a84e1d902d12318655b4ddfde672fb5d31d6b2b49

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c1b525a8633ce6a3897ff8748729eea067afa3623bb667ef60e9bc5ecb914c23
MD5 b06d4b7a347862e3cbc67dddb35a1f4c
BLAKE2b-256 06251ca3e362a75de0d32a1b544db5335b7e69f375a8c452ef3433d5c660be23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e585d58e53ffe1d72ef5121ed1619523a6b81d535d9d3d46be6bec6d66509987
MD5 a1d65892d67d6f663927a68ea3a085bc
BLAKE2b-256 4d4e858dbd7c60f1a8cb8eefa250e30e3a8a9944f942851b491ab6e36715b89f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 955b9b750f8019a474bda706f7f8c9d0fd38019b6e13e834f2e930fa1c806db5
MD5 5be4bfdfa77448b339c01b138f9913d0
BLAKE2b-256 3e958a4714ee004e05b6d245363f26628733f0c35f7d5d610daee68a57a69f8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e2ddc2d0f5eed16e955fe62b228d510e2b2bd3ecabfce20913a78fd300dcdb86
MD5 e3ce6fa015f2f8b60edd2ec6dc4bdccc
BLAKE2b-256 f10b197fe35ab8f5462d8b133aa9863fba5b81ccb16b32d2856fb18ac09f7084

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e3d5831f2cc0cbd2ed2fd2a1a598b8f38941125c047fb0ba9ae50aa456fa93b
MD5 8311346099dfcddf0f3ecd05a4d54622
BLAKE2b-256 9edc6568a93d1a0720ec5cb6b9f539bf55a72bf1af1e482662907affde794f9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8174cdeebaced66a59a9d830d9e75be1ca76e5172752d3e69075c017345f3653
MD5 bbfced67b17853c7cbe4afed1b01ef55
BLAKE2b-256 ec401f528906705a85f5a07528c582d61819f372831877732ec9c95efd2d96bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a3840859be574ef1b9f488971c4702b6f25d659f3cbc9e27751e175085a6707
MD5 f617da8ad53d026ae91fca0559e7d26d
BLAKE2b-256 8411b40dd23fba47b870b766852ea094bf116a023f6f8c6bff7325fd16b7f199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 313b04a9a3276810c62f514654759c6559dd743194d696d287c1442a9ffa1557
MD5 0801444b734f75eaffbd39996273467a
BLAKE2b-256 e8004aa7d355b98033d25e00250079fd3336997e61041a92997eec6b3fa5348c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1c0934fd4805b4e4911a016aa6109aea4cd3aa735005b968525286c893db7901
MD5 bce427416c75b0a1157ab7dfc2fdcd37
BLAKE2b-256 9f3dbcc73f0c3bc33994e086e0e76ac0b66a61a6097e35b86484d05cf0679f0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 350983c2d0e8cc23d997e19372b213ef539dbdfd98999683aa87f15f238dedb5
MD5 2b1e0284d2e75098374a024a75809665
BLAKE2b-256 421a6e79871197647ea23662d451a05cfc4f3b35efa1787099e8e1d74f366fdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 11ea7f73b9ad3e7c81799241164e6f7788c6a0b03ffa0109347dcdfa8f7ac9a4
MD5 1a485402a4e62af1519cec9092b83df3
BLAKE2b-256 b63f9cadcb75d933f3da71903eeb1ea9336acff39c4542a58ac5ad56edecaecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 be311ec2cb01ac53495101a3daedeedaa37e6bd9b998bdae6b1488ac3742f83d
MD5 336812892cae10bd7f959d3a6aad6e93
BLAKE2b-256 a73f928952b0514128be39cbd22a7f94f60d8e4bfd5b8c221dcd7891ff56f302

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3a75861a8adeeab44d2f65b1b0e5d012fd92821452f03e9dcb8adc0a63c5fc49
MD5 075f02460d54dd190426aed27798b403
BLAKE2b-256 0abf9b8819cf171c81d8b3ec186e6a8d291d4243101d0c08be15587f74f02ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a26aa10849edf4cefe65fc55924da45a386b2bd35c867dcb5c7affad34b93442
MD5 74d5d23111753b59358dd58f80e1a18d
BLAKE2b-256 6c43d4201372b36bf85720ca478f60c94b4f3ed65e4c89a3091d2616bfb96e3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cd1b283bde39792e273fda84f4f4454818a5036943e8862acc2473da26cbc165
MD5 e9406b8adb525bd4547be256bb14a1d1
BLAKE2b-256 3306fda786d14ce242274c9647ba9a2aa658cb85e0773043331af618d87fa7e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fb6952214a32827212091b030d83b094689b6ce1e0765d59a2a199350e599b0c
MD5 5d787c0ac8e8ad9cfe0c9b8030b03880
BLAKE2b-256 9894d9227bee8d7123ca8e14ca4f5a8f95c151db597c1d523f72b49c64ad0a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e677f415a998ddfe5ba4de830fb1b113c9a3596eac35da71932b6427b924d7e
MD5 4b2354cdd690036a838af86f762fe2a0
BLAKE2b-256 524c3e5eb914764d95f97f03990f9da4347f050d9cf51ecd2a38440e0193426f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 615c7cdd6b8a8c58798de50307699afac53cb8c45a0d13a5c41d60924034cdc9
MD5 8ccea58905bcaac010a3c694669b89b3
BLAKE2b-256 138fd60961af7bf78e4c7474ed66e4ab134625f7bbc9ec60828351546cdc3468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5295e12f548705ee18fd3354b3662638cb5d7fdf0483f4b22e47dc10e430cfb7
MD5 b9993082b4ee1f678e349586766705b1
BLAKE2b-256 c22c9396b3dd7f07e618c257a1c4ddcb5a1a8db303166651473ed7df2ee5afe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ccdae9c8ac8b5208bef463e4645c32a7430a21017428aa0584dc0c3cee4356e4
MD5 932f8c3c3faa5951e1bf04a7a85bbd27
BLAKE2b-256 46e42ddc960cd77afc21ccf1bb3e32246e7756093fd44a5b6d902eb2a8655f26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e13d07693f355080f3e784c88279f24cd647da763a615caeb6bea62c990d7f37
MD5 17aa5d36476790a3a1ccbb2fb8389f20
BLAKE2b-256 e5bf9a662328d7c05f4c021b0d9d118d6864605ff98c6235b3e5eb68906c0a95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0b499b56be578e7a33d9fb5a05040781c3885c7d9c4104aaaaa2e8c7ab6b217
MD5 f5ebb1c993ca2a0c68f975d4e54cbafd
BLAKE2b-256 5343c17bc2cf03b60f8aff345555cd8aafa92c7f31fec8bbcd4f624ae55daa18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8e06b1b2b679f61fec2de4503f5a55f49b6de03ea7ac03111d667a0abf0718ea
MD5 e2970793ff853c02d1dd2217dc831040
BLAKE2b-256 73a912d9702df6d7467b7022d20eb07700b26a1233fd41668dff8fab6c205417

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