Skip to main content

Algorithm implementations for rlgym-learn

Project description

RLGym-Learn-algos

A set of standard implementations of common algorithms for use with rlgym-learn

Features

  • PPO agent controller
  • Flexible metrics logging
  • File-based configuration

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 rlgym-learn via pip install rlgym-learn
  4. Install this project via pip install rlgym-learn-algos
  5. If pip installing fails at first, install Rust by following the instructions here

Usage

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

Credits

This code was separated out from rlgym-learn, which itself was created using rlgym-ppo as a base. The following files were largely written by Matthew Allen, the creator of rlgym-ppo: ppo/basic_critic.py ppo/continuous_actor.py ppo/critic.py ppo/discrete_actor.py ppo/multi_discrete_actor.py ppo/experience_buffer.py util/*

In general his support for this project has allowed it to become what it is today.

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_algos-0.2.6.tar.gz (39.3 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_algos-0.2.6-cp312-cp312-win_amd64.whl (206.3 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.2.6-cp312-cp312-win32.whl (197.7 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl (555.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_i686.whl (588.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_armv7l.whl (622.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_aarch64.whl (524.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (366.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (480.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (371.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.6-cp312-cp312-macosx_11_0_arm64.whl (309.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rlgym_learn_algos-0.2.6-cp311-cp311-win_amd64.whl (206.8 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.2.6-cp311-cp311-win32.whl (198.6 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_x86_64.whl (555.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_i686.whl (590.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_armv7l.whl (623.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_aarch64.whl (524.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (366.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (479.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (373.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.6-cp311-cp311-macosx_11_0_arm64.whl (313.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rlgym_learn_algos-0.2.6-cp310-cp310-win_amd64.whl (206.9 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.2.6-cp310-cp310-win32.whl (199.3 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_x86_64.whl (555.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_i686.whl (590.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_armv7l.whl (623.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_aarch64.whl (524.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (366.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (482.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (373.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.6-cp310-cp310-macosx_11_0_arm64.whl (313.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rlgym_learn_algos-0.2.6-cp39-cp39-win_amd64.whl (207.8 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.2.6-cp39-cp39-win32.whl (199.8 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_x86_64.whl (556.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_i686.whl (591.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_armv7l.whl (624.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_aarch64.whl (525.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (366.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (481.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (354.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (342.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (374.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.6-cp39-cp39-macosx_11_0_arm64.whl (313.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rlgym_learn_algos-0.2.6-cp38-cp38-win_amd64.whl (207.0 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.2.6-cp38-cp38-win32.whl (198.5 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_x86_64.whl (555.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_i686.whl (590.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_armv7l.whl (623.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_aarch64.whl (524.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (366.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (482.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (373.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file rlgym_learn_algos-0.2.6.tar.gz.

File metadata

  • Download URL: rlgym_learn_algos-0.2.6.tar.gz
  • Upload date:
  • Size: 39.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for rlgym_learn_algos-0.2.6.tar.gz
Algorithm Hash digest
SHA256 b4be99c98b987cdd8386cdc003690db949d16bc93394c4911c968ad9b4ecfa44
MD5 78dbfa4954e1a858bd6ff8eab955b13a
BLAKE2b-256 1337f176e74521891c2b4428d0339ce2fb06bdea0299707c0ccf0a47e35b1398

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 db685e57fdcf269b2e663b7504d7f38a9820b6f01367a5d6a4060c14b3d6ec5a
MD5 07c465956d0f601be4c075a918562d98
BLAKE2b-256 794ce08a5de78a59ff1feb05581840e430548632a00b05a0eaf74ac0389ed645

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2ac0fc22991365d595f00e76f40e87aa5bc0a9001bc23845f67d1c7e702e6c06
MD5 5cd9982ef8dbcbdda5e3e0e23c862f5d
BLAKE2b-256 a1f2097b66eb38ce91a354fdfea7fb38d1629061ffd562ddfee7f30d163ec1b0

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9435402ddb7363b4242073355a01af62f71b7fb89312c2da97b9194ef4b2a47d
MD5 a8463fcbb4a937d393a56e2c2337e102
BLAKE2b-256 ff31ea803ee0b7c6b72b300f48bc4f630335212f0e7185f76f62de07d97847a7

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cad48d634197bceebf2a4391196ef14d3278f0fbaf084c5b7df91e1a43a18a69
MD5 565d938d14ebf2db69fce761377da407
BLAKE2b-256 b10af9df27663e3f0fe7d44e7d461353463aa22d03dea667f43b95ea511bb646

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7aa9f26b1b3c68b4d8335e075849e9a15c6982d0b2cc21ce518ccb1f7778f357
MD5 ede5309071c98cb8805dc84784428643
BLAKE2b-256 a2f31d6326bc5ebb6f45b5003664d0b06b49a7e1f68d3d5a8a9b1ed2b173a3ca

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21d62c65bef8baa0c2014fc339568995457513d3ed81ba87a9d2388b1345f670
MD5 7b8dbb35e3e87a7b29f3d83df217f9d5
BLAKE2b-256 71ec5a333b931db3497b33a844e591655cdfe6e42e93946172d50c7b7bc29943

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd7ac79788686d209c6896b427d45d7ea1d3a4d0928b87f9988f434b0dd7171d
MD5 579e6fee1c49221fd1487d123f1769c6
BLAKE2b-256 2aff4d34e9483e5e0238231f920ff3a1800a0f9a48b199be7e8635ce2794f193

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 157d34505bf5abf7f7b4bd028b26244aae33a179c1e7e2a303a98bf71138df15
MD5 5c02526aa72a419786ea5633b2b517cf
BLAKE2b-256 06b299da97b5e7263933d8744c123d6a264d7c3c18c2b873a51068e1ba7b3a16

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 54f1320394dd8f6066234c3babb7fc2d0ec4bd8b8aac724317be9934f481b267
MD5 bd3f26752d7382b8bbc238b4b81deb8d
BLAKE2b-256 dc70af68b983fd6367d32ad26261e5d1ee0dc821f557e4366a9a696be775460e

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2fa2d4b929779f051c4b6d231b5ee623451bf355fa2729868050d79312d426f7
MD5 486cf228ba87b79ddb22da4b7071a8a0
BLAKE2b-256 a01ab83f5603c8456310732b4cc8c0950320cea0732efc95dae22d56203b4355

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fecb13ecb27c8153028e9f3ff5b366d482a90dc6876e368f8100f11974076cc5
MD5 3e110d04cf261b7a05a3000a557bbb7a
BLAKE2b-256 fc197620a99cc513187e3a88092698868840f1eea6da5cf518e88b823c13e404

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f4d180d77b6cff06b916307dd0762d75a8d6771e97a82060252ce9262055e8d5
MD5 209215ae357bd69d8c55e75b11469fd1
BLAKE2b-256 ccb42f51120f2560a9788c791e5ae4d3f85689935c676a553d8595f910326ae2

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94f54ca6238361bde8cff844899526ecc27d4374dc24aa9d7a015fd3f2b40872
MD5 7a0f002fd90f4e7a1310b03163308e7c
BLAKE2b-256 04112b436151903f8d3bd2c12e2c98ef1353ef83e811220d87cf9888b3e9f802

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 18a1ffbfaabb9611f905c1b068eb0cfebf8e307943e0dfaa3825368739f5bb27
MD5 a4c1b5522c6935c03caf4f587aeeceaa
BLAKE2b-256 a437e92c587dbd0b320a2c4cad9538a48b876531327591e2a26f4f4e9baede5c

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 34ec679dca5c86a650f695d910c3a360e1c6cddfadab9017f2595145b5e97a5d
MD5 2c79606ddb83c13097451c2f03631d11
BLAKE2b-256 a8fe23dabd6970b3f3565672d222b738bfb74b6f7db30ead292f295ef9ef5ff9

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8d06b2115ddfc351eec309a69487169d55d5d334b2bbcb7ea1ad863f76c781d
MD5 618ae501603e2c893922146f19314570
BLAKE2b-256 a33121c3eae034a10043516d785ad396458d2faa6bde5576c90accea9871e916

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f6eb8393dee2bfdb2a9a7fc20ad21ef31c8f8bbc85f4cd2eea056fdcd50d7fc1
MD5 b6d8a3c08bde0e28afb1840b62632f14
BLAKE2b-256 6cb3f5193b9c19ca5a7ef75f258cf125c1dbfb735227c31fe97495aeac209455

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 daf928550c6c82687c72769c8fae930c7df97ba5e844d1882b76ea501efa9500
MD5 f67288b5f8669e1e4d4f9c0c621fd1b5
BLAKE2b-256 9207d817ba4f314a81b269f48b90d4d2d38aec7b9e503c0814ec91ba971b738f

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 efd502e09f6995909f138dbac813578908b83b5c666b9bcad48d9beb97230972
MD5 3c4937773c001f630bc4d093badbed1d
BLAKE2b-256 5f115a5680a3b6852103544202d5aaab70aadb1d66e8bdeadf2e582895a2b8ca

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97bb5081b99981b2c32597f92b454e8faa613eb8956e2a0fb3145cfe302ad546
MD5 218f6a41617f81c6468bb720a4ad9e72
BLAKE2b-256 6c52a610fe5ccd05c76e5061420a7cf741f62f2b79662da63ccb48fc70a9c294

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4c1c0c250ca2bb678221bb726baece228d8bc5d99aee2b89c07e7c9cfc45193d
MD5 2f02521a09fc50224223533c1bb86c07
BLAKE2b-256 173e6c106471ad69a67cd83adc0f401d9e90965f6a2be5bf964c7cfa229c6656

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2b123c08aee0314369d27c674f30ae69163474f6395a0f01bb33dfb5af393a0e
MD5 7640a1d4349b45c223b87646e865ca1f
BLAKE2b-256 5e22200b6c39d177f43362778f4647e302a3a8b17cc17c796df58fc9da439514

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b26d57cbfac76a9e081e38bce779ede7f3f8fb472df1a82cd17eb5804c9ae5af
MD5 b2544ebb60b57f2f4d8db1d56d532baf
BLAKE2b-256 cdbfafc19a3a5a37afba7782d3fc4c4273fabc0577c3b06f8e6910b520e71fd0

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b07ffeb71b84f22bb417866ce0793c1f8bb245949ef25f67c7a450c360a4fbc8
MD5 9742669254c754b3c00f07eac9418f80
BLAKE2b-256 ec11457013af4375430f1bebaef8eac93cb5e1e06acea77db5c9cc1c4f9fa421

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 db5ca5777c06860c774850647866899ea7266716a29bccabc0d7ac30b406e67c
MD5 988e3294b82433e76a46ce117f29b58b
BLAKE2b-256 33291c5a399da3049ebbe6b351eadab85a40d84e0106a585eb41ee408c0a696e

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b957a82a968f6f5d8da4f75e703e1d694d5415b66fac2f82059bdfa45047c92a
MD5 014941925891fc5ecdc9123bb12a29a5
BLAKE2b-256 d7c2d1af90f7dc4b87853e9528c0a11041d4b64d6649087e29d0140d0ebcf520

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e92d1f95b7fc51e0da25b0a863d99f990949cf7ed3ae54659dc8db690de0434b
MD5 b874cf24fb13fe4ed1d96b0e82837e5b
BLAKE2b-256 9332d9333f9a287b9ce0d8023ed09037e19f6ea9a95983b09b970113a3a1bb38

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 aa79e0bbbbb5a7c5170905ccda64c0c76b8a4b4e87f84bd0b62d4d5009d1eef7
MD5 e7bf5e7c9e21693da4331d8f807f1658
BLAKE2b-256 7caf1da285ccc833c934fdc965f7452f8f748dd60bd3704a96c88d939a4f1a61

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8f7f1f488068fa41c04f59bb69954c4d45a6ac1e1357b6cee8e0a213d6f16a3
MD5 f8da80f843eaa98a70a7fb1d0d045571
BLAKE2b-256 06c347565d067be9c5fdf3f9d4c3389313b49d80aa74d053003d80c3bfd8ad13

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ed9207ea5fdf0b92e8ae9c0a47435c4b91d6e8f6427e62a2fc076133fdde6d9
MD5 c4fa6e9bfe257eff35e88c2914ea9730
BLAKE2b-256 6b8af50f9fe41f2772b5862152e0a5c57df251b4f2342dc998af81147c28df04

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f10c2b8ca05e19062a03b42bdded4ce0d177f5bcf9c5b6d35f95aa7cadf4b7c2
MD5 3a918fb7c825080af6170b115813b00e
BLAKE2b-256 6948ecdfc10911c3375d4f2b6d358b50b1c0936e233fe6f0a5073196a622321b

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e48f08e0fa14573f010e3659f186aee97a2ac2daf8c7ef843c3577fd5c81a2c4
MD5 f15cdca3bdf55f9ba8c0cf3f2c0fc6b9
BLAKE2b-256 7a8a6fadc4d2c9b1f89d3ba2eee3eaf5a9b4e2e712156f8b62c06314b28f7621

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43a2f05919fd6f9ce9a005d11c88aed7bd0ad467042ce56fc93acf2e711442b3
MD5 19a67f1063d2656e88b290bfdaaa2801
BLAKE2b-256 4459f4a21995b35c99330e8fa31cc99294e89639eb4e4ccedfa0037e41ccf43a

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 59aff3eaf998f5a1980a487772c9f89da67f2cfe16d7dbc680baf1e4ad500738
MD5 8e6b4c1a3d412abe7bcab4a5e9c05da4
BLAKE2b-256 66c1850c50dd8f4ff722632681d9db58967dade09bc4b84eb2d8445091bc81d9

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7fb33aabc7d8c446481b01ecc57a6d12224647ecfdaf48cf5819e99f544e2163
MD5 dcd5d1ab66a889da82a764709232d9c3
BLAKE2b-256 c5adf20fffaa5497aec86dd4dadf874ef71630e8a21bddc70ac99c04246f34f5

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 86c4c9e9b342960132fbab89611e26fe9ae32d01426a55f175e506f7e65cef1a
MD5 eae90051bbbda0f48f1be8e0aa198685
BLAKE2b-256 58aba60c4104fec82f6633782d131dd80ae700ea504353bc5f4bf121659b3582

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30bfe671418926a5fa851fb2f06e6107aaa6cfcf90e0776525daab9474ed573f
MD5 c352daf2f88f0f6d371a3afb20cc62e3
BLAKE2b-256 f758ac165494017e3996ebb20ecc1d13384a93512502ab35c092db0ef4e81e8a

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6c9315e346da3c2dbe7acc9d0f3469564fc4af8cff8475939edac297257f3972
MD5 402723f172444f2d37d10357731dbe53
BLAKE2b-256 ae662fbbce48ce15eb8b4faa10c14e250253c6f48644d49804e53d9116081ecd

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64342dee4c7ad9d44fb9f839531e1abbf681024d3db2af0536e470a0775405d1
MD5 3dce0d4c929a5516b990ace977248c1a
BLAKE2b-256 cf561dfd107f701bf8e272211434e5c8dd9da05f76c561eba329c2239bc1ccc6

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 be6d962725e0f909489a1b6e03c242f6f00d6b57ccf980ae5276116b1e434aef
MD5 932b85b8c43965a801513abffaae5385
BLAKE2b-256 46937b301c1e4c5827fcb057537949a222944a00c960d299b37bfd1f958926ff

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 61aedff55090c2e461a69923b8fce78ebe42bb7a040c258321669430fdd1b08e
MD5 c88c5f20a85bfb5eb84696914cdc7ad4
BLAKE2b-256 71a7fa05caa71a9e6ea3658f6e6dc374e6367444c7a1ed53e497eb8dbbe85235

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75934f14700df1630976a8f596bf08d94b93081d1d4a82c036c49a7881673cde
MD5 c1d8d37cf01a1c681a762621d4b89bce
BLAKE2b-256 fdda33e2dac44852573f493ac8c99156ce17b248230bfd9f35c1cb8bced3d954

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cdfb75e18ac92f9c3fa9669d1b17c8230b927b3d5b1a301bd351aad34d9757e0
MD5 48f19293217e943ffdc334949e2cc336
BLAKE2b-256 b99225b922f8ae7dbb30d2c635f7cf956bd1bc6a119690a328f69f2707b02c4c

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1233fcb9a5c3681c34e50f1320b10396d4b112bca8cc5368868d316dd95af733
MD5 47506da883a552686dff3eed75561552
BLAKE2b-256 d97a1cfacb78648b3f4fcf0741c96f105431ab6c3ef6cf3e2765b0e475ea1668

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f29a0ff3846015c65e9dc2997288a7eb2d72e403b4484148b7785612667d8db5
MD5 1a466abb48ed8c3d67340cf9b728396c
BLAKE2b-256 6aedc7de709dd5985f30dcb18703e5b1f747350881c672573eeb7aa5ab9b5766

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 733ffbaaae0dfa3767916c1ea5eec6947a008b7f9746c7f47b1acd686af5ed9a
MD5 c7f94cb77a359ab40ca5b7a38dc177fd
BLAKE2b-256 6eae9fa349b1dec94e2cc1d924cd5925b18cbf8c0f36fbe974f53c7679dd29d9

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 235319a6d96071c647be8f580bcdff81e8a50013c379b96c0006055fd0a49ef9
MD5 21afdec32cb6ee60d02a36c601747392
BLAKE2b-256 2d21f5711c8cc31a7f2ef9edb44a3ec30d728e41e62b01593328192d3d29d377

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86b8db6ad00b91f75613be499aeeb12d24493165c5a13ddfbacc56fb3deccbba
MD5 7170228fc85f5c459cd14d2461776caf
BLAKE2b-256 6e9c4729e73c15d9316ea191ce5af6096621aaad76403b128d8da48841d5c6a6

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1275fa216d4e76696d21d4224bd2a9d5fd42c0474d57508fff8677ab06e6e4d2
MD5 a260e2463f941e3fff62fcfeec7d4e23
BLAKE2b-256 2ef0898025df7874d49f57632427d6c4e2c00f9eaca8f25127a4263bbc0b63f2

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd5943739975ef48244515171d4d4ca5c1070845b4bde6bbec2015f8e64865c9
MD5 c49f3c685c402444ad5d4ef4a946ecde
BLAKE2b-256 153879b3d3092af0f9e177f9da54c848fe386a33f80b58ca85240a1c80704a60

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d3e37e8188fad397ca3e7e5c6634042681930124cc9729e31fbdb1d8e2e231d5
MD5 d49bccd9dfcc409acdaa55f080fb9d71
BLAKE2b-256 8e08fbdd2b4fe81e1562583e8741636e4e8bbac34b3d8f257c4a040e5c5925c4

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa96fd7bb4b1ead00cf8cb8cabb86484c1f402718291ce87f53a82f45c5a147a
MD5 99dd716242e26dbdc522d08db300bc2b
BLAKE2b-256 c7603c7fcdaafa6c4f861adc66e71aa04bf3905014f7f3636c9dc42783a79bd6

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6de330a1423d38ae072845b5e50d7e862045a0441ebaf1977dc5d7c20d40628b
MD5 1336f8f910b1debd9f5bff5cc2bb4525
BLAKE2b-256 7303e923a56811268d9010d9399872b76838c4a9772678801350cf52505a8251

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bfab2cd48680dd477076cb38e5d1947ea7e62a52247605b13f1f995d0193cfdd
MD5 fe8887776d8ad5db147bb98bb97f343d
BLAKE2b-256 4d8a69b3cb2f24cf55a3679e51739e2ec16266f0de571f9093aa3c022385c894

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bc11bd0ee2bff81251814045b4bafbdccae04bc9d1e369aaaee8ca01a63fc80
MD5 f127d5ebf0cb77e65d2146f63271c3b0
BLAKE2b-256 1bd8b3c9681949b9e73f7a826b95c461d4f59b8f315bb3ecdf8847666cff5c6e

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 784c82cf11b0709ac0cf7526ac01f4d9ea251d8df6a15b1ca14487c380774003
MD5 6a8f3af698e6eb03b90aa83aeeb4917c
BLAKE2b-256 fe8b147a0b740c29a037735d8c102588a92238ae12634f5948d43dee9a44b644

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 15a19450809eed7921b2d9a7bab53b9df47b5804c53cbfe2289e0dd3d90b41bc
MD5 27603cc890094ab4ab827b6058fe5ccb
BLAKE2b-256 bf8496f9f4f2369b9353ab9f1f03f1784fe1027a30fc7027b8a3cecdbc04940d

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01f75c76c5b24a3f9a671a45ba46582cff4d77eec803374551ab8889d2c40952
MD5 8615ca50c1494f19d6f35780f494feee
BLAKE2b-256 183cc3f69ed55444ac1a6b884ab99e174ce52f03f541c9d67bedfa87f405b9a2

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 669b76c80b04219b33456d9115d6bbd67f31dc876c177215e8443561b1ff3169
MD5 3bfb3fd69a08f1f4e72db6d2fd4d5af4
BLAKE2b-256 e67d4894b8a2923360832447980a92acc4f739a4edc8eb8e7cb1eb32e7071c6f

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 34b75cdac1c16fac6fa98f1f1ffc5915098342535652e29dcc3b6f369687c3da
MD5 f26e798fa20f1e0a93639b316b1d71e3
BLAKE2b-256 e56a2e40c22615ef73fbc8646df34e0ed7530625eb69918332251de0d71819fc

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a7122ecb9c76ba83f17ecac4d24121ba744b17f482cc601cc6cabb8bce996714
MD5 a0597a69b3b176347fcf0e7c5783b31a
BLAKE2b-256 85de237bec4d7f1dc9f00088d7b5e4ea83b13e0a7b4101ea2e1016d7f8b22e03

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 46bfcad7843b626c9045f744356110925c87ae434b782f9302ab4166309b43e1
MD5 6fe764929da775d8e8d01b4039c038b2
BLAKE2b-256 3853f46cd6e881815ab304e52c60057c6ffbd264c4c0ceaf931837f12a89c31f

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f82eb021d1208a9bf8863a9c4db3f9a06d7ff11af053be7e28f2ed4373f84f28
MD5 bad2a977241f2be5d64dc81811a5122b
BLAKE2b-256 e73ea46638ecf56419595a9a551c3a62c56b704be0e385746baf999745972f16

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9718c4cb838346deec47b2d1eacd049557711085ce215f86efd70a9f2930cfc2
MD5 58cba2b1bd2f649924f8aa3ef95178fd
BLAKE2b-256 4e53535343c6bf630906c999a422bafb783a855d85665b1e01e2b5d2277c2fb1

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