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

Uploaded Source

Built Distributions

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

rlgym_learn-0.1.7-cp313-cp313-macosx_11_0_arm64.whl (711.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-0.1.7-cp312-cp312-win_amd64.whl (610.7 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn-0.1.7-cp312-cp312-win32.whl (561.7 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl (970.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.7-cp312-cp312-musllinux_1_2_i686.whl (998.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.7-cp312-cp312-musllinux_1_2_aarch64.whl (951.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (800.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (849.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (869.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (779.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (772.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (849.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn-0.1.7-cp311-cp311-win_amd64.whl (606.1 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn-0.1.7-cp311-cp311-win32.whl (564.7 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl (966.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.7-cp311-cp311-musllinux_1_2_i686.whl (998.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.7-cp311-cp311-musllinux_1_2_aarch64.whl (952.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (851.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (866.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (776.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (773.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (848.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn-0.1.7-cp310-cp310-win_amd64.whl (605.5 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn-0.1.7-cp310-cp310-win32.whl (564.3 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl (967.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.7-cp310-cp310-musllinux_1_2_i686.whl (998.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.7-cp310-cp310-musllinux_1_2_aarch64.whl (952.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (796.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (852.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (867.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (776.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (773.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (848.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn-0.1.7-cp39-cp39-win_amd64.whl (605.7 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn-0.1.7-cp39-cp39-win32.whl (565.5 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl (968.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.7-cp39-cp39-musllinux_1_2_i686.whl (998.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.7-cp39-cp39-musllinux_1_2_aarch64.whl (952.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (853.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (867.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (777.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (774.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (849.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn-0.1.7-cp38-cp38-win_amd64.whl (605.3 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn-0.1.7-cp38-cp38-win32.whl (565.4 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn-0.1.7-cp38-cp38-musllinux_1_2_x86_64.whl (968.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.7-cp38-cp38-musllinux_1_2_i686.whl (997.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.7-cp38-cp38-musllinux_1_2_aarch64.whl (952.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (852.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (867.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (776.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (774.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (847.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.7.tar.gz
Algorithm Hash digest
SHA256 4f2e666a7b3d6e8f18ff50a6c2a3d3ec0eeb768a038cab954f3ee65cae116da7
MD5 a662c8e7624461d89fde32a4d5f9b4ff
BLAKE2b-256 c0ebf71588251751bac30da6cb17ac70d8191d9fd036b9fa8b34acbcd4063637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5bfab725cd33bcb9a6500c9fc79f4ae1307e17bd6e94e430ad81a9279f29d3ec
MD5 adee0eb1830833f5e72c47435af17a39
BLAKE2b-256 229f03bc643b5d7098518723f6a20b22425bbd0585748046b7c8631d02feb4f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 98659bfeec2911f2e1ba146d27ac01cf2c7a568239246741c1676b9f00ad14b0
MD5 67a59021144a811fe5044b1e6382af20
BLAKE2b-256 b837748b857769a9ae730974fd9b8b02d3420489a8320c91166002e130521471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8d8f83dee33183f22762d8845629794632fefc909ca491de30aeda2b2508e315
MD5 be0efe2665e32cceb28efed56c260a1f
BLAKE2b-256 667b0356106b830b6f323bb0f103afe02776e0392c1f9ae5258e6174c2e4752b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24da3e27d1cbae947ad22a530dff429a221c3adca7afe821f36672a97636e0a9
MD5 6153b34b2d8fffa9f5d5162621b7ea9c
BLAKE2b-256 e870bbac8874dfc7f767f011d0594e5ee13d5c96183f524bd3857a4fc148c883

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e58f672a8cbd55f3f385d2ee8778175ce52ba5925085bbf0d5c717227dde58f7
MD5 90b50929ca0063e025b5368ca5ebc705
BLAKE2b-256 8edccc7d32427cec8fb57939e1696f75f3abe83a9255b6c1e10adc2ad6774359

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b798f342890db03db2c00e0960e7859822d08d9e09d3e7a3a2a91949ca97def3
MD5 96c6de25b807c66d1b9596f72100bcc8
BLAKE2b-256 86fd9e2b3cc4390b6617f238f7a85f3de2d3e66f1ddb669835c57e7be674cd59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea827c07749a828d15cfa1c551b57e65a24ff10fa8552fbe5111e37f6f44dee8
MD5 ecc758bce59bb0c196ccefb3a2b27e72
BLAKE2b-256 d345c5360f243971e1024eb1dbbb51edda111c4517bde876e11de29d55b9a3ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45236d31043e15efa1490256c3843963d4fd9880c3599d04aeb91c07f6cdd043
MD5 97041d0af77cc0796a3bb995ad960893
BLAKE2b-256 f0fc1960a5adc1e148271f390fa36d026a5ee77bd92d24e2d6430265a6edb303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 703dd707cc7315b396dadc34bd216c905074bc3fe0612b5233d6cc4c74131878
MD5 6ca1036be23090fa0c4f9751b4ef0ecd
BLAKE2b-256 f355e1ec299fa9af279616260ed8f1f6612e4a4d16cf032d1d38b32099293970

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c911add62baea5d3368ea57c74ca962113f889e35acd6218929152e8ec82d057
MD5 8ed280f919117c909cd714128149bdfb
BLAKE2b-256 fdf17b5986e1287806cc5436f6a19c5b7da689ca6892e8390c7adf46df8ae6e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3a62bbbc866b5dac2f094f5489a88613cfba084d83f8436985764a570964f900
MD5 5ffbeea8793c98a50e6e5c59400e53dd
BLAKE2b-256 fd220aa3d05c4d13fbc788e6a60683766004536b172a1c2151e8ba7fc659f5f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5602ca9db569e7d15880f9d02f1415e6a68182c43bfc2d03793e11e9839666b5
MD5 e47447434c06d033d09e2343a6743926
BLAKE2b-256 7dbd2cf62491cbd6090e2f007c204f05d369a34f12e962b50cac2b52e60a14bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5af6e8465e2c8e0500a926633e599e30b7182a01596204e9dcdcf7c8c229163d
MD5 dab23775d5dba17325e432a50645c486
BLAKE2b-256 86319fdb6b01b333601368c4350da14b85497120adac87fc41f8c67958e2039f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 55d81a93747f85a240883ef7a184ef9b07c2c095cbc824b393e22020a9f8af6b
MD5 a23d9e3689922b31c9c28cc34199d1c6
BLAKE2b-256 5531ae9a3f2dce383ad1ed9bdea22f8782b6132047fa7705f96a99d69a187af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e2612c8321c26de91c7155dd3fe5a59b5d4570c455d6c08ac931058f39080557
MD5 006ddb9a1e23ea5bb49cf0cda9ef7157
BLAKE2b-256 d7fb8c517b7d4a35dfbc95f525f2bd9a7733ce4432e8e5640ef5faa89dea134f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 721293faea9b934ff904be374b9784d718c55aeaf5b75538f3f5a1e66e0cb0ef
MD5 ae63ba8b603164b22a7380cdc5050363
BLAKE2b-256 3b02cef2bec7e20c2572a24e423eb0ca14c3fed569369ab1f6f00ce902192519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5882de9db4c01f976ac89c241a10732f88c01d8dcc849a64bcd5674b8c0ae888
MD5 5e899bca7fbc7fd49dc58499adc64244
BLAKE2b-256 c162617f81bdb2706778b52cb88e0baa9e0cb82e942de865e5e9bd60d02376ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 96b2899348e8ee860476948a7e2262f490f5e937178fe121d7d5af80c0073c7d
MD5 29737b46de7a7d2d85cc5747de138368
BLAKE2b-256 e029107af178ade1e00fdf508d9615d1580cb2108fee88fc38f76e71841ec627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8212ac5bb88fc64761d8605bdd7f4990821dce826dfd8b1269a87ed2d4f4b3df
MD5 fd20b6bb9fb068e2fe857849c1c88045
BLAKE2b-256 93a4c52e90ad7d99cc0aad126318cdb3ba8ab338b8f5a919f5fa78f7109158ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d83cb4a7b06c598e7bed1c0c4d205ffc19f21102f7632eb256f77a4ae48860b5
MD5 3f343faafda88888f3116ce7d6c3136a
BLAKE2b-256 52f92c9282dc97422e85135de9113b28065390b3f32587403a386558ff1902c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b3b104ac6b92c2e20021b969365567e255f19bc50576b7d4e4ac4689858184bc
MD5 e58fb016cfd1f59c73e787b6828e209a
BLAKE2b-256 e2801d8d92258fd621c39a80cd3aa67d8e827292db9ef1af503edeb65731f1d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f6de3fddd896983d0a8d00bc11e4f1cfb2e3d1ea1a47e7c9af83da97f53a566c
MD5 7575fca6b80ee82bf7fc069196bc6793
BLAKE2b-256 89fc0bd6f2174eff0cf15ae0bc9f3cf65fb29bd8e270ef35383871629e14d502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 23eb94fa24c030559a3ba510750169f7775dced5d3efba7c6dece5840bcc84cb
MD5 ba17612fe1ea98ad50dadee71dc3de90
BLAKE2b-256 826fa7a4df4c5aad89199937769e37a6b5dcac491d8333c11b7f2517b85bf386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 452967b89676d84d9239fefbadbfa4f8003e865bac5506f8e05359c59148a7de
MD5 e47412f0b4724ce2d40816cd6f0851ba
BLAKE2b-256 faff9f230507594edf2f2c564d07027759d9759cccfe4396a73f2e5743efe47e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3703768b818efafed72a5f7f48785bbd46caf648f5f2ab239b32b0500baee8d2
MD5 a2d396696bb6c9d75a9965ef689b917a
BLAKE2b-256 d88b5a676fdcd5b7b59307d93b2d93f5e00864e8606421a93bf01efdd76beacb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 93d629a20b9c564140233f3f3a1b67755d1c2ae5138f82ca682ad035de9f1d6d
MD5 cd8b7aaf4438854f6e3471ccbaae24bf
BLAKE2b-256 ac16059d23638c785b4e246e8dcab428f179ad948d1a890d6721e49d6820d271

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8d5b52e3d5fd4cacdf8dea728438edad2a1c40339d05dc8180366301fbdee617
MD5 c498906eff612e715281009fcee59ea7
BLAKE2b-256 07237085b080c26e9ea9120fd972511bb356f56a02b65b270d93efce0e29307b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b11e3b2b05f363e888de876e943b5fe20778efcce1d97b79eaa64e4b78e8452
MD5 7adef7200a4b3cbcdda3e2d7718de7d5
BLAKE2b-256 92eb149e0cdde22dccab9ee7c2fd22148e56b3122ded731da8f6f1408b2683a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b8ef11bbef4a34cc4b62e45fba0bbd1b30e85219cb1ce6d0c48ce135410f6e6f
MD5 91689dece0dc78e2f6b20e2ae1717604
BLAKE2b-256 b8993af574ef9f1eccd2f2a25bc6b6ffecf1921c82123d14d9733769082c313d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a8154ad153b4e3a6083c64825d61cf33a1aff89f3fd8bf88ec049fbb20c03632
MD5 325b11355d693e87b827a8a48246f094
BLAKE2b-256 86a19bf90227eab039b4870c593da29a5ca6e940c428a1d96c0f7a56279cd588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12fdf07bc68cc3ac7219d8b8830c20aa4e5ba1956e5b2efb466a46714b015441
MD5 7d3082fc9c51dfb5c97d78271b8b4f71
BLAKE2b-256 2a256c1e6e0e6a99e0b93c44b5c1219d965d44b3eff63d582d60a15b49489832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dabea1c309e0187c94ee82ccd8dbc72116a300f9235539518989b27d83c3e944
MD5 4b3609553769d377b0bcf2ecff4613ba
BLAKE2b-256 d703ba4061b42d20744862cb32e13ecfc50a9fbf0bf8f581a258dcdcb42bdb54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4ed8a753016435275f08756d03543f5256e1bc3a67782febb696faa443dd35e5
MD5 313d9d9f3237b33d672c23903ac37e65
BLAKE2b-256 7c801e97122e066706ad514c72120dd5601a3b5b3a3fc7fe56efbfdc4a6dda93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0c851ab4cb6212aae1cc854dea68eca50454c11a24729185d1259e3d4431cd1b
MD5 ea9d9152ad539e1d1c1e52eec2878abe
BLAKE2b-256 ddf78af17851e39e473e72cfcfb1850ef27012bfe13e008835dcf160fb9844b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c0abf1655b4846ac818064b9d9501ecc25223e5e0b5dcecd8dc5c15d6e1f17a4
MD5 a0835f0da3015414485316f51ea22dc2
BLAKE2b-256 65f6f8f28599b0bb721a987e554e6fbe3dcc41d55dc89cc0f8478d6a831dee72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0aff8a00e5ff19e2be7edd4ed06fb24cb077159a857ad5bbaaa7a83300678fe2
MD5 0d39a7937ace828089b74375e61d346b
BLAKE2b-256 ac3c68fb0b412c625e8be57454eb414d965f6570816f51d1391821b9bae283e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9dfecb7f8907eacf352e6d65449ec4eb769f0fd3aefeef6e3e638dd832e84516
MD5 450cd70bf06cfa7cae305f2acf7e7a13
BLAKE2b-256 e9aec734c63d6ad7a671598c3852eab98940bbb4628d8486220931a961f4fa4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d5aa100af4e15c6ed1e871548ea9f79bff36aca769426014b0312845f72d320f
MD5 813847151cb1616e9178763c2924e054
BLAKE2b-256 1a71c1674a71f39bf03d56ecf7b2f4c9d408dce1465b94b006cf404b20d77028

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rlgym_learn-0.1.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 565.5 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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b552edda9c158a73eb87cd021e19615ff4baaeb5632ef234af4beb0eebf81242
MD5 4b404fd08273ff31d6d932870fd9bd3d
BLAKE2b-256 388f75d46be4b630094a5c1b4d7e2a267021449082641e5b81034da735457256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74af67e1e12e081f8653c3665d22270d58297d02a8fc39dabfe3ae2a7d6965d9
MD5 6ce58907cee53306a2f3d1c8600069bc
BLAKE2b-256 ca86c492a6b67b8ca93e8cad019b64f2b18618d07f876d1880cf735643597212

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e11109e11891c0b763889b6416b912d39fcedebd5f89f1d5fc4b581199981aab
MD5 11315611794b01b6755125f6dd897859
BLAKE2b-256 2ded9d0b5cea2114475207c44eb99972e6d3ce699eb2cbfcb46e9e81f9cf2b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 eb0893f700ce6ff583e4e47ec333e933736fc982ee9863d9e5b0c62c5edbbc06
MD5 f32b9e6d5ae5e87060eaface054404c7
BLAKE2b-256 d6a7739cbcdbfab57420f29d09e4d967392cd0ea3d835edafd70583dbdfa6b2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 271c54aac65a95c47fe3b0b284a609330b35600fad7bebb6b4267357df623080
MD5 1574811fda6309c834a7b5f0f986538d
BLAKE2b-256 7a4a91394160fa3b8eb5897902839f0434a964173ee53733f5a33fff0b0e81e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcd1fc50e943279aabe0a9c5375f6ae68cfd6779383061a8707b3c5d26d42315
MD5 65cf63593012566b05acb15c05674d5a
BLAKE2b-256 4cce917b5a539e27d94e61513aba1776ad9a3072b41c84dc8a6f1403dd2438ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 06d05bc75802846464576b19796bb691ce1765563596dad3ba1cc62d911aead4
MD5 d7f930382919dd24d4a606ae66b57122
BLAKE2b-256 c527c94c7bad641be8a8d5d2a46676ba26d1b0e4311a06d7199a21750c84f00b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 161c9d286871bee5ce7cd93564ddd71414e0ba901c8215cfb5ad787bb8784914
MD5 6ad4a5385eec1f568c0de5611f4a46f1
BLAKE2b-256 c4f30e9c5b52bbdd245bd8f7d1541acf5d66af359df83fcd23d47e187162fada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ece7aa8b8bef357fe157909ff895d4b6825990dc8965045a29bdd572d3b7301
MD5 8f4f4deec66731823dfcbd163acebd6f
BLAKE2b-256 0cb0b8c691ab17c0d799ca5fa82fead0c7a452aa02245ca455e77990c2d2f1fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 756954165593444a128b0e114986342e390911dd6771bfbce8c12f8de3688f65
MD5 41917a1002331041c5c1b44f2ece52ba
BLAKE2b-256 1d0188f2fd4eee027351aae598c41586ff80f03cedfc923299edc5b81959065b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 941b6cf3ba21a68240d5f5947efc6007cc29e426c8355104d4f6dd9f4fa6867a
MD5 b0444aa5c57c1b97279360ef0588e847
BLAKE2b-256 d92d75f757d7ccd1127b984f3dbae6aab58e497d5f303823ef6a9993aa975a18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 820aa3931405bfe885b02cd0f832b2e60b83a46fccb07def598d1987ae7ba38a
MD5 01a1d971f967ea5b03373a4641543e21
BLAKE2b-256 69363e55ef9ae7b326a270986292ff8d9e1dc2cc06afd0a3c39967aaa91c9a41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rlgym_learn-0.1.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 565.4 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.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bd26ee178b86ba5c6852d9e2ccf96789cfba0168d16b0671c593c177f055603d
MD5 b28c1720bb1620b3803824d6cfdd90d3
BLAKE2b-256 eed9777c8d68e6178d815d7019219e3bdae5839b7def1f122f269873f39eab9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50fb8211bea6eb04d5df3e07d86177dec83aeac0bcb826f67469afd7dc2fea5f
MD5 ea2cf292cfec023a31faec10085661d0
BLAKE2b-256 2fbe0fdb28e149c2d44885831baf6a14a20b99484298df78e9a8c563ca8a820b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d07c18614f852ffaf02e1168d85adc0901cb540e75d8c74f3f3a28eb7137f3fc
MD5 21a63e2a18982e8596217252dcce08bc
BLAKE2b-256 041d61fab7a2f9104f1cb6c480220e34994d083a026d9f623ad5bf5b40f36eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b33fac7692f9b90da7e7c98e97a8ce81c79750e7d77d3bf324f38ee8f623e8f4
MD5 e60377b547cff900d3700eabba5c94bb
BLAKE2b-256 f5e9f1eb0a088f6d096143564acec3e539d2bcd7390484c8dd1c949fac7387cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d3d569d7f1e78734a052bb32dea5b5c3c9daf5540c6cebb9c5c65ed60a5becfe
MD5 b661fc2ea24b3336a78a66b926c89d27
BLAKE2b-256 accb39fdc62ec21536c3cd936dcb32a3d44a84876297dbfaa8a418546cea847a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b853fcdcd45618c4c63e9770dc8760d3a194edd5e7ccdef011a18271bcfd98a
MD5 795ccd13a0fe8e1349ae7ad70710c695
BLAKE2b-256 1be47ba722817c04df4d517648e92f968ef5bce2b2973cb0b5a7c8245369c6da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d865e070567c85989daf7a11955284a3cdccc3e09a5a6844a82ec5519daca781
MD5 d102ead3b9bdd3e3dd9c5d54c57c1749
BLAKE2b-256 ae59f2dffac85b76fa723e97fcf8c369a552bf763b1b7b910719a36d262f5551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ef6da03cb0b23bb2b750385ae1f2707ac57dcee4a100c5ebd8ca0ee40083d56
MD5 66f1912942c12635ad4ce0a80637cc3e
BLAKE2b-256 4703a10100a356a385c9d74d5ede63ae29c70d9fc7a5a1ea89bb41970061778c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b04c235870af1d2c285e349affa116099c257aa71aea072213517f4d77332758
MD5 8932346e64e23684ca98916c1bc4e64d
BLAKE2b-256 8193097f233f430fae9c0b4ac88c9fa57e7ccda4160dbfedecc2edc67079e1b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3113b7daafb0d1a745bfb6bb5fcfb10b44d11bac470c0fa46eef9127a247eee3
MD5 ea18f0c238e039e093d932955d63f37d
BLAKE2b-256 262e8caaec9d86747916609c8936a4d8d65b9b473ead3dd700fbb5c5850c498b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2046444e1b97d54c943580b49acfe53e8981114fa469901c1dc1f7ebe8f1c214
MD5 48737e83fcf59bf3a59fa345ebe44cd8
BLAKE2b-256 6c642263549f5bc78fecc059557b2e54a6107e5ae2f5a1db45fac560c83376cd

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