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.1.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.1-cp313-cp313-macosx_11_0_arm64.whl (307.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn_algos-0.2.1-cp312-cp312-win_amd64.whl (206.0 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.2.1-cp312-cp312-win32.whl (199.5 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (517.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.1-cp312-cp312-musllinux_1_2_i686.whl (547.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl (616.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl (523.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (376.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (485.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (354.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (369.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.1-cp311-cp311-win_amd64.whl (208.4 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.2.1-cp311-cp311-win32.whl (198.5 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (518.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.1-cp311-cp311-musllinux_1_2_i686.whl (548.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl (616.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl (522.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (486.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (354.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (344.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (370.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.1-cp310-cp310-win_amd64.whl (208.4 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.2.1-cp310-cp310-win32.whl (198.6 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (518.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.1-cp310-cp310-musllinux_1_2_i686.whl (548.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl (616.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl (522.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (487.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (354.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (344.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (371.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.1-cp39-cp39-win_amd64.whl (208.9 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.2.1-cp39-cp39-win32.whl (199.3 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (519.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.1-cp39-cp39-musllinux_1_2_i686.whl (550.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl (617.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl (523.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (349.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (376.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (488.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.1-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.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (371.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.2.1-cp38-cp38-win_amd64.whl (206.6 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.2.1-cp38-cp38-win32.whl (199.1 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl (519.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.2.1-cp38-cp38-musllinux_1_2_i686.whl (549.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl (616.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.2.1-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.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (488.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (369.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn_algos-0.2.1.tar.gz
Algorithm Hash digest
SHA256 37d7b72b3fdbc4d7cb7e42077196977940aa291ac904217c77706131f3b56b6e
MD5 8cce25486fc8dbf380eb27e3d5169d1b
BLAKE2b-256 21a72c3b1d458baae04af21d0cdede05fd46f6008ba340c80d82268904663de3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 974b9bffbd9b0ca41556f35cc828a6de86fafe63474981a651edb4c390fc02c7
MD5 8e3760b8742500fbbacd38bfe7286208
BLAKE2b-256 43e5571e5666db55705237a31fb2c36b457c1c89fd6789d211b595add0361a3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f5d3081e7373403f5febd20875746c50c3a2c6b36673c77c3adbf9bcd980f526
MD5 32d6279d1f80a2aaa92c7d27c5b5e649
BLAKE2b-256 92a9006efa062f4308c21487ef2f3a767c822c7aed575c5b4ff1294ee9b8a394

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7e569a221a25766cec93953df4c0d2f67f25b9389997e77aefd88a6c967126f5
MD5 392944248c6030f66e1903756bc214c7
BLAKE2b-256 d86dbb3b413733aa6aa1821facc370988dbfb8526deab288460032bd3b485110

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45a71d8cdd0284b785903fe245a216d50b82d4459e12eaf5bd553de01f9749af
MD5 8bdd58c9ccedecfb42ae3d5d08207955
BLAKE2b-256 25398504d1d1c6c4561b43428bbb350f8e5bd319321ed2fd1a47f834fa1b4de9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f1063ca74ab317aea65942dedb097b37139468241ba9e07e227f54cee2c52d2
MD5 6dea5ee7f19d1b3b28416ae38c623792
BLAKE2b-256 18525f9aa3d026397fd67036e26c4ed59e29d343a62b4b2984b5fceeff914026

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 033ab3c1f0ba57fa433afeb8314a64d3a64c946997742da3ac312dc4fd05efc7
MD5 034e22e0b2a0775113c656327122c839
BLAKE2b-256 0ff788d73210fbda79278be0ef14e2985388a8ca039673a03ace91dc45524b26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aad18b4ce58314e81e098053ca1c89ed4683cd91c88c1fc01ccf594a1bfe6fad
MD5 7a09ac2ff1e376c55c5fd7b4eaa561bf
BLAKE2b-256 b8b454255f470db9e214ce04b32edc8dbe11c4c2961478416622bcd3feceb9de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3dc65170d63331f9f901d257793efb0c5067079e2cba92b4f0a8bd43091bdf36
MD5 631bb895b60e35898fe2c3e873e2f6a5
BLAKE2b-256 1037ed126392e4a3e1b76ecb36c5547ed500b3286183dcf64966f9e8caf193bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f8f99880ef2752b189f5ab6dcdfe37fb7bfcea5459fbd99c8f8438fab4823ab3
MD5 3132b0ab89c774c5400ffa2f9089bed1
BLAKE2b-256 467ed1f9722426bb53f96a52cd76b3762b19efc2fff7edec0236196cd407b155

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 509c82f57245e6a3172076f2a92b95b23e54aa92146c180d1336111d0b97e61f
MD5 05a465a7e193170e6ad5a53937f65b18
BLAKE2b-256 95aac2543d202411da29fe52d19cabef45c8bb19725ed43d316767d9ff7f1f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f98f64a99a899ff3b9abc718a65e39e17a255e6b0aca7cedaa5a7b4160dc5821
MD5 f88d817873937786df8043fd71495c85
BLAKE2b-256 7d012cee4bf07697154d50b66fa9a9bbe068f4ed1c79b4eaa9505eca2e0a0ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07bdb83da7b36bff4d860c35aa347b8393507b3df9c1015f2612c64296899f80
MD5 bcb6da77a5492647b71496da565ec1f9
BLAKE2b-256 1e9f386ecf8678ed20e5ff07084c9c24487f45a20a1bed158de8a824a46feb3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ca2f8ebbff38b91a193360b47eb7339ee53b32d21ceeaad6076b51de33449d7b
MD5 617fe4ba5a96bf275ea8742001568a76
BLAKE2b-256 cc8bb7fb79defe9bd4fd554d03b831a3c294c3dacf6afbc9fa0c261b7d789c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 61193f3617a84acc8f5bc67a173b3de10e18d1d332d400e6d68608489057a888
MD5 12699dde17ad6983f7d7b38d03092cf2
BLAKE2b-256 8ba74f93ea68fda3e7a49c66bd8b847a1131fbaecde37a8f66d3f813b22e5bec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e5b7ff155ef44e416a43e8ba1328ff76fdc56993a1af5d6c5339a77c046fa0b3
MD5 f62f22f1f96d3eab893bc173f4d475e9
BLAKE2b-256 474ac8b543651a062a65747f7e847b86d02ea51c1949717e7a36f36cd5a938b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf5a925718bea4de78f11d9ccd93ad9a720c67ee600d78b570d91748ad380bf8
MD5 440d8206f4ad05eddc7791283ab8c4b8
BLAKE2b-256 370dccf253d7a121ff6c9e409ccb60c14ef43d5a6412acd0088ca7380e66e6cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5afc9b8597aafb073cff2636502d8eddcb31b0f7f9c289ee14246258e6ae7fb1
MD5 7fbdea8bab52bbeadc621bace8bd8c0e
BLAKE2b-256 87af721ba09ad7f91ccb2c2d114ea4dfd19ec7f93331b4743723b716cedebc6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b1dce4e03740f5c5878cb0ff57d91e3d3c94a6274b4d2c2c92913876ffd0773d
MD5 4c4fda9a14627dfaea4325919eee87dc
BLAKE2b-256 96321e3936a22409a95a2b7a531db7c66e3a48f43a7e29cbdc03cb12f4b34918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7dc63fe960a76144f13bcd9071bd0bab38351074868005428afab58d00e09a57
MD5 227906e8cc4ada8bae82122ee7e8a85b
BLAKE2b-256 99277e45e8f21e0b5dd9c2a687360cef753b5de8efbbf0b5e6f1a887800ebb86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa7220960fd6fde4b07ba3cc4174a158cab54b3c09ad9b20f2e643bfe9b658aa
MD5 0421af8e82fbd51ce7104ab7e7c5a52c
BLAKE2b-256 e015b1c69469532aa7cc9f4274cbc9c645d03903082ab473742dda7aa4167d4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e4b774e4975f3e18e26e42a5afbc2edf0183689bc36875acb2e86b463acb834f
MD5 ddc2edee126108dc0a0d22c8ca183809
BLAKE2b-256 881e429e7c0b86cb8cd99e2b5a4d3c4f216ced18ec31acaae61d4a7af9a92e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 44722cdc3052b6d280ad4672fe3c98d21f73c587ff3e36aca2e3d66a55ab3206
MD5 d34f8289f2c076745088171f67044075
BLAKE2b-256 85be9cbe2601d112e296e5641b61f3b73202ed503e42d92a2b199161ca07fed5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b822a0b68c6bc6bb78f5b52511783b1526beab0780832e8d2284b133b467eb97
MD5 cc56295cbd55d6476e133673ddfeed2f
BLAKE2b-256 818ed5fc1d88be0a3e70d9343dbcd3a5c5e6db9398dd1714d68ff753592f1863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 040c414cd791a53f464518e79db4838fdee7e6787f5d3d67c0ca1fe85b9160e3
MD5 7ea66a356236878e6fa92fd7bb3ec337
BLAKE2b-256 30c89e0299a7ec3ba28f8c27c3a63b428de844d705e4298869ef00cb526ee5d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9ca661c6f653088664c2baf9a49d7a9835dd786b9e6958e63946b5c6733d8f55
MD5 ff866bc222bd1d68ac1b0d08fc76d034
BLAKE2b-256 9a3a697e13ed3f5c92fb70cefa7258bca5e738439b10e57629431ded155e5f4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 538a196602fb376fcda501adaa9905f5fadf3f4ca6f31203ff43ef2ce3a27e23
MD5 5d664097a9b5a9e169affd8338bf751d
BLAKE2b-256 9663330817d0b87540c2692d6b5ddc89e03e08649284d067a8440dee947b6722

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 72a9e867b7cd931ccd1b535cdec782cb79447442b169c00bf643d1bb5de70b83
MD5 34250d24995a9501dcff2496912cbba2
BLAKE2b-256 9650f7cb1012655515acecd4a5bd353a7699fbce8d62c9687b4d691010e77516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec2925ca9a0656b0f27670147d6264d110e0ccab02b55d49ff000ee7acd59fa1
MD5 e8c12e02e69ffee00c0aa67e81b8f96b
BLAKE2b-256 917c5b75c6d7c21363a44d9876d7c2c9479adbcb978882b6167d575ed8782830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3c3f43c0cc6a47199ec60b48f6f473291dd4c8272c27570dd4d679d5c57ad43a
MD5 39c501ea1771d341f5c941be4ad2c549
BLAKE2b-256 308c1a2c984ca007d0b3bd857765c024efdbb71ab8ba9df4c3d94b4eac1dd764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d2e0d04af5811eff9ae34d5f6d1058c0eb067070b79173ce3d8dc284b937f49a
MD5 38bb4ae7ecd3f921e2dd7530d053a65a
BLAKE2b-256 9bf56a09a9ebdb3222c420a5a69425b49831bec93ced2cca0aa8fa34ff7f9b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de414193fb947c41ddc0a3fc485b6be3fd3943218d006f717256a2df606745fc
MD5 868e4bfcc4ce793f49d9b1f0dfcc93fa
BLAKE2b-256 160fdc2fa7945d8794a4b7c502e43d671de17386faefe1ca38c237bf3e8b28e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2822d469b0403ffd5e28ded86e463af0a578a74ff78451ef740a4ebdcd5d5976
MD5 e7139862048d5b22b0a58a0e7623f8cd
BLAKE2b-256 ad8d300b9bf116a89b1a3a3dcc3ea70cc77edc1d1930002c0f49597691167353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 328de29b3b2f93a3d6559b704969963bc69ec1944616230c080f6abc9b1511fe
MD5 6c09696ef3995af0ae5038aa593f5a10
BLAKE2b-256 5c1b8db63177cba7da6c18f134eb1928de3e69ab8baa23344f3929d8a5eb24c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cc2769223c701b314ccee257462bc47c2918b0aa55d3bcece7efdadd355a51e5
MD5 8f18d1c3ffa5b97da9b237f7bfe73290
BLAKE2b-256 7702558ce5b11378c2652ef52de4b392e388a785bdd369f509963a8dea78f5ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2f48d01dffebc2f51b9b6948c22b55650a24e33b91096bf6ef62f09e85f98a22
MD5 6158a43e26ca45f2c046a35a22f2f606
BLAKE2b-256 465d664e4adb95e48b25500d3f2dd63d18c6e43a8854fc43d22f1a47aa9a5a8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7dd09e30ab32baa4c3cf29b004677ec70e283cef1ccd5209f1000f514cb0eca7
MD5 c6ddc5bedfe025b33089699ded333136
BLAKE2b-256 c2e287ba5e69a44f7a12dee12e4da2bb95dabcb502612b576159fe50a4a09cd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 85b34cfae021b1f0df5def3523ac4111e44b116fe2d4964639c15035fa1ce076
MD5 b9552330dbeae36f9573655f95b99697
BLAKE2b-256 40987411f4d4c0dc80ea43bed4456df2418ed2a9272e1a5a305728543db5181c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8645fd75bc9ca8ec65eaae7f889e19f7ee2f22641873b02916e0143d08490403
MD5 5ede81e9db4725f9411990291e2d4076
BLAKE2b-256 830569e5c8dd169e389ed73d1126ba3c1917beac23f8eff0698f5225887a1e27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 beb85861e98c04f50ef15fe6815b4687a86e1a0314b1735953648ed7a282891a
MD5 88f6487811de4e341449275a96ac4f5b
BLAKE2b-256 4a28cadd35a985db98b40fe613eeab8cf31354d5ab508b7021a2ecf6c18d2d80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c371c06e8c90707f08ba4bee1fb0142bc5ab37715c0f3538864e0384b600ba7
MD5 a32153b117c239ecf026e72962f44378
BLAKE2b-256 4597b83fce0d6e8e55ec08e7673144641c6d4982d34e9b833636dc71fa2a0240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc953ead3ef9c00eaa24f7160ceb62c82121af1681c9d68ab74a309d0202c702
MD5 55a3444113d3efa28e591324e4be160d
BLAKE2b-256 acec90e201f152622a5fed70cf24688059c7ec525b478d7cc90f8b2370a2d456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5e67680bf2555a8b598c8fe29f85b752173cdc7fcf11bbb36810c9a0fd39fb78
MD5 38bb9549c5cec5d384a9539553c0e14a
BLAKE2b-256 09346dc94242ce5123ae3fe61a17586adbcd6075022dcef9339f020591e76ded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 29aedec7e63ae6c296dbe88931ff024ba3911889b8c68c6b9bb0e653b952e76a
MD5 f8a7ea18c4a4f6970ad973f44088723f
BLAKE2b-256 7cd47c72a38f1859bdce00ab3c22bbe24f5d4585b8b2f57eb5948d34cbdad48c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93e29585618f2daad103079b051dc8c9df96bcdfcfa89486c7984d26e9de9346
MD5 c4343ac6a9c70edd4ded4aa7b6dc4324
BLAKE2b-256 760752f0b633839667f00e8ef87dcbb426c2646cbfb1343df188e40991c92e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ccfeb60227458333b90ed4edb8d2b256f5bf35af621fc00ba37589eabf23d3bd
MD5 6bb8a9eaf366c30c610c4d6d90f67f79
BLAKE2b-256 8539fff7ccc410c95316051e7baf5571e5c73a5ea3cd80ea011a8b95c030572d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 39b582cd2ae084a9a5459fc10dcf2ac7ab7d2c4802f31836e13517ee84820f5c
MD5 d9f3415d151c7b8111324089b2ac4a12
BLAKE2b-256 852e2428009f0f6d14ca67cdbc3df7eeb926987efb79197dd2e164630f745fce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4f2ae146d8c73f55073f85d12e30b23a7f0bccf32e192aabebfd08f74df8d080
MD5 4de9098c5f6d8ee706aa0c049cdf1a3e
BLAKE2b-256 536c9baeb0bcfa8bdb0298208cbf7210b407a7098270a2bc8825b45570203471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4df2ea5c7285526c5e4d98dd04ebe8de1d5b3dfc48cca93ab555f9576af47664
MD5 444b4f91765ddd0c19dcf682dacfa70b
BLAKE2b-256 4930320c3a4caef48a85628160a1b7047f18a6152b0e50c4cc15a31830cd06fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 83a13761f83bdb9e2721dc42639b3a64ff8cfbbade0fc9c594569c3b6a2d62b7
MD5 41763491ea02366e5acf6fdda5978247
BLAKE2b-256 46f0fee51442c81034e03382099c8c83491345a1e3835d2926314b2debbdbbc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ec2987a5fa18e1039bdd25673476949b65d0175ed8ab59aa510677118df18a66
MD5 51621a824ed7ecbdd5bbc0461b2d5897
BLAKE2b-256 c0345f737bcf48cfaa9bfc3beac94e5f1498ef487b1b01eabb57a266c467afef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 90a02ec5edcaa32f583d15adb980b634339fa8b347b08b71f81c2c14c8f98066
MD5 227a7fc80869b913d103229808441bbf
BLAKE2b-256 cf405638cd48ec965cbd547f77463c7d184e1ad6c0b1f3e483305e3cebaed9c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 533d5e51e28f628094384a6f108edf88871e9fbcc94c547dbe09dadb359cbcf2
MD5 7497e6c2a23f1fb9b72909e524a1a137
BLAKE2b-256 bcd5bbaa1a9b4a75f428e5b163a9b4c5712cf0047e198252b3ec6c9f8b2a5ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7fec48b6060356e6911b752c6f4bd8ea3516f824e3718411a2eeb0641e122856
MD5 2ca1b26cdf7f913f42f6ddfce6cc53c5
BLAKE2b-256 ad0a45720ce5c281ecf3c1cd4369119ae1c5f49dea308c9f98a8078aea3b02b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c3dbfafe6167565b2773d250d4aa2e75daeb8f8faee1a1fdbeedaa492add5e13
MD5 447bb272d84e67628c04309a8cf3e09b
BLAKE2b-256 1541cb3f2e59b986ba26192b6d699fa2e4a380e5f627356ce092af50a973c810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f11f6adb1865503ad1f7bdd41cd34e96e9e1cb9246e3f50190561c3e9e9446f1
MD5 2cad10dd0d267b76f826cc9fadd08884
BLAKE2b-256 beabe8510bd65e183cd91bb3b5495b043dba2de0d6232f928f24bc46fa25934e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90ff979dfd3be6086d81a9194b2c9669342211a59682d014eb6da2faf320e396
MD5 c5f57db5a71270db407393eca615703d
BLAKE2b-256 a28fa09173dbc5821afe5cdf21c8a7680ff2b05a04c949e9de913ee2374d375a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 956a9a3e4346640911004aaf987a7b4e880ecfea62736500804fa749b1429ad6
MD5 51d7732ceca5f99d020712c92bf181bc
BLAKE2b-256 9f3faada7abcabd15043e621789b3f04094c55b085d5aac8804dcab1bcb7678a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f5a4c9d1338fbeaf4d6494373d0ee5e8ddbc99908ab4e73ea9e4162542db842
MD5 cbe0dc8f4855e9bad54b0b21ecdbfadd
BLAKE2b-256 4824b496d20e09bc6d6a332c9c4a6239d19e890d655c5b3e27adf56543c30ea7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 83414487c95688818a7445b33d912ff8447ce66be7e75a16a8d2150057889bc8
MD5 ce1d4f57ffad9fc89d66557a9cd51f26
BLAKE2b-256 6c2e97110cb2218a131b9114f814f9b25d95ea1875d78cf13d24439a389bc062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec5e3f7310cec8d205faec1f755e2799011861b658ed101ecebba44faecf7c15
MD5 ae12d4001f81055bab1c227ee5b6e446
BLAKE2b-256 5176c285bde542779dc00dcb6b874f573ddc1f6e5905e7e75d2e4d723a3c31ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0251be79f755f388a96d53bee59bb6d1696470520f176fdbb95cfad97687b75d
MD5 393eed8942b21d7fe2974c1a63309b0c
BLAKE2b-256 5d037d87d2148280ad82ac723aa181bd57ba5f338230a0e283484a22cc30397c

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