Skip to main content

Rust backend for the more expensive parts of the rlgym-learn python module

Project description

RLGym-Learn

A flexible framework for efficiently using RLGym v2 to train models.

Features

  • Full support for all generics of the RLGym v2 API
  • Full support for all functionality of RLGym v2 across multiple environments
  • Fast parallelization of environments using Rust and shared memory
  • Support for metrics gathering from environments
  • Detailed checkpointing system
  • File-based configuration
  • Provided optimized PPO implementation
  • Allows multiple learning algorithms to provide actions for agents within an environment
  • Multi-platform (Windows, Linux)

Installation

  1. install RLGym via pip install rlgym. If you're here for Rocket League, you can use pip install rlgym[rl-rlviser] instead to get the RLGym API as well as the Rocket League / Sim submodules and rlviser support.
  2. If you would like to use a GPU install PyTorch with CUDA
  3. Install Rust by following the instructions here
  4. Install this project via pip install rlgym-learn

Usage

See the RLGym website for complete documentation and demonstration of functionality [COMING SOON]. For now, you can take a look at quick_start_guide.py and speed_test.py to get a sense of what's going on.

Credits

This project was built using Matthew Allen's wonderful RLGym-PPO as a starting point. Although this project has grown to share almost no code with its predecessor, I couldn't have done this without his support in talking through the design of abstractions and without RLGym-PPO to reference. A couple files in this project remain quite similar or even identical to their counterparts in RLGym-ppo - these include:

  • experience_buffer.py
  • all of standard_impl/util
  • actor / critic implementations in standard_impl/ppo

Disclaimer

This framework is designed to be usable in every situation you might use the RLGym API in. However, there are a couple assumptions on the usage of RLGym which are baked into the functionality of this framework. These are pretty niche, but are listed below just in case:

  1. The AgentID hash must fit into a signed 64 bit integer.
  2. The obs space type and action space type should not change after the associated configuration objects' associated get_x_type functions have been called, and they should be the same across all agents and all envs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rlgym_learn-0.1.5.tar.gz (77.8 kB view details)

Uploaded Source

Built Distributions

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

rlgym_learn-0.1.5-cp313-cp313-win_amd64.whl (594.9 kB view details)

Uploaded CPython 3.13Windows x86-64

rlgym_learn-0.1.5-cp313-cp313-win32.whl (550.8 kB view details)

Uploaded CPython 3.13Windows x86

rlgym_learn-0.1.5-cp313-cp313-macosx_11_0_arm64.whl (693.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (947.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.5-cp312-cp312-musllinux_1_2_i686.whl (980.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.5-cp312-cp312-musllinux_1_2_aarch64.whl (932.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (777.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (828.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (851.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (764.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (753.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (831.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl (947.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.5-cp311-cp311-musllinux_1_2_i686.whl (980.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl (933.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (777.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (829.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (850.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (761.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (754.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (831.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl (946.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.5-cp310-cp310-musllinux_1_2_i686.whl (979.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl (933.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (776.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (830.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (850.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (760.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (754.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (829.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl (948.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.5-cp39-cp39-musllinux_1_2_i686.whl (980.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.5-cp39-cp39-musllinux_1_2_aarch64.whl (934.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (778.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (830.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (851.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (761.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (756.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (830.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl (948.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.5-cp38-cp38-musllinux_1_2_i686.whl (978.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl (934.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (777.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (830.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (851.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (761.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (756.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (829.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.5.tar.gz
Algorithm Hash digest
SHA256 1b4703a85f78fc3170283352ac18d291cf904026ae3d7c3cb5471cc8da73de27
MD5 939c87c9960dadb590c83c6dfb3745c4
BLAKE2b-256 ff53d7e7186204aba7afae5bdc64d5bd617114445ec84fab3d0cfc3909d9301c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 66a9c104e0a1e9f4da639c6e4342fce40135a1074d866a17a7b7e1ee1f489483
MD5 b02b1675ccc300a3241fa02c10ad9e8d
BLAKE2b-256 252b475c7f719048878a001f614a4aa248116a517c62ad49bbdde59bc7890bd7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 28bd8eb9cabdac1576f235dfb4ba87dd5e007c1144cb5a6d5d0f69e629dc656d
MD5 583d394c4c2953631673604f73717c3a
BLAKE2b-256 6578fd2e4e87f42d55f7f436d04a03e4643bbe6cd3e82d66357c0c12c151560e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0b6f22b0faa7645ab8b2504b5feda3568561c942d2375dae7e83e484bfbb123
MD5 f23688f4dbb0d811cc24b38fa2f6a485
BLAKE2b-256 5de791b114688070468d8b22197815d6d7d671827fae4b400cf2f663d05093c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13052b29ea0f4d49d0912fafe71ba1d8d429fdc67f61af0061ab2214029507bb
MD5 0ebf587e99b5f4f3da4fc3f2e84e33c5
BLAKE2b-256 8577fedb4cedcd66f286a472e4e5d9c88cfda6e6388a9b3bed11c89fde1464b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 54c1b59bc2702c7eef88835b550e153f512ec6ca179b68bfdeabb9b4db4b76e7
MD5 cf9435615a7923f8209985a9509292ad
BLAKE2b-256 8d13658a8a0d3f7b2331c730af295b891a6c1ed1794a5c47e2996d80010333f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 73ee2b603357a840ae5e21bab08ea5fa4a51011df8c2a910117457dd46b3ade9
MD5 158e5848e7910439380b0b4acfec4cd1
BLAKE2b-256 f7c414b82c34480d8fc79ce87c448663720e50d42c47951fa30a7c290c6c5cde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3007aa63730944168a679cb0de8156805c2e2942827374077c4269b7eee047e5
MD5 0686539128bb887c44d95d94227a7f7d
BLAKE2b-256 3ea778faa8d9f3bb1b3b610cc5abed83117c124b88de2960d6db6fcaa5fd1a56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c40c5740998276e55a75247bd6cded72bfe5ccfbb44b008855273a95632c2a24
MD5 a96de39f62f0265b2de9a7253e267b85
BLAKE2b-256 945e80544e6484c654638bdd8c19e380b2883e64cd1197137040c5a405f9c709

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9d3f60006b0ba12239337085cdc480e7a312c95a1ced377719c420f5b02324b2
MD5 509cbb97c1513e05f246d962f0bca089
BLAKE2b-256 67449d593225543a13c749516e8526016442bac72d6056a00ff6f83ac31d3650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1d37a5b7eda0c7e3a5fd37eb0e218859bf08f76e8f877970b8ec7ce23dbb2e79
MD5 41dfbf8ea282d431cb3ac302cda2677c
BLAKE2b-256 8eb2c0d980772094fa524942eecfb8ba04488760f4a0f00ac0e3816343728827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bfa21e596dde2cd5755815ec8df99236bd77aa6eee9b0742e03066d3e4a3b3d0
MD5 091296ab2e53a0af406664378bf7033f
BLAKE2b-256 05c8f8556d9a3253976a69defccff673239fca18b6c63a667f2566dcc1cfa97b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6250ef1ada211c8f6434dbbcc43fc5292dc8d88fa3f40bac52223bef3446d5b
MD5 8b2ce37b2709160f249c0b028da7fa77
BLAKE2b-256 1f3639e9741a6d99a833b47904c85eff682f6eb6051137112bae019b3840fc61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 25a1b5f54ce571484e11c1301ed2f9f5290253a72c6f02e1496da369a6c45a71
MD5 7da3795a5e9328564265c6c229f97cb8
BLAKE2b-256 fa2a333c84fad8e0bc23395eb84458aa4ce7a072c9b09696059454b643c1d237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c052b78ac5156d1a3b153b66d0c4e76d7b29f8f9238ae14755d3d62277a32f65
MD5 fa7da6070dd5b72737a93aec2002eb8f
BLAKE2b-256 20bfd3adec32a975efd4367c0b426c1447318451ab80217a7505be6a8c1efaa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 50d065bbec8b66cc699d200798711e194ba4287d48117c09361eaa6ec07986b7
MD5 bf1a4c12301ef23b050485da315754c6
BLAKE2b-256 182c19bd13ad03d1107576655ba562dbe653d39d908c8a1b12c9a2d768249d08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 750701acec49d4025117ce2300426389b641402f103f70100627d47e7d10c041
MD5 d2c2acb68fb3bcd5b44c0d5dd33da723
BLAKE2b-256 155d9a5b3193ea4f59bb0c5107ddcb93f496cddbbff8b00971bd8800ebe1a627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f42762cc20436267ff715a8fde05b86a1e4ca893dafe3f0225d0bf0203438c1
MD5 56df2bb3223526a67e3b64533c159d49
BLAKE2b-256 fcc78ac6d59b2278088c53f0cb900edb55d49bbae7ab37c765b0d5b8bdf47e41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e38a24460d4ba5e15f45f2da230f14faddbfac9b16408f1f7c86de7fc8366a7
MD5 6582a612c997960a0aa841c2e56f21f0
BLAKE2b-256 dbf9d6b91b43efd3c793e3ad2cac7bfd88132d090ac5355961e26e1beb4fe95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fed46ff1c88ede147ecdaeaa37cb807074cf659df7dad7cd7df23e2d618854fe
MD5 e59148b842c47c869ef0eb30dd15b2ea
BLAKE2b-256 822ba52a7ffe4461f7e690816eb815f05fd0cb92bb7e822692de367561f7d964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 18393d977170597bf6b548fed17445a1940e1c17c30468fd808b9835f44bb86c
MD5 a18adce02531a09ce04201bc43ab78ad
BLAKE2b-256 d6718cfc8db39ca7a0f892d914f08bd1b8daf31af5e286dc9e52d96349cda4ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 759541099d20f153318a8d8124c545818f4f3987b69c2f5ad58472937edc7154
MD5 2f8339e88c99d141c263d00658df8943
BLAKE2b-256 e84da0c7db8de8f3b267ffba1017253662a8df71cc16e9ebd2c18570d3d06e2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1dda31c832379dbde7743ceb8519fafde5ea57d7fa9cea816e92b6d3b4704fca
MD5 a42abdabd775ca4b9e681789158344b3
BLAKE2b-256 6eea5c67cb6e74000318b70c4114e637e6a430434261f340d036e6f744e2a061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cdd3c7b7e8e987a6a93be0d43c99c3e0e8c61ae37e619cfdaa607dcf8dc91428
MD5 20c4144c04ac46b60976863297ef8030
BLAKE2b-256 f1f8148abdd7df0cefb771af3c3099614be9a663dfde027c992bbd8b4fba7a9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8338c11d20ccc939c369447abbdf0f90997f3a83cc362088ef708c4f5bf92ea
MD5 23121dbff9fe427de2a308873a00fe82
BLAKE2b-256 a654059091edaa78563f04efa68fd069502b7a441e40618658c37f0272faa3f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd0d8362b7f6135b50ffc962b5aa06ee1619f2bbe1be6d1e7b17184fe52fff94
MD5 4a9498bf5ad7587a5fb159ffe5cb30d9
BLAKE2b-256 4f0ce628ab9d3951d54eb2fc5eee5034bd4ce18bf7aeac153f6fcc0c239ac652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1538c5c5d01d24ddc7bd0af07ec4eb3ff51fe806ecf929739cd25450b8b3beb4
MD5 ff09f54d027981ef4366269f8308929f
BLAKE2b-256 45add4b5dee5e71e3c91c12a55c4614188b1aa3d0f06b7985429d86475bc2bc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87fddea4e348bdebe0ab4c40d87ab3712bdb83a5d6bef6fb4ab3af3068fece98
MD5 756c84b890c248a44b3dd99e67ba0fe3
BLAKE2b-256 a9a1226ff43ebaea2da9054fc50639b46fd1fbc31b43546a7fdc8fa6203c5618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af2dbd5f4dad572cfa07fdac6bc1d25502fa899d6048ba20842ea1df3d880605
MD5 a280776e66926b7eced52f81d78eb513
BLAKE2b-256 a8ac958af0ac16a34b7a5ba8d1653de79ebd8165f7eac736e5cc6363dd0b3e0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a4442f89d05b0fd75c99b92c849586b9b6ca300584c8f273b093688c34757f6d
MD5 4f343d3143cba9f89f4b697dd246cd58
BLAKE2b-256 4a31135ce36dc791ab547be8f9a1097748172567e59ee5bd027efad6d5ab2414

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 180416c1d28b8b9fd9ade2e3aee434ff3e2861a53542e28280aad1a15b0f9cde
MD5 80275be22e5edb269feba248a1d89bf4
BLAKE2b-256 8942d75e23227348ba4c04cb6a9e349eaa46ba60dd8da4c9c9fdf8a31c43fe09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2cbfa2cf90737320d08bd51cef7f3bb66ca971dc9e8e924d02cfd6476e7565c4
MD5 aff217e3778caf1c6451165f3b5484b5
BLAKE2b-256 eed0b4fd76927e4126aa4febecd805efd60a340a9927463ea42857fa4c301ab7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ec9f03a7cfa65de409e800630c7e9cc6de62646dc1f629ac3e6402ee09622a6
MD5 03d4de3c8cbd9a46bf9297790c638e51
BLAKE2b-256 81b4005ab84c53ace3a78720c120772e7daaa4e2ff41dd79ee9396d919dab904

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 00445e37c3b2e1e257bb7582ceabb4a3b9f37d3312fcfb5988cf6cc57e25f21b
MD5 589b02b822ec54cb04253df5d807666c
BLAKE2b-256 3c145dc372c558b17c3a2cb9f2ba3780edbf431e66f5b1a7b103bd76dc9af270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4ca8c1247787a15e44d174ef621393fd3c1b74b3104c41cc4573915d3d12605
MD5 f0886388b09ea24fd8975f14533ec744
BLAKE2b-256 b7103ee8da22bda64a5c05fa560d1d2b2fd77ed2d94ee4fa617c36fdb7ce2fd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a94aa66f015d12df299f4caeaf364504b55f4756ebcdd550ffa85e6fb2eccbc
MD5 9eacb32d1924a8a62866e0cefedc1d5c
BLAKE2b-256 6875fe2ddd3cd928e6da3979e673c98518699d28a127f4e4406ef52e2af42cbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c44a4017bda012113bbb60762b439662154ff1add2a63f616c45525ea725a7f5
MD5 9c017c66277054e5d7f5fae49455edd4
BLAKE2b-256 a906a1b356a86fee031312572e50cd291510b12176a19a8beb3c388626af0d86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88c02594711063b2c0eec42ff7ba6cf7ca2ae316ae3eb090714bc94c0e43694b
MD5 b9968b8c7ffab58ed952fe4e1730f524
BLAKE2b-256 98af59541f3548afdb9d48d2c7af7d6e6a765e023ded338275071b49d4997fa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c855d176c10d125c6cf6fcd1f6c67cac34392ba33ee9f29c065f091ff0cf8ab
MD5 f27dcdbd4fcd773f08066225ba95b95c
BLAKE2b-256 76822cc7b0862ba897e68b5c7c82bd69ac4054e1ac9f6f7c60ada2117a346a96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bb7456cada13bc923e22876f42ec8c6116a032bdd26c430172f34201939777de
MD5 6c338621213f634b654966987b9ea36b
BLAKE2b-256 eb00ae8f6bc00b8f53bfd6e6d379e1193d6534e327b1cb5c60616ba63d4ae5d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 129aa6ffbe9ebc103f46e9c2806ebff44ebd25937a7770e02009a0edcf0a8c58
MD5 f8714a8cd75613b0ccd5ecb57f6d40df
BLAKE2b-256 55fcef3fb679cda2d70418e4b3471597fc947a1928a80361700538353e71b5c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 58c547c943846da5e033f161a04f350f03a6bcbfa1f89ecf3387d44dbfcdee6f
MD5 818a04a7f093d518ad7799cd2acba19c
BLAKE2b-256 51067f6b1bb3b85e5cbd29ea088cc8d4aacb3e1f1dc61b0a5ebb371ca4328cff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 71e51f6b6bbea8cc782fdbdc6b7495a180ddcbfada239e256c936f2b8d7f48b7
MD5 6a66b2cf2c4580ce60024f8b81529c9a
BLAKE2b-256 840166ed9e618e1c559c01a0d43bdbe2c1947b56c9c46e524638102d66ec4952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5e1da009d707430535f3c56a76b66e7a1b81e779f3f2fb87a6789af3a8d4bc5f
MD5 d123d46dd2206dc06592fcd602ebcfc7
BLAKE2b-256 0e463f3af62140062babcb109ba91fd0e9e09e01322c70fa6afb0d1bd97bab65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74de6773c07f00e20442bbfa0c100806bbe2337a617583a3519a1c853caf2981
MD5 62afe55c603cf741e534d02542df919f
BLAKE2b-256 bf119098ce4c5ecd3586f94f10ac4f261b6dda1432de332fb4b0d1e85175b6a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 199970ea2d828cf1af1524c5822cbc7dbf0f89e793ee0b60f380d5247bc8e932
MD5 aab0e58ff27329e70daab84eabb819b6
BLAKE2b-256 6402dcdd609077f44edbc477c6acea4b7ca07a6400bfa54e59e96e3f71f0a490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d7546246c747cfec20b0709320e936f870f1350bdd616a90d3140939fdb6ba57
MD5 9420105f334af32f3747814d56d6f139
BLAKE2b-256 8a4f0eff236a168bd5a19702754b243de952f3e60947226453b102724ad54634

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0cd460677e8be728ed0b8dd9c3d97d56b33cd5df1ab66eb92ffdba99694d3a26
MD5 62fb2219061bbebddce9b4ca096e71db
BLAKE2b-256 4bed7433415d559fbe8280146c77b97a73eca5076ebe3dcd19a1a74335644b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07c4639a2dde346e011c93144f625945dcdc5749e04627f0668851f61ff582af
MD5 c2ca5bacc276707c50a6de7b6987ca86
BLAKE2b-256 c19d3e51c952a0ff14000656807f1105f9800c925784d12c61fa2a10b51888c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b2b277443da98cea26e3efc305e74111b7b3f37975f166d9e5983f44d2541c28
MD5 c22b5c1b7480769ac0ee7ad4aef0816f
BLAKE2b-256 d716112b11be0a434559d9dad7a1fcf2c119276837d6abf0fde60d58582b9ae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0ac95ea9be87fcfdf26e9e4eefededb99a20c3f490d4ea99cec67cba0d885cf6
MD5 dc33103c02d59226894dd1b39605fd5f
BLAKE2b-256 c1aaa3bd910ad49023804ce92e11c3b4b606bf7054c7dd72dab8394913ed5fb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bc8bf67170b2835a15183c53179a24a000ccc595ab0227241b10ef3e21b6b943
MD5 233448669c44d55f3df78ed5051f7ef2
BLAKE2b-256 e72a111c04639a0deff270d1092d9fde5db755cad34f29651131071237986072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76ba8d54b831ec0be5852648e4b53dd37e201c0ac466eef35371d1d12210d680
MD5 c71481991dab8500dc66ad5fd10e1528
BLAKE2b-256 540b4e64c95dcdcefb5e324f20251063288e27d20e3fa5d79a3b8a0ad888d777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b206c3c01032bdf105eb22ce13ab166dbc1c919894a4a62c54d5daf3b84af2a8
MD5 f81fb8b448aeaf38122fb09571917101
BLAKE2b-256 f23edfb9751d6027783db9c29d7e5e02ff7433cfd4ca4bb7586f190c6c2d2660

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