Skip to main content

A generic framework for using learning algorithms with effecient parallelization of RLGym environments and an ergonomic API

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.5.tar.gz (56.1 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.5-cp313-cp313-win_amd64.whl (734.6 kB view details)

Uploaded CPython 3.13Windows x86-64

rlgym_learn-1.0.5-cp313-cp313-win32.whl (681.7 kB view details)

Uploaded CPython 3.13Windows x86

rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (936.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (951.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (912.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (903.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

rlgym_learn-1.0.5-cp313-cp313-macosx_11_0_arm64.whl (835.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-1.0.5-cp312-cp312-win_amd64.whl (735.0 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn-1.0.5-cp312-cp312-win32.whl (682.2 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (936.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (952.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (913.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (904.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn-1.0.5-cp311-cp311-win_amd64.whl (733.6 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn-1.0.5-cp311-cp311-win32.whl (683.5 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (933.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (943.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (912.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (906.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn-1.0.5-cp310-cp310-win_amd64.whl (733.8 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn-1.0.5-cp310-cp310-win32.whl (683.7 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (934.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (943.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (911.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (905.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn-1.0.5-cp39-cp39-win_amd64.whl (734.2 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn-1.0.5-cp39-cp39-win32.whl (684.0 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (935.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (944.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (912.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (906.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn-1.0.5-cp38-cp38-win_amd64.whl (732.7 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn-1.0.5-cp38-cp38-win32.whl (680.9 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (934.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (942.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (908.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (906.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.5.tar.gz
Algorithm Hash digest
SHA256 aa7b401323392704722d2906e4dd593f6dd6fe058acfd735271ecd11cd0b0049
MD5 bdd0eb9859f27c2fde38d6d0aa2cd1c2
BLAKE2b-256 030ec35c0ade1e806563c30c0dbb4929bfb6e75a4e4757833181a125e090f253

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 59961c57ab250396c527d4e64c59128ad130f53541d9055a762d1e7df80062a6
MD5 d2da7128697dcd353ff8ed65dcdea28f
BLAKE2b-256 83a7c271a55bc004b3313c698f9f5d6f8bb80d7873d0801c2df9d511ffae0fb1

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 00388f93ffabb60865726e94e00b542435406ac8d1ee4fba58507e0fd42b40a7
MD5 64116e43a8cfda978044659a561d64d8
BLAKE2b-256 f0ab059a01691a447ccb06244ffbf4f4a4d0feab3d188c9fb4a814cdc71835da

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 165b59cf9746492483ebe63c497974a3ae705fc4a90f55b0c9527237361c4d72
MD5 85939a17fd33f15d5c0b72d925201ce3
BLAKE2b-256 f6012c9fc05b35a51b43ffc288ddd42db0b38df33620e899e4d9e6e4cab8f17f

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd046b334d93ded409095ab0f1a7fa146e0834fb77f5c661920eaf880be62bf7
MD5 93d5bfc45a369b3a2f2f739a179f68d1
BLAKE2b-256 6eb112795219847a597239d88927b2020593f8b799f7c6c197310249321152c4

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 13163a89b0d4952e9cea0f1c164dd9bd06ffe251fd2fd9fe74ee371cda78c702
MD5 b97f550335301a863d15c1f9b00f45f7
BLAKE2b-256 e63d59ae4a93f642064c3ca5b4958f2f8cd0d8c71b6ee17d0f03333c5091c058

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3913a2583bb0e02cd62ecfe3a0af5abbd4b38f9e0b2726b77d2942514b26a2ea
MD5 73625188828d19ef51f8edac3f5c1c9c
BLAKE2b-256 c03c7ef298ad280cba80c479fee17a953a7710f02f43ebb3cf84c4d23ddacc3c

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad05e2f4024a60c216a910b7db9d390e8400eab93eac90091732b48f6ccf1af3
MD5 430d0efcae1e47e2e59c14a38de47fde
BLAKE2b-256 ba0b2824491f4a2c9ac3060babeed32179bc8beea7b527a29ede08c93632dfbe

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 72c5e9afe122796d5a43508773bb524a1bb58609f89991bb08082a5ae6dabd6a
MD5 1b393b23af6807a4e2b7043642c53e50
BLAKE2b-256 2bc9eeaec16ed072d1169068cae3cab56ee062744a9975be52a8de53f9b69949

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3f89a2e2c9d1183a37c3dee7d3d41e23409265a08ccae934c151f4be19ff0d97
MD5 71f982b3c4db523f37283f159a783fb5
BLAKE2b-256 6327a9476122abc1adfe7c290629f5a108b53dba33cf07aab3c4c8219f3dca4d

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c45dd6a93970c4de5253e91fdf108cc05b082344aecf65b744018923bc654ed7
MD5 10aea58918f2ca8b7042420f5c6dc565
BLAKE2b-256 b5644b1f4ccedc9bddd353f1ab0cb88504653212994d7534811ed1a17a82e5c1

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 337b268a4a9da2b4123c5d861c4dcfe38676921d95544b7555f8ddb426bb76e8
MD5 bb000c7c348a39ddc74f9c039fb9f803
BLAKE2b-256 92bd4f5147e88d58786a2f03e92b2e70209f6df38bdcfdc7f1c13fc691ca71d9

See more details on using hashes here.

File details

Details for the file rlgym_learn-1.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7517950d7975a066773113a82354f7944e6d47d76f5901a0167838f3fc51a7d4
MD5 83333858833db375fa550092ba151dbd
BLAKE2b-256 e838b4401cea450da69e4212d24d8e738e3fa6c71e3ef75ba5d3d59c7a72ae61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 163b2876947497725ce7ecc683be4b9ebd983418175067d9ce6b14d65883088a
MD5 b2ffb90e3ef7fc46bfa20ac886de9f5d
BLAKE2b-256 15e79bde89a7b1b7edca77513e8a818fb76bb915e6bc070b4a283ffc0d3cca42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aa9f1bba43fd4e7fe7955f5037dcfacfc9580268ddfdd6afc64e6ae864e81dca
MD5 e03cc345618d94811ebd895adfc1cd06
BLAKE2b-256 4e388e727c1fa3590695df5b4560c93df359773334d056d7f7c99f10c4fcbbf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c868d16afeee12125e87e540498f5eab44bf6f6a81c6ea885adbe937f42f7b48
MD5 55b0d3791afe0bbee72b35a7818b8a57
BLAKE2b-256 81c8f3a6d79036e05a59096b36c4b0dc0ea7deb6c6a1db841571051e9e50a5a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 527a807485f9a634f1900fd8f94042083ff54848447dde0c3932479777abdc12
MD5 2dde1a0201b4a8138e624c3d0c282264
BLAKE2b-256 668cc3de6ea3274372c2a2121af2acb60d8861cda74136d6130bcdac78a28492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ea587e0ddf72d515d8b8994855969a2e918880b039c8f5d0246924cbb3a2ae2a
MD5 6c3cd953141961a686b03ea263e71205
BLAKE2b-256 e7020b0e0cf35966ccd4dc92742ac345fa94e6f8351e4fa49a820bb8e5d21389

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1326f9d3620e4457c14c479583bcc406ed3d0ae49fff8cb7cbaa042637293585
MD5 414278eb00b2759fcf62668dc582fc50
BLAKE2b-256 3368120380c1f20da7ede366a80042c7ed80db3d2292d43d19c841daa063dbd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa46ca037f11b6810e5c171d982ae4a034ff56e48a25b0b4226b411e3dff3c38
MD5 82819d659479d3decc7b0456b2eb82e7
BLAKE2b-256 6b24d5d11e586c7d43fa1967ae26875e17807512d211fd39c93aa440b75d54c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdf53c6e7fafe4b1a6010b7f950e453034b7541515d2d6d5631cfeada58bc048
MD5 284e19c9da2f681c806349abce646232
BLAKE2b-256 aed55ed1bf10cd15a7181889b24ac56d486487e72b1800fde643e22408c1045d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 485f4dfd0c6d5b4eec9c09fdaf73b5f78e2e31b6d706b72013156ec462b03ee1
MD5 1ddfbbc0227c2f79886762a08286db65
BLAKE2b-256 6d9f071d9cb35dc4c020f0d09c23d00b1fd89e87040f0f5ccd1adad9d4f07bcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fff7418ff16e3ccddcc07857905ea05c74da34ab0b6955900a6cec9a36384a12
MD5 e152bcb4385dabd8d0431f3bea99d1b0
BLAKE2b-256 d79df1c00430363654c0ea92597272f5de8f33262eb616aff19fd7e4e442acf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 953d764a00f227e3365342b47e67cf08401065170450b6212fe743aef5b0aefb
MD5 5a863c323e094cd464e5ca21b02e2679
BLAKE2b-256 f2e695f9b19a3875f07299cdf46264db0a7cc368f515d61995a18323cb1a305c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7dba4e050071d6ef77bd5840db15bde8d1f90bcc88a8f032cedf6946e53d179a
MD5 a86320fe973a8368e7e7dad26a4c0f6e
BLAKE2b-256 b56d56edfbee416944ca768aae6eacae02be0bad9729a820934d074b71ccfe34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0fc64ca05d040dcdfa745bfe60bd7a7538ee7da2028d3dbbff67f051d2fc40bd
MD5 0ce6272eb2f9af8343f2387dc48a2c15
BLAKE2b-256 be9d899ab05bb02e6e379093ba8f82af462f1b0207cee397cc0e36932d4da1b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ab6aa878191ee810bcc3614e376236d0b7c7c8241f0240827e808a1ea51b5dc4
MD5 62c7a7b2273ebbd419a3e9fb552e2fa8
BLAKE2b-256 33e2b1bfedfd7c1cbe4df95d120abfbc6a86b2b0771bd57e1abc3d29ef51c144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2cb1d87908fc744810a1eaa067f00f22356f1beea5a78f89a94297c035e7030a
MD5 5bb2f15f4fcac493e2ba716a5cae23f9
BLAKE2b-256 8e395fabdd4255f5aa029b512d85e5c5aa6967e040e528b473348b7300c2c90b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a2ce532d4dd26904b542180d69bb6031b2ee5e493183696c9dd19319c322d1a
MD5 d2edf406c03fb7a051d5e2863f3a7863
BLAKE2b-256 32a3618955ebb632ba99632d4bc3fb632417459b4f6ae49ed803050a48550c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 903368ad893fb9425a3d792cb0515b5630fd53e87a7858c90aa8efdc81f84894
MD5 a6b425a5f4698a5e2ff080da64a9ea5f
BLAKE2b-256 a19f88af3c81441429c40abd65111950c69986eadae447a7d6c08af0d2db788c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fae44741be96a45bc67d94600fe7b047f48f58444254eadf2b8daef2896580da
MD5 241d172d2104cce328ccdeb8ca56073e
BLAKE2b-256 0c3ec7bcd644b826114fb9b45fe8e89419c4bedb5110dd2280c6d160cd056364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2a3ceaca181104e4d64ec6f527d763d2c8cc0a6b7f3145b9746d0095cf0c01c
MD5 2c25fb696802a85c6800b8e62bed1f44
BLAKE2b-256 e497f8fa1b4644b5908bbd6f1466d0f610fc549935c93f1bc0202aaeeb2d28a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea5d56308232c279409be6eb28a321ab99c0fee8fbfcacacd9df052ad25beec9
MD5 15b1d878f1dd7135c35a533e8eed45bb
BLAKE2b-256 5d71be29b18e527bf4d1b5a6ee3ad8612d8b80918ce3dfdb5b27b62b09e16771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e34ec91e15f7fc55a2ac5e8a9090fe41430ebcf8cae89319b6e15340e6ce6c25
MD5 23ef8465e465a852760817ab8fe573f9
BLAKE2b-256 0975d1189fe7e5352b605c00055b3fdfb8955a1a0a6b804e8b13d2eea8a4b063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e88cb7583a4beeebbb8d2663229ad7eb35647b9604c5ed04022dc374a68572e6
MD5 661bf8d7f4a2956849384439f0045ecd
BLAKE2b-256 b1a678a98c58cca408334fe7cde80bd84896b8b9b091e0e9ad209ef1dadcf5b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 641fd55efb8afa9694f2d468074b283a53968a65bcc3226e8bda0ee2de335ce9
MD5 cb821fd5ca652cf224d41d6e4459bae7
BLAKE2b-256 40c80508ebed7c994d8051be1ddabb9daf8098c8d1723150deb3915401289646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b678d84c7ec0104954f10844918d6eeb67e19d83822e4469d911c02dab125dc7
MD5 407ddc0c42b3db6bdde8a5b17849add8
BLAKE2b-256 ab8203e028659f15719f6ba623159969788cf1166f684f8d9fee06d5612916ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1379381b3d6e865276bd1570cf12d48ae3c86818860e47c47fdb24b924a67278
MD5 dd21465e1dc5c4cdde6e9d6900fa6b51
BLAKE2b-256 1f538df9e9cd64a76633690ae68f31fe4164340c130a88488114c1fbf8b3690e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 521aed0dd249f0abc1c84f440e0e9524fb21847647c3ada2026a766f272bfb31
MD5 859c1ebb5bb946fd5c8ffd51fffd51b7
BLAKE2b-256 0ca28353bc0c909238bdb66f95f07ae74491efd91d042564bb364ceb843f352d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f44eb9322351afec6cd85374c53696a424373a59c297249d182d52b3a20c4fd5
MD5 ad781c7d07c133b059db7fc65736d9b7
BLAKE2b-256 694cc63a1b34ef9743415e4e9f29567ff8a9a93583e43969197b0f3f1094c494

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05dbd85b7e2f0634d56f394a901d7ad6ae1bf2485f461b5459f488b6a97aa841
MD5 8ea455f25af9f7dd4796794fea7a3407
BLAKE2b-256 384bcf6b40e5f3aca564239a6a71430ecbc6d9326defb6dd388b2acd2d94ee94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 668ace42e6037c9722738ec0de46620299d209935355cd285c099637a163c81c
MD5 05facaa50ede2ef382ac50c0a2a7f9a3
BLAKE2b-256 49eb95f591ab644bb24edbf045df8e603ba5ca18ed020d7ed0d21d7c8d7099b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2be99f3db36bd75615245d6f66f3c9ca98853515919ee2f9019aa38e6f9a1e7b
MD5 2ec4bd85cd44fd94e32167b942212064
BLAKE2b-256 d393c5744ea2a7d6e7cabf30699b3ec1b57766cb005f2cbaa435456d8bb72e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 503ba5b8bd8f7538b45a4b6304c72d4e70bf9f0dcceca716f9102ef946b356af
MD5 6c9aa5af515b480ef29763930e539f92
BLAKE2b-256 05f5a87fafd4c04d3dd6f9e2bd22a7ae0a7c9c96d5003363bd251127dee85e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 884642a8f55f56be98b6cc4167c688570064db9375e3b322293180c06b866956
MD5 26449709150bcd47592967a9abe69ed0
BLAKE2b-256 02edb9e8df5acd0e0e205c0809b5861468449610a2d0f957da603131b4f12ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9d799f1f44ac39d43cfabe5db70e94c79cdff29b9fe85958aa5c49ef67fe97bc
MD5 8e98ec0b5364dfea17bd018551f07a24
BLAKE2b-256 19795e73434a879a6cd5c4a845722bdd60c54a9dab3b92636af72968ce0d717f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 797fa783a99297611f88d81bae0fa577087f0c063c0642e01eae3bd8a8adc0aa
MD5 2e847454f6fcf33182509eabc6e620c0
BLAKE2b-256 f4ad525acdd0ecf1a047c35b46662894c2dba290ba97b4eefad66733566df025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2836ed01197da35f928f26a200255619f57df8a2d9a11100d32ee3565e5cd0f5
MD5 1585832e8aabf6bd7a36b7dff31f8957
BLAKE2b-256 78eece3eb0a862b9f5ef355eb8a813f925fd3f59c70600b0ee9acb0eb0735f49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 535d781ce44cc935dab0f4bf280e40f0994ee5654779b33792e9cd41e714cc84
MD5 fb18309e712f31f2925f8e55e8a7a0fe
BLAKE2b-256 d7a77c8d5ae6390d19892fa402e98dc15b56a058bed78a1d989ae3f85b385474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ccc8b8cc89e0c795e0c78cce7d7665ea9f98077c24199c030243100d4f97088e
MD5 82e0338ca1e71de47e005701d2c9f551
BLAKE2b-256 fa04142654eaa8918facec759928345f4022354dd3dcc829f9082dec2723e5e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3156e1658aaeb548d7896b053c9b93777cddac1d360a7eca4c9ba0fc78e817d5
MD5 b1c50a9fcb4e28c16691979382f77720
BLAKE2b-256 5465e90805627185a2e486531fd5b5deb4d96e086baf0fcddc3db5a5a97f7d8b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f671cccb136cdbb84f8647ef3adcdfcb8ccf2045d88eb209e8ed3483cc766128
MD5 0f883e6e66de986d674c130e09eda0a5
BLAKE2b-256 5a8c6a89d1269ac1048f952513c613a4c36cbe2520376d7ac2e8e20e200e1ae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a49063c76d47f01a18c6acbd9becf816de6ffa8b62835ec28634e1170861ac51
MD5 343659e11b31ad08403810b346ad6d37
BLAKE2b-256 6c7bb173564ad20748cfbe29d1bb9bcb3ed0e6005421f0dcf78863a1f0282b49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 528c4bdfa655459c0e488720a8678bbb21fd783e47f57e2ae3f1885c3927315e
MD5 1f150c41297cfe2b47bcf0730f0ba491
BLAKE2b-256 ed552bbadff932a465a93875ddd665afab6e7a540674743f1b464c6f714313cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f3ea3eb98410c877c76af5cf10c45f5fe371473d2a3cb709e9a6e453c9c65190
MD5 79aef75741c2f3ffab0480e08a34beaa
BLAKE2b-256 fe2fba425de77b1ab8a4da88237b8ff48638a0630290f2155c82cdfecdc63127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7955623d0684ae82f91f82a2adfa9dd2f3beac093b38531a08d094b3e18bc7c6
MD5 99a8d90518039331eda81c0adce28f07
BLAKE2b-256 d2a363901dbbcd1858e9101762cd55cea94a31f4f174985c632b3fde4ddd0597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfe3679154770ed069ffb3388721820c3f31cf4dc500bbcea0ddbcd8595d0d78
MD5 3a4696deef08944e3982f5ffe5cd6080
BLAKE2b-256 eccd885e925f1699933211a26e0afdce53ae572fb872af57e039dc1ead06a436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e012403b7a615eba48a479584970c34a5c147232f83bae4e754f31d3aa944901
MD5 d9eab0fce5f7008631338d96ffeb4640
BLAKE2b-256 1701eeb595de61330a49701ba91730f4b07028ca22f57b5c5acba03ef91b8e97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1f76eac7f7c2e575bfd133c6c6c7996d584a52c93aa033d940dfdae9ec19673e
MD5 182ba1b9799d202d9923356f6a54e046
BLAKE2b-256 2b16c2efcc2390463c92fe4263e5bf0e07d70d8c74fc2301403b502f412e3f89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b812bdb1949090ddbe95496ba4057530672140cce06ad7ff0e023b8d56ab6d3f
MD5 c5c25936fc978eec1c93c157106900c2
BLAKE2b-256 70ce52bca3487261b5529ef0e75b4b13ed9f355dd3569b43e54d1844f641c98a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd045fda0f3144674eb6f9124a301997fb0fbd09b135fb119ef51037ad9ecd53
MD5 7520be99a8c4c36d07e5b49381c54334
BLAKE2b-256 1d2e83bacf1fc68829449766170c105ff1c576127bd85ffc65a761ddaa396f99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 858352a3a0c704fdd1b6b54982525c161e07b3ae45b99e4fc0c6f9c82d1ec0f9
MD5 a363dd7411ef6c30e57f180dbad62cc3
BLAKE2b-256 853e72cb10392138f1e168f74e9110465301c713ec314fe580a5ae88e8403b83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 268b082f4a2efa00d9306122cfbab8208fcd89267262348c99940bffca60203f
MD5 9dd63e6ac56f3adf34ef4ec6bbdd02c0
BLAKE2b-256 fe5ea4a74cf536aaf8c2b299d6dba3539d53c97556c02795d90e0ac20ae47655

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4701f74e208e4c06aed6755077c340debabb1f21b52dcc05e90b8be2dbd88ec3
MD5 51acee878f9e0e6af7ca3e21c061a60f
BLAKE2b-256 994639466cf5df408d3d8b294b9adc67e4827a427f6d23f84c5c152970c7a5ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c25bd460f5906abc8b956c8ac1455c047e9935b512edb747c0d9f184c10871d0
MD5 c6abf3219f3a97e801bb45019ab83ba4
BLAKE2b-256 775c1ae92b5f65f8323320c9a9b7c041949ac346194aa5a3fe8a7130f19d6f48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dbf679c817e5a511a55396dff5f58bea35eb0259853a6e5e035d0460f73b2546
MD5 9fbf742bc4a0d6cbe3923eea5b8cdd21
BLAKE2b-256 03d65678293c674a171b01c85ee5e053dadca208fd21d36efc7984ed5d8b58fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 707efe3f718ded1f7916f5995334b4550a0ffd949767eea94d3d69554c6df2d0
MD5 64b52cca9438f1d99218062c9ea186d7
BLAKE2b-256 a667bac81d2fd24c39fd1cfbb2143e76ab174ce3f83cd6c76df4ec84092cea0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 035a9269885124abedf5437416f5d6bc68dc451e70c1a4105d7d8ff76bcd8b90
MD5 812031b4b35c3d565d40d9abc27a99bc
BLAKE2b-256 292ef8f16b749343fa23560cbe2d4f18675d96efc08a08f06f65a9149dd28b73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d71498461c315059c2e5b6ca9bd8adbc2002c0dc483437cef020b40bca4b92e3
MD5 f76bcc84ca6630112f51ccd02c6459dd
BLAKE2b-256 3be67a2a6be69ab110bbb67dcd1ccf35efb97935002d7a27810eb1d3920f7ea0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 90ccd3305e0debc99f0aab60a83a92195a0c403ce32f0eecf1aa157a7278070d
MD5 85a4da47b307b8f44ae39680c10c58a5
BLAKE2b-256 a25cf47500cff76c063b1baa883eaecedac519bc36ad354be1ec019a4a81d4a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f101d07910faaf763332f9ef9e926da76efe514dd00d01a7e8be3eeef824c30e
MD5 b2e44778daafab93ae949989acc0d0d1
BLAKE2b-256 5ba81d60ced4f3305ed7b6751505beed914fdb7976b78c94f4e5bcebaca85ae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 09aa7baae422b07090b78ae89a78a69772c666680918a334bf1cf3df222e0024
MD5 6fe9cb0ffaddb000edb92629ce985a5e
BLAKE2b-256 df8c5568969dec193fb19e935a27e189c4fdcdbcd28fd87e53ce435226136fc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d36222aa2943d00bdb84a6d005dd682e63436e80455fd48c7bfb9d385b0a250
MD5 fe1ff407f742248740c912604873e999
BLAKE2b-256 bb6d7b02364e6bbd50fb2eedf59b6d2ce4bea208d717b2b4744088acebdc6937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8f8d3a46c2cab2c244a7f2742263261e71342f04dfcfef9b66ab001e37e1d63f
MD5 b9a7870f47584cc18cd38509fa806563
BLAKE2b-256 5b9733069edec499319bf9c41e89a484a4cdeb559216c61a1ffaa8b4734583f6

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