Skip to main content

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.2.tar.gz (48.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.2-cp313-cp313-macosx_11_0_arm64.whl (562.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn-0.1.2-cp312-cp312-win_amd64.whl (483.2 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn-0.1.2-cp312-cp312-win32.whl (440.3 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (798.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.2-cp312-cp312-musllinux_1_2_i686.whl (827.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl (878.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (783.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (636.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (684.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (695.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (629.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (614.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (682.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (796.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.2-cp311-cp311-musllinux_1_2_i686.whl (825.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl (874.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (782.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (635.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (688.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (694.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (622.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (615.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (679.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (796.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.2-cp310-cp310-musllinux_1_2_i686.whl (825.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl (873.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (782.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (635.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (689.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (694.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (622.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (615.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (679.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (797.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.2-cp39-cp39-musllinux_1_2_i686.whl (826.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl (874.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (784.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (635.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (689.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (694.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (622.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (615.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (680.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl (797.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn-0.1.2-cp38-cp38-musllinux_1_2_i686.whl (825.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl (873.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl (783.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (635.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (690.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (694.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (623.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (615.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (680.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.2.tar.gz
Algorithm Hash digest
SHA256 2ce5cca168fbdedd95116130685d2c5ea740e1da5ef4d90216a63ecb7afaf202
MD5 43b7d091071c7bb90492fbdfb965df42
BLAKE2b-256 c4b83a536bfe1bfc48f8039e644d860c12809172f0d8a0b6b5e69eb6a9a82467

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de154f7a771e54c543222272d031e72c06cefc68aaef4986bc44866245dc98b0
MD5 d567bee036a59eeb88a3c5ddd8fb5be2
BLAKE2b-256 d768f6b7377ab83fabfc19a289b8f04a7ebe31a78cb260df26c8c7771457d550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7798f09382bfa3d7da74f8c6b998edd61505292528852929eab855d0388f3a27
MD5 2a8076b01be0e4f94315a0e1bad78c89
BLAKE2b-256 5351680095749e1a73a8e60580a65916df872b7ecac8f5da4fabd0920dcbb44f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 85dbcfb720dc8a784d46ff642ff71578574b0c63835461191c52c1a8621dfa05
MD5 86739981bb02a73b328ec583994a6114
BLAKE2b-256 84b6f461005d473265512edfae89cdc82641cdcb892622ce6643096a9b8b01ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f576301b4ac9d97a46792d852bbd6d82b5f186bd7b503cade2ecf5812759d7db
MD5 94196420fd0d14cae5a2e281b6e740e3
BLAKE2b-256 f0a9e48ae2dd04ccab3fa7f61d570e37f17658dbacd844eb64c33218227a9f26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d4137917b97d32e97c3445f181f222aed193e865f3df9f1a4bef5fd22e99aa29
MD5 24f1cd1b312b44111e0b1cbf172fe945
BLAKE2b-256 2d40f80d45625813e0b6cf794cb7dd36c9d1f60af148c6a8165bb2bbc7c6aed9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6b21a2a911d1e5284dc4d4e189e187f923ebc68c07cd1ddf2395ddc67607a28e
MD5 d6e9d32c6a14fe964b9ff736cca06f3b
BLAKE2b-256 156a05aec0c648af7dd421e2e8cdc7881dcc3643a91147180a570297571ba9b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee476ccae8fcf5079db963a9514c2ba0012113ffae7f4c7700b4706eaff4e3bb
MD5 68bc1579c27bac2ab5acbbf240214cbf
BLAKE2b-256 3577c809fc0883977349bce0cf8573c3d4ff240f7c750ba2d41b973ade42e1c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b874a7172f86f5d0d11f1fce2bd8e64f9a56c4be161963997d42799189090b2
MD5 6e59894d1c6c24a4d9f231bc61b3aea7
BLAKE2b-256 fd1dda4fd7854e4f9a0b337f53b674a87710c6d6280397f6dc7e246ab01683d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8671cfe77d65a76f13fe730675451d68734c1d53d1337957bc1333e09038d6b4
MD5 d556174e6418488b8b47b033588e3e77
BLAKE2b-256 e2205faaa3637422bc809d992db07fa642c8f78572c112634a380e0df7dc1a18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 90b8a60a9a0e5b59c206de00d4c0f0fa0e819a71476d7817596f6d6bfbfefb58
MD5 0b519c2bedc956197bd787d06b8982ac
BLAKE2b-256 f05718eafe898d7703635b7335c8894f41ee5c848ed95490df2b773c3cf39fdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 10baee1043258f16e69e2d0ba9203f62a8a6bd1cf22759293582a349a860d838
MD5 13ef9d071ca59079ef8167d4b2f5f37d
BLAKE2b-256 ee66a260650991c57978d49384cc4ff1b799c895f7d5207d7ff29ce9eaa65192

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea687aef26f29fe5982db4112f7caa569729c40be3543fb05af73af02d8fd06f
MD5 e87b91603838f234fb057179dd4f3570
BLAKE2b-256 84b6cd2ca744ccafeff81827301b3df0950e4e29f5d6a5bff0a8b2c69e00f1ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f96eca16a8151c243dde353007ef1599b56af661381cf28f27f9b6a6ef6116c1
MD5 ab5a022efb4d8e78bd43c5b8207dbba7
BLAKE2b-256 9f336431922bf0a53b54a78693464a36d3d54b7d2b8ad96e78334db19ebdd9c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a102934c340289d26e7d794dedcaa0d97aaf94f290aaa48c39c8b49a36bc17c
MD5 4d00fcaf952f1941c6bdcbdec22b7fcb
BLAKE2b-256 2adbacfbf3552db25a34ade197eff229291b22e9f88b6ce967583e51a56e6686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dfc4c1b7d5ce1bb79d903ff145039db2ce6156d02264ba5afd1c1166dacab76e
MD5 5c6ee377abcb80df929246a6aa80c25e
BLAKE2b-256 28c53bdb7cd47cb1dfd5e1f1f14d9141d6bdf73a4db270160372af5144ea8a30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 01cd515e1678ab8ddb2fd27cd53c369c43a3488c13af905c36b62b52f75d0080
MD5 d04a0769f30416c035aeba2b5562f60f
BLAKE2b-256 d05af9a86fa7695fabefaa04fc0f0ea498d7ea6129791429a3842196442357ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8cc2fb4b908533418c2656e3b1520bfd474c7b237ceb0145d761afdda32b4843
MD5 0066c5f7de30655e5cd476ef253b7176
BLAKE2b-256 8d74b77d8233c37408ce5cdc1c73f49bc2074ccb76541fbd834b614cf4b973d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ee5c8d43b92b010bd35ea9d346b362ad9a7e48d676acefe8914cb65645cb180
MD5 6345cad3979f384e3252027e0acf63c4
BLAKE2b-256 f7cfe24a70ce4fe07e3aa8eb21e31354c3c0bc05d5fe47e086b3fc5465d799f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d67cb6fd9474ba573c3fe7067dbba9425958c0f5d162da7c8534093fb410ea10
MD5 231262db51a153297e73b53784d674da
BLAKE2b-256 be8df4922765cf41061f1260b2d545b349caf209ab5ab7b205e7f4bea153b610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3f326c953e6e4fcc6c763d69ed5dadd51761dc2d30a139fb5882d04c01de0156
MD5 a22aebf0ac3e715b82a5200e7efc6710
BLAKE2b-256 9fe2ebcbc45b222696e4ebfd70bda86e6b9629e6456978fcdc5253d10caf4334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 47974eacf87801c0a7efa8a24e55c5a7293cb94b064cdefe2865a50a0e78a4cc
MD5 c273d633dd4b619e4f8c342f253ff348
BLAKE2b-256 e98abbc105b4012cbf45aecc9da5b0357d665b2799d04aaf503509b1f4235a38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d43efa95f29d1cb37ecc79a9d5c48232813f80679201584ee8094a56fa1a95a
MD5 b6d9efb5e2a187346fcd27a8bb790b1c
BLAKE2b-256 77462e47e946c383372af003331b504d6d98e7010afe1e0f9c41a24962e8ba69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3ad3d7dc88417e2475f1fd9dff8a2330c705f0b5bbd19880e4f803d524f157ca
MD5 468a55ab74bc9ff34c87b0bef364bfda
BLAKE2b-256 2b9cb038316c9d6061ea3eba9b73b84a873499a218349cf0b7a5ba07ce40f8df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96024b5c8b1c1e700edeee9e66f3f025b8082c1615018603c0d0d9a553da9ace
MD5 df9e54cb2148d0fa47ae9f6f69ee3c9f
BLAKE2b-256 10680fcedfa2f76c13dae2d82e358dcb6d37b9ae8715caf4b5e5604b3e2a38ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8b1e8d65fba1af331ba19540cce067061c2c22e61cafa1faafc411895b75d451
MD5 af97eb01365cae31c08fe255466316bd
BLAKE2b-256 9086c793a25d160d62dbecfa1521acbdd27817d48cf4d7d7200c765106ddf884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a8a2c4e68c34bd3b6d453a4b834bb2345a9511ac6a48c44557895ea4a6111b57
MD5 3ce451574e21740f92e0bb9c24a00d89
BLAKE2b-256 15167adf2f481aa6671ad8f6623fade216cf50a806b77d9ae5083b55c4afa47e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d837bca438c62bb278e7042701fc475bf1a6c9ec49ff481dd1efdd50c54ffcf1
MD5 899b2f44f07ebaf1bd0a292907feed8a
BLAKE2b-256 eee1b207abf450089bfe6664efe349ada0932f85fa5aec210bdcbbe5978487af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5be8ddc9145c637123a308e4992942de20a928adf16fc499182d070f00aeb8d
MD5 e3e3711a533425bef1c808ad5a5d703b
BLAKE2b-256 120e820840e6bdd130f0ac34258406c34279e3184b2f17f827d131f826cede64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 861ebfea7c099379050caf79510d776398227f90d6a2eec996d813c6644b96dc
MD5 1a70f65543b6de9318f7a705682fdeb5
BLAKE2b-256 41f6e06ee434a0f6594234becb1393c8d13d054b7e1aa858ce0296ce6ab5c653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5054905a51545a709209a3ecd7eab937d947a56b3593dedc9efa560a6403aaf8
MD5 535540b566eba7b5da5ad6f836e93985
BLAKE2b-256 21b649047b887a265e47e9df878cf5c4b79a8ff1540a95ca46d9d0876f1da4d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6bc3e08f37cc2f0eb93d3118d84505a5b4624fd119de2475dd686ad44a8e9b62
MD5 2af2d3cb8a64d07f6281c86478f35079
BLAKE2b-256 e5d48438f9a5d0113bf18f988531e55acd158bd4864e164a59321c4afb134405

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 542012f25b357059db214b10d808cb858fd3ee36ff3e617a9420b48aa4a96721
MD5 dc0c0d42bdcb7162bc7b2161344804a4
BLAKE2b-256 eb1fd7b36911563d255ad4b3abbdd733c54a58a970a4984225aff26aa31728fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8787e9bd75d7eaf1be6f781b5b34263514298879eb55f53f97ac302f66280253
MD5 0c8a6d63bbb58a3833ce4b38b1ff49bf
BLAKE2b-256 2b786fd111e330a0305ff5d67018f28bae8a8cc4dfa3126bdd4a38cde9b7b08e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81d4b96951f6a5daba67dbbd5fde81d1f16ceefc6e79bb7be9553e4507255af0
MD5 3692074504bdd1c126172c55aa187c17
BLAKE2b-256 082ebc7723c8889e4ccdaf516309c449032c6e848bc419476eda7dff95410f69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 56f0997754f48065d45b1d34acac194e056bf1b5f5593ccf6ca24358da81c989
MD5 451b8b8f32524998c8f6513c3edd3753
BLAKE2b-256 ea6f168023798e9928b6bd069ca0502cbcecdef3f495565fbf8ab89f46336385

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6b36abdd4419d133f49b37837ee6045d3ef69d6b80d468fbf7f3fda9f137799c
MD5 c6f0d2a3755b82e085eac93765f2d17f
BLAKE2b-256 4ab61afab7a4f5ee4bac542c63fdfbffcf9bf97e3e7d5e3437fe5d5528b2627a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5f3453469f49e3e6255fc55adf74dd2382a0af6a3865c4609a3f1f6d7d0c6f5
MD5 f7dee4c1551c72cc6c3ffcb4d9e2bd5c
BLAKE2b-256 bb4c0be11a0bcc7a4ff68ceb89fea002106f706c28dacf912efa9e0e99ee1a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 467ff07cfe085ca56c50db61a3fb77c9cce68ff6046f655e8a68f6a38e116108
MD5 935fe8ffb1b42069c580755d5652fb2f
BLAKE2b-256 b558b73bc3ecc20567ba0d4d126190fb5ecb1c7f5720214a69744dc79f28cc0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 18fa908d9b0005b9fabea0f383ce6848d7ae737a2574b32616272404a6ca2bf7
MD5 a3f2acbc0c2a4d1dcd68b424a329cc41
BLAKE2b-256 375b3e3e933fc5cb036513f44f00955b0ff0af88eb7f9687a037a12f4e5e4a5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b0138b5454a1b7d12b7ea634edcb9941129b70366fc847598ae36496fa8e675a
MD5 fcfd4abdd67673e2c78f2fff2ef0c9f3
BLAKE2b-256 43e1bfafdf63cee20d02061aea0eebf0ff06de233bfd7ca4aa2949b99c31f00c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d0ccbe86d83d62bc5c7bae5312164fe15cae98060579642ab06207aec66ea63f
MD5 fdf7349ddc207bfc55251791e04aa282
BLAKE2b-256 f9d14016c2a5ac19e0579313e60d8ca5d2feba5fca149d69abf0c51976a2ba3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 325a22e740ddb9301cf560286f8c570dde901a7b5ac02cbb6c2b8a6c8e7a4cd4
MD5 28fd0ae01a1919d634fbcb61b2d08176
BLAKE2b-256 e67577baadc214f15ca021bad6f6f4ede61a2d71c9b6532e4deafe5e4a6a9c7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a36c302f8fc685f1da56a5262666de66b617bdf21aab390c47b54c3bd6f00411
MD5 04a0c7c845b03c62be7adf5ac0c7863d
BLAKE2b-256 0e63757fbbd1ea739d1a6353873cfcb8134c2f7d0d211b6c6be60b6d639d7fad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f75db7c63538948bf8ff405eb9dc9c51fef73e20824e65b7cec2d9eb3570fc9
MD5 a629bcdb58142758b739c8dbb1579393
BLAKE2b-256 1b5c2f78ea05d6a955722dc5814653e3ef102e2930dff100ce35237c85fc5743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bff129b331f23fcbbf069136a70828b1eb5a1d9d7c6b24e9ee8664bf7e8604be
MD5 f3bb9acea1531d55587bd18931bc216c
BLAKE2b-256 cfd4f541f834ffd3468a6db376ba3336d8dad42d0a0702c6b907927940ee2f37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 759fcfb519f09fff5aae42994f2b0c88a606feb1306c972fe0c37f6824e85604
MD5 332593b6823960503c8c53ed42b37da0
BLAKE2b-256 7e4bdf80c5762cc6a9d91bf48e7923eeb00009d4c3f0cc4bcae551fe5e8140a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ffac25c90d77aca10b22478da7af68f4fd38cb34163d9e5825054a7ecec801a
MD5 67b0f330eb8840ab499d8b094f116e05
BLAKE2b-256 3107e2fdc7e8aa8e7168460f252601217c8b066d5f336b234bf922b29e98fd19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75e10b16e0487f749ab4dc9f524a097480a1894c216ddeb2873d55edcf34f1a8
MD5 18bba72e136e976450c145ff02e27b77
BLAKE2b-256 10ee79ecb177d6c2ff927b919eb412027428b48e13d1a4f022bdbd3accc0afab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 555774e7424c47d1753e9b90940a7a33893e059b9a35bfc2dc8d2ff371538bd4
MD5 e0ca23693c056a9c22ea8930550ea8ef
BLAKE2b-256 acdf51a17dbe23dc3fda2494b00e9dbef4bfef32d8f4c348919ac4e1e824e0b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1172c6989387e8fa7ab7b1a7fc436aa633517029ad89fc491aead22af1a67b08
MD5 f7d9830aad066fe34c25f3bd67624462
BLAKE2b-256 bb6e46c1a4bd620293d60573c684ff8a34495bc3991a4d0a90ec43a03381900a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3a077b6b233f745f9fe30e468cfd2a646f9c6419437f8f780e4789283b47ef93
MD5 e60713f49c05d542b70c50308712ff9d
BLAKE2b-256 96a59af4cc0fb815cbf05ba0e3305d22b7b87a337b7d0501d7c9665187867ff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1ca2977d885d228cbadd7ef837d2044cce648429dfe0cf74dadad78dbce7e9c
MD5 08644d01434650c520c3db3bed971b31
BLAKE2b-256 09e9185fa1b2387d5fffb70f27bb22a21b2db42137d95a6282bb800e9755174b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0255b97ba89b2a26684eee5ba6fd06f71a529ebba80385271c1e871f7c8f7232
MD5 367f9e062cacb5020520b9b4d571633e
BLAKE2b-256 929cb750039a5cc6be7690250ad591d6884d2c7f63cf124caf13645aae3cb7d6

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