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.4.tar.gz (56.0 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.4-cp313-cp313-win_amd64.whl (739.9 kB view details)

Uploaded CPython 3.13Windows x86-64

rlgym_learn-1.0.4-cp313-cp313-win32.whl (684.7 kB view details)

Uploaded CPython 3.13Windows x86

rlgym_learn-1.0.4-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.4-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (943.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (964.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.4-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.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (917.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (910.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (839.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-1.0.4-cp312-cp312-win_amd64.whl (740.4 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn-1.0.4-cp312-cp312-win32.whl (685.0 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn-1.0.4-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.4-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (943.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (963.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.4-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.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (917.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (911.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.4-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.4-cp311-cp311-win_amd64.whl (738.6 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn-1.0.4-cp311-cp311-win32.whl (688.3 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn-1.0.4-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.4-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (940.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (951.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.4-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.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (915.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (911.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.4-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.4-cp310-cp310-win_amd64.whl (738.4 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn-1.0.4-cp310-cp310-win32.whl (688.4 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn-1.0.4-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.4-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (940.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (952.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.4-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.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (916.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (912.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.4-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.4-cp39-cp39-win_amd64.whl (739.0 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn-1.0.4-cp39-cp39-win32.whl (688.8 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn-1.0.4-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.4-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (941.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (954.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.4-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.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (916.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (913.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.4-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.4-cp38-cp38-win_amd64.whl (736.8 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn-1.0.4-cp38-cp38-win32.whl (686.9 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (938.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn-1.0.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (949.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn-1.0.4-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.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (913.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (910.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-1.0.4-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.4.tar.gz.

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.4.tar.gz
Algorithm Hash digest
SHA256 21305f15b4ffefdd1808aeee71291f1651eb8e53116aaa319047cce31634a73a
MD5 067aa31212bc9dd22c46a222c71a121a
BLAKE2b-256 e68ce7a7ea20f90427191a0f76863f17d3e38745864c275ac9ce51eba3884065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 27974d928be6e4da48f7ebddc8e83fadd34cd72d8e4aa1906a2972b0fddefd89
MD5 0e8f21be661c1b5f0e2b499d45b94cc1
BLAKE2b-256 2b022356c702a50ca0a2b21933e5e2164b4701dd29b26d55ffcdef66b0cd7071

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rlgym_learn-1.0.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 684.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b47b04477f3400ff87526423a604cc9a6fd30b5ea4c8642f19449a5a61eb9af6
MD5 d3c7e5d731c258134e10675737ce7e7a
BLAKE2b-256 d1fc2c6167882df5b60b07176538143204d8a84d755859f03b1b1ba0799ee864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddb4435fe8aeba30991aa07bfb2be312c6239eaf809b2e4e722ac70175abf882
MD5 3e22fb54ebad2e4cf502f4428fa62f5a
BLAKE2b-256 8fc672054b2ede5cebb40198c302f3794267b67f53aaf30b8c8764cdb1407d8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5398e4885b0cc5a2fc789603f2fd325f7750bc379c5be52aa15b3413d764da35
MD5 1b2d3d93f1e7bd131ee664a8fe973f74
BLAKE2b-256 18d6e1f52091819470c318816d8fcc085d68ffc43e144fc47b28b435d9e50bca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e566f7000170dc1ad5e93489e9b6fe59f2ca1a3f01f106378394d49002c3a564
MD5 f162e4974d79348646350d90794e260c
BLAKE2b-256 fc6f8fdf4c5d603a7de330b11a2f45d1da6075969c7e7cb9d370068274125777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d4c425ca99884f81c64fdcc3aab8b6c223e1f8b3297e8686d5379d1e2ef6af1
MD5 1402fe43c587c5c3a92020da325f2213
BLAKE2b-256 b5200854e166a75c56ca5b184e7133462ddae1a5cbd0f76270437041733e6427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0695d3803dff88ae5c62bc53665d932deb47bb1b2d853b7541e054a185e6a44a
MD5 90dc1c8c325966436b154bdf1adfc458
BLAKE2b-256 6acf3ec6d1988ade1cbee2d30e3e59f22af01cadf030400424e499510656f4e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d446f3e378d8531784b93114e4889110e2c8fb3914328f9115a6d78988c99e55
MD5 858503c96ceac6cf334d233c74c9c012
BLAKE2b-256 034dff5ba8c27ecabd3b925de6470a6c8ea27a0380b2ef371ece1a1a36608a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ff5e8d91017d191cc6b607aeb2d678d2f34a52839639ccf8287c2228e8b24142
MD5 6f386f2184dd7d08befc91686f058d96
BLAKE2b-256 1b50e4fcc27ec113490eada08b9ba667e5e38ac834b5f3198ad67e3521da7858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f100c35bb71cce422578ecfc772cbc43d2ed5dd6346ccbf4c8eb4bcf891d11d
MD5 491a0e61f765e4660a8797e1bcf610c5
BLAKE2b-256 d648762d1cd2c43b463a7341f8a14fa36c5f38f1cdcbcf27773a4c987207b540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93125b12cc7074cbf8b69d2dad94d7299ffc3e83b99efcf4fec49f990d28e283
MD5 57b971f8563426bb084368ece17e0ae8
BLAKE2b-256 f84cb1fce3c3d69996e001df15edb1db1c9ef0b36d0e3ba72b45916266bdad41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e8e2ee5cbf8a8e8a12bd2318dbb9b495ca25e041512d0e418417476c88211606
MD5 9cf029c24059cdb6e004d67bfafda48a
BLAKE2b-256 9f31f0c28020e8c4f0330a273eb71522ebe5db2e2c6ebf9f1695654ff1c02bf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25aed6dea3de29c2d8285165c66dc1faa03f0e1dccfd9e39d9aee6494d1c94f0
MD5 3c487f6efbbb8b6fe567cba99457d255
BLAKE2b-256 95c1e88cf63e104eacc5f17a0fa355f1616a0dd336ef3e438e0bb3ba2d2266b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 284fab5165832803a2293813affa82de11cb6b7d66a2252af6e30984257830c5
MD5 5a13b587aaca40637b871176de0b3f69
BLAKE2b-256 f32d81644b68cf2ba13a04d21399d8590279c426bb1f383c6d0b333467d25cdb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6caf239ee81b7cf0617233f8aed48b4610b3caa296916cef2adba5bfca7240c3
MD5 e7534530efe635b4437557eb27d350c1
BLAKE2b-256 afe150f1375aff84e3af712e5952bdf322a40275ccbe0e4a40ca3cba4cae6fab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0153dda09ce1645c032302cef0a970aa6f14134f7f691fa8d7f9b894b0792f48
MD5 e6195e2f2ccdd47db122ca3d9e8ccb8b
BLAKE2b-256 2c0586686f919b99ec5e26045b7f3de4e6760af16fa3d3e435c2b6cfbc0928da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 20a20777d43e2424fc4c9754d550d495999179e81ef3df460ddb4b6caa5a71fd
MD5 cd8bb32062250d9106ba886e70c13411
BLAKE2b-256 3fd10d952d0b430df92902886378215d1c10be456f55754af895a4229e6dcbc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b5528c749644ea794fb01a1c4aa3867bc5e47aeb237bfc9f6864dbe07da1e44a
MD5 97987873569f02941779d93307ef7058
BLAKE2b-256 c5cd0071030f37c621ac4d8c7301afa1d8714a57650a5ee92163911157053e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68aa04043722dee631ab84c0d66b2d0d875b12a95124055cf1fd29caa993afda
MD5 555c980c9c9febb35ff1b2f2362c3d2d
BLAKE2b-256 8c900d129846a0f00511fea187ce5fca389e382859f1bef7fce85ac6ca23d3a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ec71943987033ce6829018babf1da343fb30418cfb4f61fe81d8f0e69ef729a
MD5 0196a0154c56dad041f91375d4709f49
BLAKE2b-256 9e2de7dade26d1b7ab19d692e2e4350d6fbd77a605ab85e9787e747d87db50cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 97dd43c1ac66098315d8642c476f246ce148f470c19202aacb0807a239dd63f1
MD5 a5595901e84f5b40cb92ba46a5d63f8d
BLAKE2b-256 21c81b7ea5843a8598266ab40ce902a843ba4c7ff72966451744562036aa296a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 356befc03272cc15912612d55b0012cc47a7045dfad652c54e0ec6ce4fdf6307
MD5 e028ff26b0dc475061f444affbf6000b
BLAKE2b-256 d53468dc486f9a6ebb86bb59e91abe1b198517b39690234630980352d1493b21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b2a5ac4adcbb42231a44ac0af7f97753c7e5d702db93f3c0680933247238cc5a
MD5 691f9680de6d8effa1288f9ace50b705
BLAKE2b-256 dea32ab25b3cdba3c403acae8d932aed78f6adb3ee4652a91d6eb8900fa25498

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 165e9f50527f6df5a5a6303d103564a500cbcca881505f4acb613d2a25f90cad
MD5 e5612ded7c08da5fdd44d772d20672c2
BLAKE2b-256 85675704190ec676de93f91912f32cd6715f6daa4e214ae592e5ed5bfaf1da63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3730bb7bbf608e8a2c423d1f0ab1ecdbd96d4286e4134e725aa87d483f805db4
MD5 e1eda7d60036d6da921f9ede9f9c61fb
BLAKE2b-256 611f260b396afa5368ad626f24e620bc95a908198f0a5e4a820b983c497f8b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e43bb3bd63f0b471a34b46323756fb6aedebab40292105b057cddfa1e788e670
MD5 a7f736b651cd36c8a79bf3ab5d81ff74
BLAKE2b-256 53214beb9072478fb2ad1217b3c1681f7612c90f94541b45d1050e72f19a1739

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 67637ac479ca82b768decda12a5009d5f90a1f4fcc0d216fc56d664b1c664033
MD5 ba6f7d2d917f3336357a75559c980f89
BLAKE2b-256 388f564719e1e82015d4dede783a16792e2d3dcac53006cd0bb637577b1b92f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d34f2072f2c7ebd07da729486fe5ea0e31d6e3b663f4f43c9f1b9833bbc5950c
MD5 43e6cc1be8c636ffead4c6e885996b76
BLAKE2b-256 47ace96a9bc7c2ac8c3d46ae1b46986273c4568117b84a2ef3708dad542a5b31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5bd12026647d15e8e2cb9e3192ff92caf9383e84646ba5e9aa0666d5b3c3f3be
MD5 7f16710e348b97886e7dc6d4b0367cad
BLAKE2b-256 8e6127ce85aa7fa317e01b94c2dc621b389d448a49be1777fd8a182268355316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 df09b42f6868c7d47727eab6aef649e6ecc3dc79e49cb62053a128ba8159cf54
MD5 e52ecbd14023f93cb0a39a3c7c57b183
BLAKE2b-256 f8453b5f2920e0035ba0f28fa57c36c327b0a4ed6c665008bd8e5dba2d711df7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e981798f7207ff00082ab097df7b32b0d3b75c67861768a7ef88ae5dcc4edcd
MD5 1c6858714cb6f3f97f0271180fecdaa4
BLAKE2b-256 942213210a0d83500442440ce5ccf11b9d341e95cf18831d96a29f786ee17873

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55afed38423e4d4bdcfe669f59b08a38d53177a87dcf7123d90d9ba07f4876d8
MD5 5522008d482c5b1b04972a4351c6007e
BLAKE2b-256 52348ca11dde506bf14b2d7c0f80953fc682bbbc65633e12b9fd1769fffd7d6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ce87af4fb47a0e2a492d439309a7ff39ef4b95747673f2a7c265811ff4293ee7
MD5 6e82464a02183bead00d70c9a7e3426c
BLAKE2b-256 278a5d32dd476a4fa099589dcdb362b224849024cc42d991452e798a8989fe9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 458507553bbb9fb13db4f6bb198259040f304c2fcaf39bf483008d8aab265cff
MD5 7b949fe52701e36eda0d990181aa4a0b
BLAKE2b-256 b8ad80655e7d60d2407cfd9f46f6ca3c19b5eea95a8e2ad432712d882dc66b6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e980867ba6cb4f538ef80553fb7b96326f21ff5bfa65f8fa903b2ed7381cdfc6
MD5 de03f2417db93fb166212163c9184cd1
BLAKE2b-256 cee4a910f3ff72dd81ef1b7c165639772678499406cef12cc02605cc3cd95d43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e19f0930c27ecceb1258f6a37b017920ec2aeca60999dc838c1b0cf9b3c4e9ba
MD5 ea23d3cec243caeec26c314b90d3a2a1
BLAKE2b-256 76b6989c24a98e7399f5336f1007f38f22a4708c094cb51e54394ca48ef27f37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a15bf92dca8c3a353c688ef8fae1cfdf58add6829bb64a8556d02e1684fd2558
MD5 8a53a994b109b14f72a51d57be13d2fe
BLAKE2b-256 5e14510ad91c75200905e730676b5d1324be0d2be1036b2a079049af0a1a3f42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 26d678ea7290522564067e688f583232b0afcf5f1be5a7931bde1ce82e0533fd
MD5 ab93ee9a4b797e8240f27dddc965ef3f
BLAKE2b-256 50c15da72453cec93de0acae4e343a136f2518891698156ee27125021f502477

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 124891ee02bfa24ccad0dcc49c9ef6d96dbdc356d7fcb041360b5367f64b96be
MD5 0bc7388b420ff2503c7bfed1eedc5e8b
BLAKE2b-256 8352e07265738eccd221b9c614b4c609f73e0cbb01cf355ddf5927dd88e985cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2426ddc1e50661a579ed45340ffadabe0d4b621b0b50b1ae6e1df94308220fb
MD5 c49c8f3e328f52e97eca7eb263a7f407
BLAKE2b-256 4d1d68485810055b297546ddb9040b685815b04a281372a176e343685a6a93d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5e0d863d435192d2fc5347f13468b0b28d004cadc5bbfde900e2a8317f61713e
MD5 9e503f51c711d7bff4e04370bbea6238
BLAKE2b-256 ab06b0a1c30844a8c5c7c8c385ddb81bded46b409506b498524214dda7d18a00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ca431a3f4ff43e2efe2711b2ec6718bfad9b2d62dc373a0589233d09ab3c17bb
MD5 d2e73a02711f7f0ae33ee07080ffd21d
BLAKE2b-256 5a13c456a9b6a846230b13e684c3b9c711f814d93e78ff8abf5c65c6e13cb1ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a940eb6f5c833243048ef62dc9675a957205e7bf920d6f69e7847caeb81934aa
MD5 db6d950b5d409d87c16cd5a99691bc97
BLAKE2b-256 44a695d0a959efaf11847b2d95477dec073909264b7d7ec76fa6c95af77aea3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01c983cecbb85c1d56b63ebe77896a06806460f3b796798b3709a6d35719de66
MD5 6d20ddd47e09159dcefcd4dd72d9d7ef
BLAKE2b-256 76257e0a2f8955624a3f7bfa870a3569a47c316558ad18649fa5507e91fcac07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d2753ba5762be44dab2a64fb7110bf32ca4f78fa1bb769c6e3ae4c1e09547cc5
MD5 4c4f2329534f13e1e047a4f8d4f643aa
BLAKE2b-256 4a4598223de7926b1e08d81fcd324f861330702842c028fa4fd872edf82a03f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 62e42a7bdd5817b0eb59e825e2d44baf81f02e38aa91e9b2c904b6b30cb553d0
MD5 d3d35ec2c55d094a12c8bc32208fdcf4
BLAKE2b-256 b512c909c7ff3d1b78d516d8d8051e0ba793a0bce8eab7dfb8b7f993fd2b446e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4d18e6112da56123148cea9eac4010f0b2146c9da344574ca83f4cbc3d1b11f8
MD5 ab615724357186e7c86797d9741d55aa
BLAKE2b-256 56b5f4ee669ec181476c09f2329d313a73bb217be3ee93258c13557c7f1397e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad770dee3c147ede9c36b15b482a77dd3818eab1c005fee74c1805c0ec940f68
MD5 de6c7f6fdf7773cc917b5010e87aeec1
BLAKE2b-256 dcbba70ad56bed6719e4fa8192d08d559030a93b8e2d61fe1754677b0ceb5b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1714676c61c3a6b17a58ac8126355d8ee53399f0631c40172663c707a95247b9
MD5 d65dd342ff35ea20e40700bd21ae1760
BLAKE2b-256 23ccce0fbd54cfe06dd342e1dcb12e7a3489131fa75aac44a211ec954a128b3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1ed70820d068eb64a7fffeeeaf6f8afb494df5ff9242feaa8eb8aab8c4e44401
MD5 822b331a381e024507e9dbe5192cb21d
BLAKE2b-256 de5df30369f078df577442b9f1947af8988acf9ffff524e36119b8ea86523c1f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b8d491b973437e43028605cadd378367b669313555de408c7b5d3ab61297cb16
MD5 e89d216a92172735702be01bb0afaeae
BLAKE2b-256 71067343d4145b77bc67a2f41c771c56d9259d9e4e8a84d413c36e8834b74483

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d308c60a30e12053630e45e128a8d7edfd36d4de04cb93e77ab99ade9b4cd51b
MD5 0119fef5ea9864ba4a0cbafc6b30fde7
BLAKE2b-256 f74b2765c772a249613a2228df629cae191b39990e6497f3a2a4314ac3fe4957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 55b632db664c37a5c0ac8922b818de7f2044c955bd87c0c36053a1fa5d76b583
MD5 b6679061b2b9dbb9dbc0c2423bc7c640
BLAKE2b-256 1fdf126ae01288d28baa7b54da5ee20078d4cfbb06a56c2aa3b1070e05173cb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 70b524df6dfe952f721eb669b5de799aed131deb5f5526fce0cb61addcdfcb61
MD5 51e9d149a1242673c248e2f975419a45
BLAKE2b-256 716632f004da1d21551f9802f778830371f4b997c402be53c22c56fb888f4002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c5ce4b4b70e7564aa228ae92c01d35a2675377abfa535309e3c90ab7ed26a89a
MD5 a0c049f01ccd5c7e799ad4274d74b5ce
BLAKE2b-256 36644f65ca7c2a142d1bfffda5c5155772b2f03b589502860b7b576c752f89cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00346f3f5c050824815cd4f22879323b4aaab352feb0956dd3aa6e6063053b77
MD5 76393baf801b64513a4b83ba1b7076b1
BLAKE2b-256 1a25322a03f7446e1db3bc9524eb4235a13557ff6ce4d8d923d9d3e154b72388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 40bb82412887230ca8f9a0dde1e1a77cecd5a867e85c0f0a8c2a03df00f29f02
MD5 84377d11420847c6d0045c7c45b38538
BLAKE2b-256 aae2fe267d39a6d79a1d44c561719ccfbe7c084782881bdcd090a41cab697872

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a44aaf93d9e559d83c5b136e0e68143cf1aebc5552b3e2be408c15e00d483071
MD5 8b5cfb405b3d391e20a54666d5031003
BLAKE2b-256 6771bacd925c7d5c98923c147d5284f84d920c3a1f58500660bc105f6aefe3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f8d09a802b7676abf54748b1b300d675faaa7f1f54d7db194b58a8faf9240db6
MD5 138998ab23cf62c30a4ff2e4d14c7f0c
BLAKE2b-256 1da586339e37f6ff903ac049ee50b29f9b0b25fdb1c025eab54e40551b60e927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5d3e19e2e7eb86563d077864a7be3e2bafa09b979d180f196fa8a2633240211
MD5 d5506a68a825eef0ed6318191bd19ea7
BLAKE2b-256 6693519c3cf6c5f2fa96554c368acce185da715ae949c63ec8649b34ce2fbb22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3c2cbc30c0b47b008f8fc14dbd33cdd32df70dcfec9dfc9a7a6ba903d136d36b
MD5 8fe84f66b457e3a84d4cb1fc8fc802bd
BLAKE2b-256 2ccdc5a47e0f40fb72143496acdbbc71f2796c0fb75a5c5d7d6c0bc7d5731e0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 65c8c637333ff87441ff1c4d45b1f585e65837034af012ba43e2901fcb534ec6
MD5 ccf77e8e7b8bc062085a4765002c3420
BLAKE2b-256 30b919d024788439fca092bbb0e1573e9295e141b5931638ee284e69cb92a60b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 52b7ffa6d01e2aff8a66eb3157298c4914f1eaffbd85e4d982eba09ab0672e7d
MD5 59a09a3dced71e3d4876c1e76f957765
BLAKE2b-256 cfa6d82d161244ff1ca63c3b3877dc293247a1a5bcfd2310fc7bebbf5cdc395e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9955235c4a51aafca9bba25e5655915f1c9c360801bd510c1ca5f8ede242dfa7
MD5 aa67f1fb96c5387371acddb003e5c111
BLAKE2b-256 bd7c27837073192fd7c7db019c1e6311fc1cffe3278dbf58f2709a8cd18681e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98cdd51902de279141faf9f388b4aae9064951d9ac3f75e93d1cf4df17e6639f
MD5 ff5fe4562cbb7bc6456a6ca442d7eec7
BLAKE2b-256 3f88add94c9b170e68bbc58c7fdd496c90e849e57369f932b8b8f0d491397391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 48cd3e08bd142cc92a7a9635e32b0224db8c02e5661a891f2189e5cbd5bdb36f
MD5 7f7cbcc70d97320f091258971847ff2e
BLAKE2b-256 b3de7f41336746c6d16bf7494355dd5b759678b9941526d565e97bf1e6258684

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72246802646842aaa5e3df552562c9fe575c7dae30a1b509860b1a0c05e9b9c2
MD5 755a90850602d671c56db04539414da0
BLAKE2b-256 264d5c200a0ebe707e7c55b7229d71179ba80fa4c5331cf47bfcd315e9b9a053

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89e8a43ff5cbde939acc72efbf247acca096e1176d0c41ca34e401ef654f686f
MD5 263297c355a9b45f7480f9dabfe9b4d4
BLAKE2b-256 e43c69f25f208b634a6b125c6a7d26be42f7452dc4b77f680b1151f0c900e4c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3b86421941fe4d7bb97fc23d0663e92f5121f576585f8ef25e01a11ab6b0faf3
MD5 b7523ba56193204bc0d775102e5bdb08
BLAKE2b-256 6ae5fa01c254f6f5a23d7802d3820b59a18255c80306881000fed063af610d35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 185b8f33b3afe7f6f3be01f28b2cc49fd9661063c3e5116c43ca70d5e0b20557
MD5 283e3640e8dd2b6bac181ab313ee3933
BLAKE2b-256 5bd7a5f386aed88bc66c8f33d0ecb0ae541eb21b5e50d78e706bd68399b615ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 54831d5ed40bdca73d61a86ca1ef2322f9aa1900e26477bdeeb5efefce083394
MD5 b46618a4424799c90f2a2cae337bc815
BLAKE2b-256 d052d51a6e3470e87fc59565e370ea85f96e2fa0b19121667bef74553374053e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c21299b9410343260aaaac0a90929961daeb8b1adf1024484d92d1deb64c703
MD5 124a3fdbd221ab4eac750a5d19e399b2
BLAKE2b-256 381f8ce55e07b463db343cfd9a50cd0ce2f21f88cccd5b8ac6a806b912a64632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c63e959489d34cfe29c87ee069f07ada4f6da58a8014970e67d1e7195e3162b0
MD5 0a72e2e0566c86f05d10ea536d8b91e3
BLAKE2b-256 85ab6c07ae98a43e66e0bd877544238ab93b4e7c4d0ebc3cbd7b06ff62f01f77

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