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-sim] instead to get the RLGym API as well as the Rocket League / Sim submodules.
  2. If you would like to use a GPU install PyTorch with CUDA
  3. Install this project via pip install git+https://github.com/JPK314/rlgym-learn (coming to PyPI soon)

Usage

See the RLGym website for complete documentation and demonstration of functionality. 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.3.tar.gz (82.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-0.1.3-cp313-cp313-win_amd64.whl (593.0 kB view details)

Uploaded CPython 3.13Windows x86-64

rlgym_learn-0.1.3-cp313-cp313-win32.whl (547.5 kB view details)

Uploaded CPython 3.13Windows x86

rlgym_learn-0.1.3-cp313-cp313-macosx_11_0_arm64.whl (689.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (947.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.3-cp312-cp312-musllinux_1_2_i686.whl (979.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl (930.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (777.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (829.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (848.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (763.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (751.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (830.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (943.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.3-cp311-cp311-musllinux_1_2_i686.whl (978.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl (932.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (773.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.3-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.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (847.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (761.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (753.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (828.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (943.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.3-cp310-cp310-musllinux_1_2_i686.whl (978.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl (932.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (773.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (830.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (847.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.3-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.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (753.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (827.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (944.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.3-cp39-cp39-musllinux_1_2_i686.whl (978.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl (933.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (774.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (831.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (848.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (761.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (754.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (828.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (945.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.3-cp38-cp38-musllinux_1_2_i686.whl (978.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl (933.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (774.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (831.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (848.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (760.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (754.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (827.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.3.tar.gz
Algorithm Hash digest
SHA256 75ce986d7ae4541903f2be1a02829ad3d5a6e7c1659c63013367cf04c8bf3233
MD5 003dae90ab99db8fec6bfb7b0d5f71eb
BLAKE2b-256 bbb7e3848a99e26d4ad8c92936dfc3292bd6f95adff973f3c2e1385ce1270d4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f7d6b437b1a3678d5bcc2c7ac69322329ced816a165928d6677e7549b4972717
MD5 f29654e2e555d4df3333c031707f6e55
BLAKE2b-256 d6321972aa9f1c8796fbedf62e6b09675b15dbe075396422c9989fd677da9339

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rlgym_learn-0.1.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 547.5 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.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c7fa809f656655bb2d4ae4ada60aa3dc91eb50f15f9b63c7344efc02dc8d46da
MD5 8ae7b3c690b58e4c619e3ab80e554df6
BLAKE2b-256 121e6f92313ac47850db906bccaa7404499ef4bc3ba2c947ca28bc9f0cf4fe0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbab719ca31dd0a6bc8ae71086fbace973e5ad73a3e1593dd6c36ac56d5d9fc7
MD5 62332241eebc05316ee0256d85d9d5d1
BLAKE2b-256 c9f47c5e365d87e63790ad05ca379fd3298f049dab027f35ea0bd0f197115e96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 adca109dbd7348d55229dc9d9ec7e023ea609fddb5e174a7f26efc76b98db9f1
MD5 290cdce810a79ca016e400fe6f6d5ed8
BLAKE2b-256 36282eb3706f22681ccae8b91443faca74b5170dd13ed2c2ac30458abc3ed5e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1be98208fd0a9591447e617257e2bcb180a4d5bbf9c9d13faeb1ea9d7179db56
MD5 42794850fbfaac319710036078638fcd
BLAKE2b-256 932a44f2879194260d4897fd3b6217978969e21d74eeaaea6e967d7f0e80d827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 622e4b8c6a77f9447eb066730938dcb15fed0c1608eb7d213032dfb278726281
MD5 10983c30b79d5b6b75b31af8d2eaaafa
BLAKE2b-256 12f4f771494e554f598dd67197b461400b8d25fee7c6e72fa0a71244ad720e62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6cfd0df4f32b116a097a6585190c8e29390e521bc006f70df6ead48c09e50dc2
MD5 9238a12c68444b9824cf76560195078e
BLAKE2b-256 51cbb00b52c8dd5d1f0081af36200fc84ddc03d210656817aa0ebfd95aa66989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b5f9395cdcbb99d731c45d36746249208da6abfca723aa756e6889ef103aa74
MD5 4788a2497973524ec639c065db453cab
BLAKE2b-256 3d9467d88df112a6912249b79c2eae20f4f76203f5b34c7ee64aeffbcb7d74a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c69dc0219dac00800d7ef27097ba8fd38e8bfb0f60774379aa87ed48e87e33ca
MD5 2ec8eb9cc1f66c41dc29cd1a6672048b
BLAKE2b-256 1be0d6db2404cae4fef2a51ac52a08dc2995ec98b860d030ff453b9f9cbe5c97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 23eca26b424af7f785e43f95359529f3df948129baf1dcb9773be21225bcd2d4
MD5 92da579ee40019802d1b505421fe9de7
BLAKE2b-256 0426e118e1b2eac45ef2e65927b31c441c0b1e592c808897b9e0d9e57f372268

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aa2d559004c2e0037c79e70eeae23f40597cab4813bc33dc477a37d22296be3b
MD5 8e40045c32c7bb2f84454bf08846f98f
BLAKE2b-256 ac493711fdf31a3cc6810bc5ae5341e57d0ec03c14cb4a9d2978cdaa37818256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12d86b3349cca529f0281694c1bba6960747b28999a21600dfaae598282c7b5c
MD5 88e011793659ddaaf421a33b07f419a8
BLAKE2b-256 1a743f679e04da9b3d535d82d530bf767cd697a3f7879427482a4efebbdbb611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cd5c6c43979b4e61cf1e921e237276aa7e2702b160487ec69a843851e358f2c7
MD5 bd2ed62611991653da2a9f4716618b16
BLAKE2b-256 27517b725278f6255e3eb0b08ba71153653596c0a9c4a64951065c12c5543712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a450266203e88b71f14b09e3dabb01563e94af367d5b19aefc62907580cae29
MD5 a98442f5a6c44b7b9af8dadeb1c7ef74
BLAKE2b-256 f73c1dfde16f0953b2775a896ea59e210aa3d06135df3dda811e7282dc702ebe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 27f82b81b7cb234193ee831b61973ff7b85d1b86c37790b7a57ab20997d2b20b
MD5 b66d2c351bdc6903e8d38f1a456fa62a
BLAKE2b-256 3f99028d4480e0d104a8caaf76568238e295f81720d3cfaeb662711d9bd519cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e84823ebb4a8c3ae782e89864b32ecca57ccab3140acb5c7a9648c62a35645af
MD5 a419710ba0cda2e4a82bea9d1d9fdc81
BLAKE2b-256 c8722c648851ce4e18286c9e80bbda80127c2473dc63e7e4e22fae9f37a522b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5128bc833f3865a21886b4c8bf7567e74907a2295ecf923f5e275d4dc7459c21
MD5 068f31b3e6dbc0ec9dcd3dbcbbaa26ee
BLAKE2b-256 514a1775d029e13d02a72754ab70417afb10c71b2135a39811e259a1bb52b9f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8611e5a5cc9fe221c1359cf559ffbc0bfb4ce87370f93d918c7089f7ce81d06
MD5 8b4fad6fc79fac3963771fc3b2c000bb
BLAKE2b-256 a69e259a9f7a6ab0220713a56507658dc8c3b8ed9ddaa1a3dc05dac24d6f9f60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1b73cfca63f17dc2ec905e8fcf9a0b15f7d83aac7a7a3ce3d0d2cf8b270b90ee
MD5 3866f9c34888445de9d5bd6f00798bf7
BLAKE2b-256 ff218169fe678d5c96ec6beaa2e2b9465e2ace3c4f2d12241d8e7fd867d21004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 449e1b6852f584045b7d701fb03360a65592f42b95c659fd5de82b4df7ecd08a
MD5 c76ea123121badd131c92a2ffe6bad1f
BLAKE2b-256 9f649afdac550883effe4594f419b1b9997b3cd9cebc7b5b6b73aeade6092dab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce2fa28a076ca7ea806945504423ce181e8e8385ebb7390566a94b5abc7cc0e1
MD5 10ac76ba293f897f522af272cc4d1ddf
BLAKE2b-256 f7bf3982cec058872e961402c36158130db0f71505297d743804525b34b8bc34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 effd6a4027305037e80b2b17ba853ab567bbc3948ca178d88c46724806defc2b
MD5 3f4a1a2ce0984e300fd37ee28eba2c51
BLAKE2b-256 bfe7a1d6a0b8a544bf080aee32e36ba0c01ead197379d3e9ab7e1073d84b64f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dbce6258a65307bdb6f0af195bd996bce3ef2b9abbf9027db3ff13780040f340
MD5 51e9a194a84a53ecd89ce1a0595d0b86
BLAKE2b-256 23457f7dba8f3e2ffbd2ebe2d63d3674b1a6980fb5f0b2f7b51ba7e486fca2e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad8eb142df0334bd7b2a623492990196f46eda0cd2ddb202d6aae3bd18933f15
MD5 bcb629002b61aaf1fa28fd16066db90e
BLAKE2b-256 b693f5a279052f6fb1ba7146ea5082ac85bdddb1dbff50d3ba51f90fa379f453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2ceb4d617fd4af93255fedb59aaa6fff9617933becbb9466f84ac1d022a65794
MD5 ffd1421e65238d78092d2adbd3a2f0e8
BLAKE2b-256 4178a3802c09933f88a7770380a1ff75041fc559d7b6ba1ba16a8919aa1f7345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1a4838c165d5012f01a666a69b3cd8e6548fcb1ff0af0dafa6a3ee2cea94789c
MD5 9a74f9a59a6345a317f6f233dd26023a
BLAKE2b-256 ee9b2e95ce1bfdfcaac4ee22ae5866ccf7a2798f7b56ae9101e8a1dd500d1e07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 daf7ad71f267ab1db51f3dc39255a23ec1e1b0f8d5ceeac9fc53f3b78b2f7f70
MD5 245438b40fd59e48973735a3be743e42
BLAKE2b-256 bd0a7c8e178582b9997ffcaef4638473f0208dfa9573a57f924c5817ebf632db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4dc16f8100fc6ad01529e21436b13fa36d57d552b55223fdf3db96ec277e7d38
MD5 61a77ff8a941d48d400796d8e83c1702
BLAKE2b-256 5c65863672cbf4d68918fb1482dacb11df4e37c7e526318a9322bca2722f438a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2473c75fc64b25da73e2e660d1c0ecf1f8c1f4e636b534f564e459ed39668660
MD5 168e0b7d758f7a3caf899f5aba817fea
BLAKE2b-256 d9759cf5acfd9cbada002b8c5109a239bf3973a7499176cab2336e58c15906f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ed99f7500d587dba80ead1b75bb0bffe343723a5ec1a7f7255e8e5edb2f805b5
MD5 75aa0de85c88b0f6e1b0de626f6fc552
BLAKE2b-256 8be7a3fadf6cf0e3b90169c8492a3b54e7ad8217d281ac5bb8053680d504f4d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9caaaffdfefc14b5e93e733f5c32b24ab7831a669e580c2e41095f3ba115cee
MD5 5520b2c5d810ff779aef3222ab9d5dff
BLAKE2b-256 d4da9c70f8c0a1faad1fcb9498dba6af9dc02e58f7c8f0e8d5269e8e227f9603

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9a7209ae0863042c9107bb8f12360cb76ecccd75f45a68b5052004f2f894d3c
MD5 427bd3679cc8ec2cbe43362ca6ccce65
BLAKE2b-256 819cef1d33d12c006dc1ea1300baea0036a3478c35bcfd382047ff0eadd936e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b339b33b4127347252c71c0ecbf296b5627333502f35c4673f9e6b70ce7998e2
MD5 5fe7f84efcf63fd9f9e7d0ce9233a1fa
BLAKE2b-256 dd468b5521f7babf59a7984c39c139fc3269558eb1e04ea6e05b736dbc1ae54b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0047767f383ed66c619cf67a9bd6b380f4770aca27293eb33805292c8287f078
MD5 25092bff08ca7c278351aac2899a5ba7
BLAKE2b-256 f412c868e1dd4142ba049e0a019f843940f7be1c70b4d651ac4ea273b8862626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd03d8698064a7832b16edfb64181aee6fd3f03520113c0f7985f2a6b72087b7
MD5 2cfe41901082c9aed4406c5892f032a0
BLAKE2b-256 29376b8f2fed2a1d9bd70481920153fad4fee746f4bc01f34b96d3ad94ee3be3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 425e9f3954149dd16477b9eaac2187caa90f3e963a2870a753e8a46fb51df32d
MD5 a25f971afe466c80e45399aff38c5c9e
BLAKE2b-256 cc3c554a23409a184a1a9979540673dcedf1926a62039d82da0b437388f20a11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8473cd5d744e03697a8be4fba5c6765dd76689971a690e70fc44bfbcf9197938
MD5 948939fc08fe8f2649bd87e2d69497e4
BLAKE2b-256 8b52bb551f2b6c14d39a42c5a83d0b435f734caaf94567df34f451f62dac5b2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9e633ab06403b74148fd144407b6e32bf93b3eca1e950b9d49fb50c254fbd8a
MD5 f35d66d98d2dedbab5b9c5caca057c70
BLAKE2b-256 9732b6031465d21f801e85d03083677ab25dada9a38df5182d971b256fd8ab29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 80e0bc0ec82d04d06ba982ba2b4d7d4c6031de2783840acf16f566206ef08513
MD5 2bc4ac358c07c1c34fa10da62aece385
BLAKE2b-256 d3cbbb52ff22b8f9928110dc8a24b211b3a8622d106c521c95eb8f2cc94c2e54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7d42d4320c95356a4d7d2a3299cf4d123863f2aadd7f1d5d18dbbe2532c6bb87
MD5 e42cc5527722712f0145036ebe4434c7
BLAKE2b-256 8f8150807a9827dceed8b150dc18198bda2869193920b4aea2ab11e8320685a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c817f3d531a27c6040bdfefe8635879e94e95e744797f6a6acb54265c1ad0d96
MD5 574e98dec4672786bbd1a4b052b802c8
BLAKE2b-256 b963da706600f8849ab03079c642abfe4bbd0a14e8a82b330c22da5df88d7955

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e3028647e28d00fe32c4d01c59c613744c369c5e168de3e126a1ee2af52c021
MD5 74c58bd7c2618c7f63aa9e1359e58239
BLAKE2b-256 3f520135752d874801ea5111b690b9dbea1ca3780eecde6d041d05d704989aee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d25f4f704513b66037ff370da5cc03a55558f3bbb00a394e288c2703fb5bc4dc
MD5 3fbad5c9e497059a9fb901c195746ef8
BLAKE2b-256 ea6af30019c9b05972174434e703e0ba734a9daf71d5a7d83de0812149ff768e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60ead6ee8159016c121419be8ca7363ebabeb2f826901e32d1450ddac71f1575
MD5 b96ceeaad564aaee524653643b5e415b
BLAKE2b-256 1509c63ae86c2f96951f5d70791c9baee81e382920d1d1c6419efd33c6409586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 685535da262b14b57e4a21c944dd4d8f05684ba01bcef7e2c68dd11aef80abba
MD5 0a81f5adcf7566c96b397ff4073cadf4
BLAKE2b-256 06f21a80b793851ae7ee8e00cb55c629e67af518ca6830d6d480d3298655863b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f070ddeed806aa4dc05b283b0916d84940bba35e20a8438d45cb257399f7d0f4
MD5 859eaae53b7bf70d66d2415fdbb07f64
BLAKE2b-256 946ccd773214c30ec5405dcdb5485b47a35365bdc863c018c644a44795b956f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 858196f402660eb68d9d3a19124a6b9dbff8ce475f20ad842f0bc7e892b8f07d
MD5 f603cb1a038f00079f50f32c81b78914
BLAKE2b-256 6b1fc08743b4c12dfee8088bb13f48405f7bae2356516fc495e9e01564d1aed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b31c41408fe70e9d31473533c4df4048202a9e0fb960b1f5a7651dde5169c6c8
MD5 44ca42ad54613a8d681ad16aa240f806
BLAKE2b-256 d3f36c7a27d28bbc6e51effde804c4f2fbb8e5aa178af53087bad0d36baaf025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0aa15afe12fd533f78dbfdfd715ac8a777e83a6b3e7af28c7091bab8fb063fbb
MD5 a4ec90a2b9fe97129afd644140b7e086
BLAKE2b-256 89682e52a424b2aafa759e0fd1a8ed19d443cd458c922103568d3ccf6a379268

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 02f2d4d18999a78fb2ad433f6685b32930a8b613ffef9e0e663cc873ffde71e6
MD5 bda8064f42410822512bb8a85c73734a
BLAKE2b-256 7341e4e0bcc5d104fde35f54c6c6f6670cb42b7d320d276f90ec55fb8d1b9d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f3443e5e887b47268714adcc662d00915059d9b3e13ef2681c2874095a207f8d
MD5 2832dd550672d410ee65063cdaade917
BLAKE2b-256 95c2819256aea768bc5ad7416e70fc5af9abac607697ee24b4820753d44c9aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4dd00db3eceb2389c0be2192748376c06206f2389d507ff521d423931b5bf9f9
MD5 cacce68987b6c98011e2aeabc9ab5e8a
BLAKE2b-256 68cfa835d5d26c1eb8aa232e6c91ef7d2373cc77d56e0c13e659a029eb0c0d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e4392f260dc948ce7115edeeb7d814931cc649d17868e1f9de3e86a419e2b8a6
MD5 077a5ab807053a22469cadfcfc5a6d33
BLAKE2b-256 95205e8ab41a39a336b27c839fe9995ecb6f8e44f54fd26ce5ddd045764e410f

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