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.0.tar.gz (38.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_algos-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (307.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn_algos-0.2.0-cp312-cp312-win_amd64.whl (204.8 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.2.0-cp312-cp312-win32.whl (198.6 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (516.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (546.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl (615.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (522.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (345.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (484.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (352.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (344.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (367.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.0-cp311-cp311-win_amd64.whl (205.0 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.2.0-cp311-cp311-win32.whl (197.8 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (517.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (547.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl (615.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (521.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (485.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (369.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.0-cp310-cp310-win_amd64.whl (205.1 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.2.0-cp310-cp310-win32.whl (198.2 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (517.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.0-cp310-cp310-musllinux_1_2_i686.whl (547.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl (615.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (521.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (485.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (369.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.0-cp39-cp39-win_amd64.whl (206.2 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.2.0-cp39-cp39-win32.whl (198.6 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (518.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.0-cp39-cp39-musllinux_1_2_i686.whl (548.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl (616.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (522.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (487.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (344.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (370.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.0-cp38-cp38-win_amd64.whl (205.3 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.2.0-cp38-cp38-win32.whl (198.4 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (517.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.0-cp38-cp38-musllinux_1_2_i686.whl (547.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl (615.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl (523.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (487.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (352.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (367.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn_algos-0.2.0.tar.gz
Algorithm Hash digest
SHA256 eb6a014d486a83602690edc493d8c91384083781055cd8fe11fe2fa5bed0de1d
MD5 88ca95c3354c341034093ccad5e0c7c3
BLAKE2b-256 a1e64dd1313d4c164d83585e093bbc9f9d9aa9bebc85cba42680347767072936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41f48780f4275822b60792029f12e7d8c54277b3a087d73110ae5d0aaba57795
MD5 163da10c52567139f3a8fd72b2399a28
BLAKE2b-256 b20a37de46505120ad628d2a064f9ec4ef8865be123b688b57fba98a9ed30484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2f94c90729b88592c3d5b72e34380ad4dcbb7f2cec1ea1640c6ffbca498686c1
MD5 c6af2c7b3b8a8f9eba6b8ba945d4cf2e
BLAKE2b-256 43547cd054fcea9ff52d1d2203cb731e0aa13b35b371f61d60668274280c9d22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 18fc3a165350b6fdbccfd9bb96a7bf0f67962ff8a6d8a8647fdef0e5f5770b82
MD5 713d62e51bc2094ef7f8b5c4376318e0
BLAKE2b-256 ee5c64f29b6b98acb95f6bb0dc9f8883971bf08747f2a41e670528f726ca2cfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b230a2c067a6c81cba8d142bbd868fcb468d4af4761f4a157c8a40e4015519ce
MD5 600e3f599d9955873f793844f1b29ccd
BLAKE2b-256 5452b670ff6c3720df9ae2769ce961539476414524a4ed0d853f8ca7bb7061fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ef6611d1132a933f60fdc1d6557b5d1cda5f09be69545ca55702e643f484679
MD5 9c1a49fdbd1b45f93a2e8f3fa0009150
BLAKE2b-256 851cfbcc1ec622eae6569c3d3b18499bf0449b8b8552fa453f168427a838af38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 538e66be4bfee1dc07e2924216b318cc959dd4903da29f175db5246e3318583a
MD5 d4d2b3fbf93caa4f5c81817b8679e66b
BLAKE2b-256 959a7cb3b94d831ed78b6201125e301cde05a14038bf8b0950dab8d6d6c7ae45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6e64ac8d461477cfce4069076fdd94a8c332405c7dd0f791ad8bfb5d8c51982
MD5 1d28e2cfa4939b8849acbd519a89d3ad
BLAKE2b-256 2093887a7b2ced00de1aab3dd17bb978634e0456bc09e0403e6bd767ce0cfa43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a55229eaeaa23da346982056cfaf82372af1ea174ce5101a8f0e80734a0cbc5
MD5 f2e7b666eeecaf8a63f74295a0276977
BLAKE2b-256 2d08202ce00cd1b0f47e80f5518e1f8c6a1171dee877b4cbce24aff79f87913c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b5ce5a155bfb4ecb747f5ff7981bc0c398b1fc344a04f5bcf7b10b2c37977b36
MD5 322a07e1344fb405dabf2d4c07844206
BLAKE2b-256 e1449db7627431a24eae8b4d95c7db3108362f5845afe1443e9f57bd99230b16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3cbd6379bd46fbc50151099968b9f825bbdb38cf08fa3c64b1a236cca7f826d9
MD5 d895bff9628511922713a89d6b30ae25
BLAKE2b-256 989cd3a7c364d1625cc38f0d70809af5a2f3afbe4a1405471f58d819e0337e29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 22180836ada596abb87e2e5689ac4f16ac171791f59010b7c352ad614f30e39e
MD5 c547d3cf6bcb9aa89990c9dc6c229672
BLAKE2b-256 99504d7653255d5757bba679bb6076ed984b5ef7377c1ddc92f0ac87dc2ff670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61d4d930561b169a70ea96ad147fb07331f79946405284ec33c6390b7356d732
MD5 c70d98601f8f4bfb5906fda78b6faf03
BLAKE2b-256 8d618443f31da0c6f971a6a93b6a6e9fe121af2bf6edfa93ea0399a16707c5bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cbcb805ff2528b92e7762ec4cb02fcc228683e1092344628aa4726ddfb981749
MD5 514662ecd442d2da75e71c52064380da
BLAKE2b-256 6ce508239ab032aa4a1a731274a0d0bdd956f55d7e08ea3db5f8bd388fee4819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 09c848dbb01eb8841784c18ce7204c2724f642b9edbb3cf3a2940febdd799e94
MD5 1a1a62dbd21dd67e709a21c5d99bf76e
BLAKE2b-256 04f1b63908b7fed58991570fb32cf83794628117fbe43624549beb619ef9e91c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3db7179077d6033dfacf89c526779476f4fe7fd7817e47119aa1300cdef59a29
MD5 066c6f395dfe5fa5c3fcc7649da5afb9
BLAKE2b-256 e62706647eb252364fe2490778e03605698daa539aa2bd1fe25bdc5fc72bf1dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2434c0c3b312f450ae4a4629433f4aabf2ff99117ed17d378c4cc6eaa9681bf9
MD5 b973550bcfe2292244b3ddba44339451
BLAKE2b-256 9f238d316669d4eb3ce776608c8c66ad1f57be213a4f7622054440f56cfade3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f4c9a6a485cbf18a5522353e1278bc07efa57a4cc238b16340a80ef3252ab37
MD5 b4ca14849e68260e6aec6ccbc5fb5530
BLAKE2b-256 76a78c8ea7d3b618a94641b6c0017476cd3a2a57a3568e7dae47ffccc44398e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c2c4977b8bed1c09d73d72ebdca1bd546aa8529af504a84bcad917a00871f5c8
MD5 3cc6821bd6df89bda797424c9aaf0742
BLAKE2b-256 aa041c049a1db8de79b011502826111fe90cbb197e5522211d63802def8909a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70e3552625a5e13e0aeb0309b2c1fd80a808c8860628da829d7af9ea39529831
MD5 5df29de61e99fd87e1ffd34f43e026f4
BLAKE2b-256 62ec9252c643bcbee4b1e620ab1018f5af2dd8a456040bc5eb7a919c45b01977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c15eb9407e4881aef18c5cf8f9ab7cdbb7bf7db3f62b49cfddcd5f267455861
MD5 06c99dae13d8797fc510c71954cc7eaf
BLAKE2b-256 54e68e2e69592c4e5843cf03e30732706917ff443dab4f639795e9ae67a4a149

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e1ebe6da4d02a7bf674a6f0e136e31a4700a9384490c179039b90e4bbe6935d5
MD5 d233262933912ed1c07351276f94102c
BLAKE2b-256 585a2e6ea5765ca28a077c30c1547e4c5d7a05592612f0f5ad6efd4eeb4129c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6fe7d363cc0f42ecae67b2875f21a0579ce4eb40ff98770d2a531e0c34539c0b
MD5 b7725cdbb1de9b04a32018fc437b6348
BLAKE2b-256 e3579345a2abaaf78d62e5e0c9148169d9e0d51e9506bd0ec6c636d7878d8b5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f478ebb6b8762dd54d1d86ea95bc9b2a7a34457d038a20277fe11a7399233674
MD5 264ad556ad3caa3dcd52a6f9865133ac
BLAKE2b-256 f0f32c8f90f4f31b7839b791ec5d6111ab887bdc3258f95aebed36b02b0f6a45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d93cfbb41e028397a97944d5bc293565556bf7a81758baae52e54bbad1d76bb
MD5 c27190214010e21cae9e778136562d2a
BLAKE2b-256 24c8a7414cffe328b893639ce6870c6e22c09725a8b28fd3c4811d40ceaa0cb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1d6ac091cb07f0ba7057966a1a22e49335b5bbad70d1f57a2be37a733acbafba
MD5 648137dee2c76b86ea5167c81bf35c72
BLAKE2b-256 d2f65d733885c4a1ecb7f2f4d0581936fb9c686f0a212d18b14ac55215057bde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bdb61a9672bd8556442563895729fd829b4f61cd4245d14f4bcdd39e498fbc97
MD5 9884c775d2de98bba1b034167bff6b92
BLAKE2b-256 a5a0653fec1b3e64bcf1860afbad1ce0fcab9678f95f6c4dcb32ffb4e212ef97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 835a398bd7165b8c09362a0ffe4b4aeb922f0d6239ec2eacf1c929d3cd8db493
MD5 acaf78ec15f0a723f5a4c14d62cf799f
BLAKE2b-256 f2b4690936d3215e603cc4a8536ab60419c3b951e2d782bd57c3048f10c457f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0d89de94987a51f6613724075626f96bd9d8130e669eca5e0fbe7ac8bad423f
MD5 15a2a6525bd940d44eb14ec82ad4c3fe
BLAKE2b-256 5b4ecf908a0eda49d5904055445fab3dc821ba1a40d091b576873df38deaf24a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6fbeec79405ab72830230d25d98289fd93f2556f977ada924cb333b6fc99cd8c
MD5 2bfd0a7c1d70fa591b90d59a424cd68b
BLAKE2b-256 4193b518c113d25b2ec9ddc619f7b679c8f3c37a3ad502c2fce33979d917d428

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a37c26230d61141c03444f594fb443e09baa0d78f730698b6799f8e68c7afaee
MD5 63d8d76fd44e73f96f9199337b9dcd94
BLAKE2b-256 d820ea2461218f2a70c4eedc2cc8cb08549582002ad925a95b4884681fdd1496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 384be6775b8c616803e0bf2e2d4fba87bba0f3ca54b611d810cdf076b467f37f
MD5 e58bbcfe62caf07238beca838cfc5404
BLAKE2b-256 1399f74d6686bbb9bc8dc457e7043ed9c5be856a779a9a3071026a13d1de114a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7626dd287d917e6e515fac594326a0d7cf082fe5bddcc7865f36947ffa134795
MD5 852ff1613f5e3591aaa79e2897ad61ef
BLAKE2b-256 c64b323049664daf3038bd62b9229235ede1668cc31bca4548fdd7abae92dfe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5d4f4e8e9c53c5a7f1e16619c41c077ac0d10f53275831a80366d8b0a9302428
MD5 34aaf5b01497c4f6d193a5cce62a2a0b
BLAKE2b-256 b097c1b80a9b337e19054f833f9d33000f92728188a0fc2007fb2f28d2b63cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56543f12be9dd39b9e722492f21134dabe91205b4484ea5dd29648a8c539429a
MD5 173687c1c8613169eeeef8f92ec685e8
BLAKE2b-256 00eb59fc862bb6e248e8ab7194368e867b882e502bc547236035b4d1bef31834

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0cd4e580efa9ceece3660565cabf7a2922cf3d5134141e80c000f63151c7bd33
MD5 1e951adfda15515f9a3527da9d8bbecc
BLAKE2b-256 64b166e0c56fd65118e181b9c80e5d7abf98cd5f19f6d1f8f37b89b86178fc27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0521335a9558bc0dd0aadd3d98ace1f5c9050b77c60edadc8a715e9f9e1c3cab
MD5 c5ce39134ae155ecfac12dd2ae5db887
BLAKE2b-256 2c81a35925aac1fb8649af3c4250106c1f7b25c1f4ab1504b1085ed841f3825f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e7b3475e881d6f3274d74cefc7ce5fb118c51ef602e0dd6ae78985a174692da3
MD5 60c4f99d4a5403e28ec3253fc3b0944c
BLAKE2b-256 ad32c9476b8dcf0ca5c47b42f3bbb3a071368dd5d929ee04c1190bcaf97a247d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b3a167fe31dda31c808d3e3777ebc5fc557704dd617b0d1f365d6cbc2cd0c80e
MD5 a648ae0fa876013b428fe06e047b36cf
BLAKE2b-256 204193d44e6bd4dc00395b9243c0205bf5adf8aa9f642717f1426cbe3fe1de2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bdb0d815672606e821456f401fa7a396271dbac9d1371347beb9afe418de7564
MD5 e496e4d17f4b741ece1761fd7977edfb
BLAKE2b-256 5791df27ae730a33edb8fa2a4af039118223825c29c40232b452f13296ed55b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9fbf60a6167b1742f2e13b62b42cfccd589b268cf819868ec5643e9224eeb74a
MD5 5360d6d2564a1ae99320ad2e47feaf70
BLAKE2b-256 c25856b60201626f2bc87098b298e0a99e07a5f2a9633d6f5f1004b7e66a9c15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff230640b06e32e097e4f7b47ed3eec60f51d796a3b0bdd9081645376758e900
MD5 d0df2f91e7e5fd59e9b43d106f9b510e
BLAKE2b-256 99c078d518ab1b7b5a980ce7ac0599041fdc071a02d80d42395b0462ba576757

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3934aba1d1df0ec217c252698cb7aff78f42a9dd9f0eed4c1476f6d25ab591af
MD5 4b3c7168b32b569b8ffa124b19dd5717
BLAKE2b-256 3a1ac4625520c6b7fa6d799d77fadd6e02c8ce6aa3ec61d45c0a3969f8b3bc8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a1d467b45131377778818f27f8b2c1265446340fb92ba3f41a39e9eb21bdcb4
MD5 d9cd2b105b554bfd91943fddf6e8160c
BLAKE2b-256 56a92ba268045cc3aff10fd3ca27b5d777853b82c3c34a9a1ae5965da59a3147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3c95f6830bb306f0fc19aa33d12c0098c59072e7b82c5539225b7eaedc8b1b5
MD5 a2204127f56c6c477a1d2d81e3dc8eef
BLAKE2b-256 c2d86372b64c06656e91cd8485d24bfa72f0050417b77b45ac5508be09e9ce5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2c541d4c95aed121598d57423df1cfb764e7e797ef3ff256918509dee28257d3
MD5 0279657dc9ee20c0cf399b3f582d0f48
BLAKE2b-256 3894a7d568596098451a645c8190abd2c4a5e89f4f58f9fa42e963a47fe385ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 76e0c04fc89ffb7368b6e4876d1ef36849bca006c1c828c35436f8cc98e695db
MD5 94d36c75f3c74471e5229f9395201326
BLAKE2b-256 9f6bb85443c68be1715117676f1316abd987d743e6da09555aae1f1b01a89590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bc1518ea1acaa596a46aa18c6650a7773ec8065ed1559cbb0fe62cafa35027b1
MD5 30ba28ef8bb0b6a6abd40413fe215ca4
BLAKE2b-256 3866fffa3513ddb96e27e4c49a472cc7b306dbf3405ffdd63633d811081fd3a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb92218f9812643a337603bd2b72b79464f0862c5319d492e6fdfd6754e5887e
MD5 163ffa824729943d7de923a07cf9bc5b
BLAKE2b-256 3b2d68447c4329eb0828ff35c67d6c53da884cb0c1ba32432f10227cea1b529c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f373cf804cf7ea0a0ad43a8c62a98cb6414bef5982be3d36bd5739955e95aa79
MD5 d99f1c4f97236915f862bcd0a718024b
BLAKE2b-256 e6c1e64c59d23e153731de5d4ff63178a50899731dde30c3f6c229b170d28c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f1c77c882d792e2e0377b1e8b91eb6e0f2d991104147905a80ec49095ccf79f2
MD5 583eebce1d26ce18f1792df68515c125
BLAKE2b-256 94a2b30554e5493bbf2bb44c724077441484137dae8ec6e2971454147496b7f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f55c7e0deec269866e3cfbc17094c607e19e90b34f197477f99945d17f487453
MD5 027ff52be91d0b7ade635b015a33f706
BLAKE2b-256 6160ba89de7fd462016512909703f0ffd208a7198274d91d072fff63ccf13272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 710fbc1363dc76a06fc957c0ea8e8b7f475b63ed8e51f4b8e71f649bee06dd23
MD5 7a38167743dc0b87191738377d87abf6
BLAKE2b-256 44ec5bdafa14ed1493bc4f3ee8a6e87d616fc5558034591f2193aa87d664ad08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d08d451f262f4836fecf6cc2022027f7cb55af95ac9e59696363e9ba712139ed
MD5 e0e9a2ac7aafa8821c19368e9c1416a4
BLAKE2b-256 d8fa8a75a2e49e6c01c7ac5374c9a0f5c9af2594985e08f78c7a002844b0c15a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3118f71b545435f3ac6ce95243ee85cfb9b4aed11d252d460e883811bf5603e2
MD5 6cd86902309079cc9c09a1801d38ca20
BLAKE2b-256 d440c878c5544c30ce152d846ac63c3d05d22bc7c283b0b6588aa69f17744317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15482eff689bf99c2556b625e9ea937d03e5ed07f269265e747f264d51f2c03e
MD5 0f4dea66e5f3c8657d9b550b7b49c7a2
BLAKE2b-256 a40cc4b18078fb965e155ca0ce20d46d6fe77012ff5749eef5d7cd47435c224c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 061060c333ee7878359d6146d8b8f5d62262135c3669eba36bfeb2ab998ab011
MD5 187ae2e429ce66c87a34189055e82147
BLAKE2b-256 05b67a746a4b51c9678e05ddfddb39c81b3cb93deeb3cce898a44af8567dfb7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5c9e33dace9e8d532ce3a1293f4b715e443b8055741668615dd4ce08fcd0b5a5
MD5 1c1e395c20c31d22dcf6f70aef6b7a71
BLAKE2b-256 7f889175aa3f57e6b532c5a4ee16432760efc9cc7e100169f56f6a578dfbcb5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 98de868398fd309173eaa19f0811fce5d8665743c12db521eba5a90dfa18aefb
MD5 1d89d00850f44854455b545111310ef0
BLAKE2b-256 9214e7347ab2324d3564eb013a1f4f35a8de9f1ef2972f94d533e050f6bd63b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 434eeca1509976195e6fec7694d37eaa57d3b544f898976ddad3a5731221074a
MD5 13035b7541ad69d1c8befc37c054a682
BLAKE2b-256 e9b18856b631f335a03694448246e3ced31c20e756c44c0b5c13ecf18f96ac9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04b5c9e10c6357c0197b8edc3f34e0e4a1c47ae9e5f1e6e8a7db0c40e3d04d94
MD5 a57cf354206b752d3ba304179f897cbf
BLAKE2b-256 b96e8df58b772a1b1eea66cc062af42a2ab8fbda434409a8103abd5d270972b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7b6d401a9627407ac44f3a4e8eab42552ff03b2215369560f6fab234795868ca
MD5 6708289a5cc8002dfe0540b808c750f1
BLAKE2b-256 1bdb32b28b4f0f2802b0a5c37329c30eb86677c76840ef0068818760a5863194

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