Skip to main content

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

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.1.1.tar.gz (33.5 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.1.1-cp313-cp313-macosx_11_0_arm64.whl (297.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn_algos-0.1.1-cp312-cp312-win_amd64.whl (195.9 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.1.1-cp312-cp312-win32.whl (185.8 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (504.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (531.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl (603.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (506.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (372.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (390.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (340.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (353.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.1-cp311-cp311-win_amd64.whl (195.5 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.1.1-cp311-cp311-win32.whl (187.8 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (506.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (534.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl (603.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (508.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (335.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (373.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (340.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (331.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (356.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.1-cp310-cp310-win_amd64.whl (195.5 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.1.1-cp310-cp310-win32.whl (187.8 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (506.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (534.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl (602.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl (508.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (335.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (390.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (340.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (331.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (355.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.1-cp39-cp39-win_amd64.whl (195.7 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.1.1-cp39-cp39-win32.whl (188.7 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (507.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.1-cp39-cp39-musllinux_1_2_i686.whl (534.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl (603.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl (509.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (341.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (332.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (356.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.1-cp38-cp38-win_amd64.whl (195.6 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.1.1-cp38-cp38-win32.whl (188.6 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl (507.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.1-cp38-cp38-musllinux_1_2_i686.whl (534.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl (603.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl (509.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (341.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (332.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (356.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn_algos-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d66ce504d03fc2f2b8000248153c1bd13093ee4e0837c9379f4cae8313c56974
MD5 60d8c7f7f766edf12770ae58d5de8ff5
BLAKE2b-256 094ea7ca45fb5d7d8d28390a0598eefc077c0a158aaf80c90297ca898af73956

See more details on using hashes here.

File details

Details for the file rlgym_learn_algos-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ca4285d94edc6fe344ac6d6e5cc014c1bc8ca1471d69fcefb031eac76166e8f
MD5 315b52e2511b218297cba515fd17a695
BLAKE2b-256 a826adb04a35bba519651dc00866b030090d9604d4f0cb19cc113b0bfbaaa63b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e548e350c4e7166c1ae186ab860d8d882f0e8566ddf513fb2efbd87d61d4e959
MD5 f7d2513141a96c6880fc84ee80dfa906
BLAKE2b-256 5c51b6d7cbd39255f2c249d1543d6dd2ee58c416bb37836faab70467185eb696

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 eb0f8f11d5a185c18bb865a501d7cdb19862a19bcff3962252089ffbd612c7e8
MD5 0c161e013b2daf5011498f84ea81a81d
BLAKE2b-256 e3eb7ce9d59bf8a97a5fbdc50b480e308cde7a176a5b15a113be56d2ecaf0b7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4223a0da84d16fb340e37822c2a6cc1d6db6d05dc1e8cf04ee7d0dfbe646cc17
MD5 685930f7be4602ee4e066a3dcace143a
BLAKE2b-256 4189664d053c3a6001390749b6ba52026fb53014867277e87a0ee8f2bd72e45c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9782b01907a0ebd145328ad52fb502762a441d00aa19ea2297f5506152d98ca0
MD5 7933b6472727ad0152144cf21b870c48
BLAKE2b-256 ee4437dec089e34a8e4932a2740fdd1b9ac74eb5e4ceb49455756c11c643f17e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9349b08dcf4ec845e36ba8805acc92b79cf7bb299f582aa0758c2129505a8368
MD5 0fbc0ad29b19c3d884008ce2d9b189b0
BLAKE2b-256 e982dfa7612843486560b4d8da2d3904aea3d5436c354584eb8cf0bb78f68db0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a9459003275c5742f6e61fd8905269029fbe64a1aa8dca0361b855cef5ffcf97
MD5 503a3cb9a59e7100cbcb854f8234f113
BLAKE2b-256 ddb89bff760465d92f483694e900a38bf1b6dafdf42fc6f039ed669474bae259

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 926333e2a196313f684ccc8c3aacd44563bccf168df02c0211d673de1eefc5b1
MD5 4178e805918b2ede207a9a5eeb0b5f6c
BLAKE2b-256 5006803722086208a62cc1e560380ada041dc5abab2335aed111204e80b52cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 360d1ac455a4e39485d91e5016d05702d83cca2642f548a28dbbded15298eb13
MD5 4fbfd9c4006c503fcb303acf15a2c997
BLAKE2b-256 c5ea27180eca7d565b65895b2debc31473090733416d374c8975ef996dfc48e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c50e9027513b33ba6bad7b0f0f06de52606dc74be1627aff0ce2dbbcb76f78e4
MD5 82538880ee41f158a40f98d761afb717
BLAKE2b-256 84195f71851fb3d5dc7b72d37f2cccb400c394538c962809dd9b607c78fd1ec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9417fea741189e75f63ff5ffea75b91db3b00f524c8882df32d049b9c84f77b4
MD5 6391edf425ef164b8386d48cd223b81f
BLAKE2b-256 99b5d887eb3f9a7d06e81a022fe107d4bf1a474669332bd3ee6881c3af455952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 492c3698118ffbc48d9f9d0574860a79c8a3cbdbb305e8824183c51b08f17684
MD5 980e3aa7c9aa123b27b6259f4bff003c
BLAKE2b-256 35d75fb30ae8aaa39c84aca1374821ec5bcceab13e052525a86e81572b657753

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d682be3fa44234d815bd453854091e445a2189034ad1e62170e749279b49fcf5
MD5 732d708cb3823e09b57c473beae81d44
BLAKE2b-256 b30318f102d1493d1af81c3361d9b790fb30e5094cb64f462257fc283994c067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a1fc8edda1f6e505d2a21946d00c945d7b6ff4dfd409ef85de1ce073df58d597
MD5 58f29b817362f596addbaf6b319b717f
BLAKE2b-256 54bbba7c44593579b9b806d2474cd0915ade5bba9b4e1be9c644e506d413e76a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1af975cdeb51167855468856962ab0a2d9776290150102d05e9cad2df6981250
MD5 c316e2e8ff3b2f5949a7ffddbc922a68
BLAKE2b-256 8a0ec58bc4affab9fa5a6e900456be3852a161001b9936a4952cab88a7b51166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 406937667ea7d78906cb2fac028dc7d7e3dbddc39f4c765c3f4372993ba650fd
MD5 2d35d754d7330d9a8ebe6040df3b77c4
BLAKE2b-256 763466472a694b5a67f1eb1d1d76fdbd793df1f722874605b268d0079191cfc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 00b33550ee1f30a269ac06300277f62b73e46b7681c63d69f49413f3e85c1293
MD5 9f6af7d93ee30a08125a6a7f936e8745
BLAKE2b-256 816bd312f97760e6259eebd118668fd73a6a56e075b738524e6f86dd00bd5626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7953b3acb59a969263791b7deb719824cd67db73c143b445929112b18c38c0be
MD5 3a56ed601f0015fec3ff8dd2297a23b0
BLAKE2b-256 31fc8728926cb88bf8d4e10210bde540a777185d34bb91ed128a91e48905105d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3dcb2e2567c25351c748fe6dc7f41665e4f429a8f234399d21dc43f040d899d
MD5 f71792abbbcbc7f4e3f45f04f8f3293b
BLAKE2b-256 86247e92e1b5d6545c181c6bdef43cc2bedbccc82c0bc072bef444994baeae42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7aee71fb83a2b6e2418e4ac12d83fa5802212789abc46e7139f02a0156c55a2
MD5 28b71c316ed04e0ce9fa3480862aa9a6
BLAKE2b-256 5b8f0538ebad4b55c3b83a0e64271bcd8b72923d85e2562cab7a240bca9194a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8f7620d867bfa0070a52d3d8b18778b48c52d858c4dfd3b7e9d8828f4f22d67c
MD5 5286ebeef6dd344105ba7b7add141948
BLAKE2b-256 6092f6a3d10e44fcb9f1154b7b8a179fe76f61db3459773f2aa553bd61aac639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fe65feb21447f24a6133183788c65e5dd497a950a22f1d16c65c9b213d4d1ef8
MD5 3b9e6592344f459dab8c36f0614525f3
BLAKE2b-256 55775c0c434208999341ccdb436eb5019c612831f6fffbc6638d25ba61a3d6c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b92d593143a6cc23c505c7d2b6a321648f8257a0d8e8fb2aa73ea3e043a8f053
MD5 872c771cd0eae73a5abcd241eddbeb6d
BLAKE2b-256 14d86b23696b69c3a91967fad9719bb3ede561e70d2e1c36d80606df7d6dcb14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4cc15546211d9edc9e224a3e218d32bc20237b62dec2c553633461708772471b
MD5 36dea916795e8fbffbb579a91f72d336
BLAKE2b-256 8b3c4ed720b107892a917efea9752add0a593565a92ad772c029d011fadd4576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 97ce65320cb11b420615e27ce2bfca951836f8d14e6003bf74c3b9a43cc4fc51
MD5 d653261e521a34c17ece04376f7b25f2
BLAKE2b-256 ed325b33745b82d34f5cc1d3f4c34b09226a8a54257cf2ab5551988da9b1dcd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 97722fa1b24f747e2d238eae1275ab246d677e7c4d0255c1fec23504e54fd80c
MD5 6bfac5389ef52dce0c06ca03a45427ea
BLAKE2b-256 1a325bca64432809fe9e63ab00cf0be40572c9c2cf9ec3f02ecc2c30b0629b6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3d47a23a7526c33d51d5f869ea134c0e05d40c0788f3f70182b53e05fd1abb64
MD5 647b6446341ab100af42c3556e45a6f7
BLAKE2b-256 6eb3efcc6ab79446fd517bb982e3fa6dce0ae7177b6f3d44b4eca0b165dea23b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed87d1050ef85ad805676c5b4e89f260fbc7a9e5aaea607fc64f21bb74d0e2ab
MD5 f3dc6c46f87ab2143ef148e71cb4a112
BLAKE2b-256 033b8a835b6f0c63137c469b3e357c3b0f795157db9e4995f4bf77eee5d328ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 32c683c1bf445c3982ab292965aa935bc096ab34ae091c5fb336efe5724e69c8
MD5 7762ab412ef00db5abf0038431de12c5
BLAKE2b-256 84f24489e9baa188a47539ac63cb1783bd5b6775e203ccebc521d4bd0f79f051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3d515c32d1fff82a0398e3f38f903fb4a45d3705be51f375537de2bda55cb147
MD5 51693a3adb6be8a8c61278d2f45cafb9
BLAKE2b-256 ab634a1f13ce8d412a13c205c3614c3e5b2fd643e9c16b194f41497e50f708f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 39c76bd0f70c8899d191eb5587f84d0aa60f4aebd296d488a2250c54c8bfa935
MD5 44e553fb10c383273ded5d9f5e15656d
BLAKE2b-256 70a48ad5e3843fca40f32b06efddc2b996f9f76d7abad3ebfe7d2b01b1ad5a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f795ef04190b328756ab39a916724b7cc38dd8d7e179782bc098ef1372dc3f06
MD5 ceda2b6e16d3f7806e268d3a64614d6e
BLAKE2b-256 7071077ef6316042d69d2d90808219fd89779e101ea8ec85af342117792e0418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8c27cf5ff231b09b23a1ecfc1b3504740fbe43767712ed020239bd876a162989
MD5 c0e4b8bb474f7a9542ecdac38155a2f6
BLAKE2b-256 7130b257b0e07b6113f18991adbd40636658941e2a0c740eac61a4c6e4b2e08b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36b2794d072f6e2221acc2cc454dcfcc66e7f3f0de99e2fa7cec8e1045e7c1ba
MD5 910871aa0d7f83b5158d2fe80b968732
BLAKE2b-256 99710ebf21897e234dd4738fd82f7b46f88903b002e9e4e5120d2ebbe3c88f94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a46cda0438239b76c5329a7717ae29cfb5214369278e30ee65a3ed5121151f18
MD5 0da41ce20787f41108c7f613de0855d0
BLAKE2b-256 8d36eccff9900e30e684fbe39beef917ef16568c1fc697c6895c288db5c729bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 42277347f4c69252b66db5f176d0a46be4305a1e75335667fabbb645118bc4c3
MD5 19b3b44d298ab62d30562454ed800684
BLAKE2b-256 9d17a9cefc668992daaf8d21e0548b2f7e05257330dfefba02062f565a5eba5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1c1ccdced12f4bd424681a27e33f20575c566ba72e2e80a4d21cf03965ef98e6
MD5 d7d7ac6a533de1759d7a46ff0d5aa9cb
BLAKE2b-256 1c2e59981c18de9fad4b94b81b46d436ff24144bcf3c2c33dd6b165f9cff5c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 453764b7fcdbd1f554e655122177070aea08b12afd219a40550329d187e5c6d9
MD5 14bdfd5ccc34aec4d03887e7913aaebf
BLAKE2b-256 b138278087cb78a18e755632dd5848e13581e3e0fd13cc13caee81fca2d7da4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b30f1bd49222addd295f05c52d6562e0747db91c33b071ae7c7026ca8645c49f
MD5 edd4e666308ad2849d2e761b9af3cea0
BLAKE2b-256 35b5b831d060d00fd2582090e92ed4a4ebf7890704fef0f1a9facd55905dd72a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d79584f7c295f54532ec8921f2c0d031466a44f288431a52497a6ed687d15fe
MD5 538379991876aff76d1d28ed3855486c
BLAKE2b-256 a39c5611bf3df4cda5b75ab8d8fff86e249e3a32980fc4cefd411b267f890b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da46f141ac4192d0ef111dc9ae5611b4aee4f2758d677678e8cccb70a0fa9e90
MD5 abd4557e42833932451e91722db057c0
BLAKE2b-256 a4420dfaf86b5aba4455e3a99053867c5ab05e965be08909c32dfe6bc7b155a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1c49d386f06c57173c95f6003d016a2f995f78e7ef88e7ee317a748123de3cdf
MD5 20080699922dd1704b28ebef90ef192b
BLAKE2b-256 81f6c0cbb446d3b476c901e94bafa056ceff4045dc86c89585cae073d8d17a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c11da5457b2cc981c477a90d2ce391d3169aa12d055658aeb4bd78089a4734a5
MD5 59331c6cf86557cda9c155c66c946a53
BLAKE2b-256 a93e2ac7ea723cd190167378e6b9d1b6e57f643cd68b4e00650463c5f36a9df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 301d21e381ca5128cdc369655fafb82d6e813c09b8f8c4c9f984dd63149a41ab
MD5 a2cd0a3d8d1409a22595c410b349ee69
BLAKE2b-256 a05bc1025c1ffdee1fb5696fab4d625a76a6d4e81990411bf21de30c990bbad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9f056102136bb20edc9ec69eef1d0b7c5cc1aaa70a73fea3bed108a366c702be
MD5 41959bb243635b0e1d2c6ed4ffca5cf3
BLAKE2b-256 833bb2cedb85d08355d87e87dfdb2c3851e55228906105e4cfa76d79d2fd96ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 053016b97462854fa02af5f974e22447aeff323cb6c5348cdcb9a85154975a28
MD5 7dd6d81474b95823301892be0f481221
BLAKE2b-256 7884d5c3a2da94ceccf4f8ebf8c0eff62affad5fbbe74dfd8ef65d2853b4c288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 09436bcdb9c28dee5a1fe2e4367a88ae95087ffca17c7650e8ac44a3096739c6
MD5 6077845a31ffaa3ec97107113ec2bd52
BLAKE2b-256 888f07af6e54109345d00b24873d5a03b3346a40e97ee8b3e06278b8ca693d42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10d8f496b36a84909d0356e3288d26e8c0f042cefd555d354ba1a8bc341a7c8e
MD5 eec7e7beb9671a42e9ac8ee189bf1a91
BLAKE2b-256 1c62c25e4de4e8bf31c95c93de7233b09cdf10ff7e0c466d7f328b00b5d2419f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b9b2024b3031991f80e74ac086f57659242761abc1442106a581cf1fdbba89bd
MD5 cf9144dc01d795c00afef40b2fc4db67
BLAKE2b-256 c4563a67a0376aed033eb1481de7a15f7e1219cea5d053a081e54c9fb25d95e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ae669811cbd48e7ca197f16c623714b33ece46828ffe43493475ccb603dc823a
MD5 0bf330d71a86b4b8c0c6fb343ddb9644
BLAKE2b-256 c9e3558f1eed1707bd9049733475b5b38494e89599b3bf793ad3082cd3b1fac3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c10840f3f85fd52fbeb5ad56a35a1034c0281e675e69767d29a890343c3692ec
MD5 d865f898959e717c4ac7d9bec37b4817
BLAKE2b-256 e3fc8869f646b2d28b068cd65081a94925c96ee1384d8ac75f324b5ab5caf699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1b642d3922b906e2e73ab19fc1cc037775e270b0faadac458114c78c3cb3d0c
MD5 86d024e909e1d0913d4df73026db0094
BLAKE2b-256 753e1d4414515730a27e024e3cfa61c8dd58006d01c2d34d97718c6985ded5ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ab047a5b2e9e765e9a8b68d0fc33dfc2018bc2de779f2bc27299fa07cf64b71
MD5 3cad430587e397ca3f6b5d4f3e1674b1
BLAKE2b-256 e7c3232df58f3d8b341dda3c979ceffccd4c8a76561557004d2ed00943232c02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aa44fcfee0c5e9ebb390f5e663497f53b9e61054823b7ce4bb3c9a191d1b4168
MD5 c39c15b01e89fec6996ac641c277c2e0
BLAKE2b-256 d71423f521957ca919b1dd229c1e1bacab63d2d9e38d9f96dc4911e4f3d9abb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8070f79841947a638b60387a85c13cb52cd0fbe1452dbe92a74e378e9fde4e63
MD5 1f73317fa591e8299e8972cc921a969d
BLAKE2b-256 8f38c62b632516998a400f18cbef3c11ca32b2c7ca9ce013c7e90752ea39c6e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75105301e6904330c5fcc4f76b95cceaa48779be32f216b96b10b4ee869872d0
MD5 c6e03c93c5f82aba1a9c9d5c8b32ff1b
BLAKE2b-256 6d4796b29bc70dd049bd6ff31d750c3798f88e3b4c0564c8a96767a4b91d9b5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f6a6b26b00f6ff210fcbb98abfc4aa2c23cc56f681c723ad08a1e76161cd8ef5
MD5 271d57d2ce904326e486a3cd08a628df
BLAKE2b-256 1ee033599f8fb09f154260e6effff1a121165f36d3fbdd56d99d4580f3cfa3c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a00642ad6a42bd00a71d0a0f90e7a31b6d491d4b566b9be2007a0b7ec7c46638
MD5 665880efdb36d3491b3cdfc11838162d
BLAKE2b-256 8475644e0a1a7fa9add7f295b97a743381516368aaa6f6f76ac07007aeb65dd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d0a1edad8e43ba03d46b4abfd5f16f9c2be90166c58f3e879441dec5d2a8db90
MD5 34f3b91c11b5d61c9e4021267db63853
BLAKE2b-256 dffbbbce9b6488a3dfcaa0e80b06b4f2832e40ba96f098aaeaa53bafed7f3ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e25452b11d8a8c78e66bf726937ab6f6002e3fc4e674ef0dfca099e90e14d9a5
MD5 f24faa664530ed3a7f5550f2f94ec93d
BLAKE2b-256 f657ebee627fbc31f6a6361ca024ede9657900239e191d100e452fcc04ca9e56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 af42b0b32a84808cb67e07aae04491bfd019af865306157b464f541199334659
MD5 4c862b861c706305a7b8e1b17ef8bac8
BLAKE2b-256 4d4bda578bf9e6fe22fbc04bbe8f0e7a34674a0e60bf9f2cd00dfbfd5b73e221

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