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.0.tar.gz (33.6 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.0-cp313-cp313-macosx_11_0_arm64.whl (297.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn_algos-0.1.0-cp312-cp312-win_amd64.whl (196.0 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.1.0-cp312-cp312-win32.whl (185.9 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (504.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (531.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (603.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (506.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.0-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.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (390.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (340.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (353.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.0-cp311-cp311-win_amd64.whl (195.6 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.1.0-cp311-cp311-win32.whl (187.9 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (506.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (534.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (603.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (508.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (335.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (373.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.0-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.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (340.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.0-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.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (356.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.0-cp310-cp310-win_amd64.whl (195.6 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.1.0-cp310-cp310-win32.whl (187.9 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (506.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.0-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.0-cp310-cp310-musllinux_1_2_armv7l.whl (602.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (508.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (340.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.0-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.0-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.0-cp39-cp39-win_amd64.whl (195.8 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.1.0-cp39-cp39-win32.whl (188.9 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.1.0-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.0-cp39-cp39-musllinux_1_2_i686.whl (534.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (603.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (510.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.0-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.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.0-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.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (332.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.0-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.0-cp38-cp38-win_amd64.whl (195.7 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.1.0-cp38-cp38-win32.whl (188.7 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.1.0-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.0-cp38-cp38-musllinux_1_2_i686.whl (534.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.0-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.0-cp38-cp38-musllinux_1_2_aarch64.whl (510.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.0-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.0-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.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (356.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn_algos-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7dd671ed457db85bce1b8626688e0315854a6d09caca5b249520666099dda673
MD5 2bd78dd94fc60d66683f1e745e958d5c
BLAKE2b-256 33ff0714e6bbcb95d6fe2d18434cec4530b7774a7e118ee59ee3d65e6dabbc23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5802da909e3a1c35f511a361859486f5e4459f85dbc5915270d75678f91df91
MD5 16967c49af40c4680239e075c3182deb
BLAKE2b-256 e8128c7df69e755981a9f35c846bef398729b6fcb780fce045f7f1c970396d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9c90b762b897a88749d02dea6ead0a9624fcff452918c57d10a832f2d72ca6f2
MD5 862a99a551dce172dbd9f7e63f112708
BLAKE2b-256 86777e4925ea87338784a2afe575fd37385abbe1ed375b130d55d29a2ad04ce9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b24cff7d7ac5b53bd36cca6cc9eb1539da2c049ab9698d866302ee37ae536814
MD5 34095438028c647c9e968afe9bbb1717
BLAKE2b-256 b6a4035b03c45326bc19727467f08def06e1dce7e3aa0e2a1aab48624319a9e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3ee5b72f728cb1ff7ee603b0e90308b3cbb657712fd2882fe449db9cfc86940
MD5 65c33b47371e555e5913bbf0f12df844
BLAKE2b-256 830160c3ccfb061046660fcf55fdd7629a4c87889b06cc28db69aed211dcf84b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 02029c8cac8d668653579cebbd23b6266e1edd03e82374438b7b2553f821e8f8
MD5 3d43b9fa65afc26e98ed1594351cee0b
BLAKE2b-256 7bf5534525e1f6586e7cb8ec0cd662b566e194913c7c5d4617a7c1965e2a3384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ad5a383c4db9b4eeb8ffe95591b249db247953850a7da1c82abac6b663eade0d
MD5 16961f192aa512490a21735b8bfbdb8a
BLAKE2b-256 1981bcc07b98ddb591574cb0b3599963a767ce33033953100185585e84638bbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e032e4fab84aeafe86bdfd38ac3986946b09e462ab17f5335f4d713dafe2a282
MD5 1f4d84449136af030080a421884bd0b9
BLAKE2b-256 8d29fd5268039e1ca9050da8917f9b9403df6867852588e2f6011cce7fd61e27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da834c5c8e65db918a94919320957eadffb79332472a48f79664becd1029029a
MD5 3d6ac29ece8cf5422d8f2acbc6478ebf
BLAKE2b-256 69e6dff7eebc242b1779fa3dfdff4b19e6db57450c905b8d39c1b68ffc93bfc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 97072f57602c40094f80a2b07fa9b13cb9540f0fd497dac2c60b92eddb984bfd
MD5 a145c4a273e33c5b0250f5ea29cca21d
BLAKE2b-256 ef6b6808bb7f94842f184be321fffb135976c6968850c2fb7cdbbc79ee7ca753

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0d71b64f31eddcb9260a0bfb1b2cb7376152a8a2a47eee89d0405b5aae310efa
MD5 af8fed27f022787dfe09671ed720723e
BLAKE2b-256 df80a0044c9f744b4360735d16c27757ea0a766504341cc75484ea3c770fe64a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eb1b07e335e8d903077a1cbff2da82296c875bd421156eed40111fbbcbfa73a5
MD5 3b1ac61e5d322c68ad1a09857853b317
BLAKE2b-256 b137f825052130b07403d78afa9b51613a3c939f6e3f99df9eaac3d0d1b2f35f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94aaf3b205bf8e6c6e69ec18d623b7c55b970d5e8d93862871dc7018948258db
MD5 2dc3e6168a37225fc18a96a32c009307
BLAKE2b-256 7cb1a6059fedf5c48c42fe08a1d6e9865a1ba7b94a1ef57c7859cd22bb42d060

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e4bca68c1ae688990449b5adfbd1a5c5eebf52ec5f8b183a92ac8cf7ba7ff6a2
MD5 388ff8d77aef9ef8ff3093de059168ee
BLAKE2b-256 b1a0d22246855d12c4962c2602d4e3982a3b7ddeb5c056a423660ae6d377128b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fc655a833bc30226b59d5c44222c28280f300f174c92def8f187590ed25cf564
MD5 67b82482e51d549e7669f9238c867f3a
BLAKE2b-256 030e6ce20326b4d837772a84bccc5feb6df6e932556d1a3f3cde7760fa49efc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3eb66f661af1182b3ead295d4d619f6d7486c55ffcc8c72291569a5b18e9a517
MD5 6049391283e1d169236f9a4eab6afc9b
BLAKE2b-256 37909cb9abf5dd0c48e13bfaaca85faed636b4087d088d5379692e2a0bc870f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17a59156f3b271f3eeac9a26148f7788a26880f26d616669fd1d2f2757fb4797
MD5 1cf68f12c76ded001f111d621af0fbce
BLAKE2b-256 023004fc722d7db06e7770cb457363c809b0f5ae3faa2af669ed9807a91193ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3b7a0c21d3077b07b0052ca9de1e3190789a579a6ea5202e5d04e2258db22f47
MD5 34dc5bee72fedc8a50dd4853c372cd9e
BLAKE2b-256 63621ae95146b95e14f8fa7c756c810cf5a70ff1163d5a07937bde59276accbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bc9f59d3e8c87ffe1121f9b50e03df98c30989a4dc64f655523b1ec483b9131d
MD5 05882ce3f90b73ffacb4111f74c03c1c
BLAKE2b-256 787bdda9b993031785f89ec874336de8a206c097f4f59754bf8a0813178cf78f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bad6b04ba703731eaa25adcef1807aa5da257058036f63ea720c497cedab157e
MD5 4d34f64fbc67fb654c364416ea4a5f05
BLAKE2b-256 dac074ce9cadf24b3f59a9d35d6381bdcdc0392533648f498ea009b50072fe5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11c4fdd485cba1f12c4377bbdc7e50087e16bbbc92e170e09e8d8ab2a59b0c4e
MD5 70e02c22210f804ad6d08bd89c5e424a
BLAKE2b-256 cd0d8df72c2b604cfe055fd02aabb472f7a9bb53c2e25a310ab1a74c11ec47d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3e2aaa2f038615a7f918d05370c94753b8145fce07a508d18d897edabfd48aa
MD5 48d6a8f41e62299db277b448f502b478
BLAKE2b-256 95c6c93adf521ede2bcabf81fdc41bef8b92029bfdf67221b036ce90355c73db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3815deaf98979c16a525f6469bcf7ff4d146146666fcee3c6143db021c8cf9a8
MD5 566609d9d31d0ac5474192c278f63fe4
BLAKE2b-256 76f3e818967b2268d470d31eca0635c45490cc1852c99ebe6b47bec872f12d40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6d207bd8caa66da1a92cd0fa2685050a129ef0c60ab2c55ac97cea1258a03894
MD5 06bd195f4feeec27b87fe66dd7faadee
BLAKE2b-256 358a1ba74b72c5967b82aac43e046e94f7c470aba6b20ba18cd5aa03ede3c820

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd7a8c032164d28741c9488798496b3a098c44603a78eea62a4d519261eae81f
MD5 ad364cf37f25d636fbdbb345a77f1fa0
BLAKE2b-256 0314330620238e3950bbff511cc300c105a8ae0c875dfe7ebf4386d405097e1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bea89ab98a9e353fb144f012460d072b5d0e93934ef9fc2929f82b040e646bb8
MD5 1af1064368321f70273b97f02cd0caef
BLAKE2b-256 54cb6c7d2847f5953ee8b6b418c6741a8e3dbfe24c60302116929aaafb0020d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 89375b27f100f22dde23111e0b6c60ab3f6870e722f321adb80366ccc5ce8ec3
MD5 42bd7b5362d3e97e4bae3fd5379e00d2
BLAKE2b-256 70ed6298c215d13acda9f7a9bcf42759ddadb955e441d2d464d8a42a6ac169ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7d0c4d8ee887f9c5a48ac47ccbc4a9e208ceede10c46dfefbc1d24363b5b2a9c
MD5 b3349bcf7348f376ba47927894b9e1ca
BLAKE2b-256 d819597b44becc0bdeb0f0e6cbad8f2af4041a0b965d5c3cace3e3aaa7664db1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f76d441be0aeefce4d1c503588d6579594d563890ad7d7cba167195c0961819
MD5 328b058275f99f4b8b6a9d04b10074cc
BLAKE2b-256 f7361fcd83dd45b4f0ef9ff060acc5b0acff6bcfcb732caf13d3b1283a6cfc00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2a1f3e41c935a9f1dfe275426ce6459d8ed3fb1bfc1c6f7acfd3da4f8b177afe
MD5 64c70f2e77377aa8ce6b1a2225157856
BLAKE2b-256 b7452997381e5834dae7e63ff96214e4d532aaf39be0bc010f06f2ad80c3c383

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dc72daab31d0ef1262b887a23e238963cfb6edd12d2a86f95c1cf02a1d8c25a9
MD5 f2edc19f9e49c5fb584db7c71d5d8cd2
BLAKE2b-256 a5ef28b5b8e334364ceb470490b6ad8d290545fab1903c0ba774cd80e1612bd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 102e2be88e9c20a469eb70a6a309c899f283eb69925612f7f44140754e852ada
MD5 79150d56699199f186bb9f83622881f5
BLAKE2b-256 ee65538d5c2f6bbf5dd38631a5074f1e8afc67bf0687c1d944bfc54e92182e47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83e23e68a12f109803440493e319ade6b6be3009bff15ed0a2944a0e045363fd
MD5 a2c2160f2bc95539a4ae440946e2ab4c
BLAKE2b-256 6ed6ea953ccbb8cd27c41f345bdacdfdabcc9f99b62fe4f903a1dacedf361ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 34dfcabdbf28fb113d104c2b59d5ba88ea9a1d1c553b13b5c9a8a963516568b9
MD5 3c0f90ba1ebc7a33a8887801c5c506ae
BLAKE2b-256 1fd1acd66198aa7d81e9ec2a9851dbde682799e3f78ff8fd46c5fa9521eb5d40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8e4e30ae55919fa515485462a92f70413304057aa25871efdadb829c46cebf12
MD5 41bc95b52a70b68e9b98de9b39f39682
BLAKE2b-256 ec6cfee1dcd7fe78ec2f8ba647d87839e1a2ef3ab36256ea7ffb8a5b3be9f257

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e79154862aa948c4111961bddbb570c5b690d823e8af14d6683a53a025336f81
MD5 f600c4203a3d14e4fbae19b769bd4be8
BLAKE2b-256 788ffba68fabaec3e574da2710638eb7fb5c1334ab5e537b5f8e7abde4a29d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d3006ef10b7aa3e1c984c41d1cb960a6f296fc72308db5f369986ee66c78489
MD5 d4d82b217fb00de72ee2f7aebcfe8cd9
BLAKE2b-256 b1433bb8e09cc4796ec9a86ae0d56aaeae47a91ec170407bc1193619fe30e6af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 653811d94340d9cb55ac936f9abfdb0f80ac213f9fa2cd8ff7c4331d216a5b97
MD5 bd1aadddfd21801d8b4620c24dfcbfe8
BLAKE2b-256 5a8df8ace4476ca548ea49355357db3e6da1b46b272dfcc6ef3c3f614dae61e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 de9d219e986aaca17baa11b943f0634b02ea9ad3a111a2d3808f2387ec727431
MD5 88d3a0ca0bbd22bee661798a3de87850
BLAKE2b-256 a447144c3ca9ce64c0e2c97e764bd930b34ff9614ba8d2678c6b014f48903366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4d86aadb256dcaeac43efe464e0ba93157fc5193ace02b6d2fd9d5e74f76422e
MD5 dcc0778551ad56d0da8924e074411967
BLAKE2b-256 fc3fb4cd14815351bf0e2d25221aec9550d2c53fb996bdc3e688712d9c32591f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 023a4cc3d17480aaca28e99354a02ef6786614c2d471f44cbef73533fd1b4eec
MD5 cccc3c9720922e9b24ff997990103f4d
BLAKE2b-256 c00e4b33dd3a44e012236f0f0b839df96ece973c714afb74aee7013a53d6e281

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 688f48e233133de9343f6a87e55e713897594ddc110cab8743438bdedcea8d9b
MD5 ace860fa32fc3103de51b7d1f81e6b2b
BLAKE2b-256 26d89b0601fd092b8728176bce4c2285d44f3078071524510a5cf8e79a5aa058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b86b43bb1d3c8e4d881643c6ca0464f17ab95cc0f921144d6593376752f6a0be
MD5 d405bd4d32f888ef42bda7813a96da60
BLAKE2b-256 44c2e8db7f8d49aef5f263ae76daa4b04d44e057dadbad5aec469b0097e13251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbda3e310185216a2b17755cf670fb214e341f2369c49d64a5e5fcd67fd2078e
MD5 241a698fcd15c76d60dac4ea97acdb76
BLAKE2b-256 04cdb1220b7173b293a626ec0acc428b024762c7df2ee142c858cf43f8b65d2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c9062e69101ca9f2160ec9507a6ad908bc8c8cb8e0feab4ab19d9fc86a344df
MD5 7eb22086e8af19ddb2a46e6b4a901d97
BLAKE2b-256 ce10db61b8a191d9ea6e4cb5bdad1e0c3230fb4abdd86b480b155beff56b4ec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e10a930d136174a4f9e512d562ee9e54fed4fbeea10a21efbc06f110ed373908
MD5 504241c329ee44617386bab4c0ac0812
BLAKE2b-256 95ba8bf37ac888926656a8e7dcd5e46e7e500253088b45baa6c04fca0a8e53ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 69c485f60dc7a8b2cdc279b1b03026935f27bc04ff8b46bef4886319dcecadd0
MD5 8de1c80f400d29c48abdf5da768ce838
BLAKE2b-256 a311d916b50493ff8604dd84c653ecd4c32743fa5cffd191a0b1af966b856c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dc5f20e90c0649ad17e5cb5684f3d4c8bd71e9dbd6df2c821fffa15801521e95
MD5 d056489cc341e93097a58a8111e4abdf
BLAKE2b-256 e6d2131b9d41455a13de41f48046b1b6e2aadd875b6f0ee0ea11971507bd27cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b0469671852ff0241b3bac2e850c105a34a9fc67a6684ada819618458dfe23f
MD5 3813269cf5bb366f73a859bdce551ed7
BLAKE2b-256 08255fae3cff88e2546ead9bdd4c70774d217139ceef6d0be2f9de2754cffd9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bb1fb962113ac3713272f64b12719b128152d1666b71687e2560726e66c06986
MD5 c378a5aae075412c07d27cac374eb5bd
BLAKE2b-256 d5a774dfaaedc7ab12ef59ca572a24f05fcf0c891d3ae1873dc99b40165d1b9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2eba098ed21819ab9630ffe58ce24c28340559208df576cc6b5f0f65fc3a6936
MD5 d2ab459d7fb595cc166bd04dd54a3a58
BLAKE2b-256 854ead2af98f2c8ab031005b30834c17d106da03464892acb6331788f9b497a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ace337a52f6ce680f0f849cc861578e0bb829caa6143497c9d5ad4cab3735dbb
MD5 99830feaafac770a47aca48c3666d2ee
BLAKE2b-256 afb89f89e731bbf6cb745a58414f3f384348e721d9f7e1dc0eef331ee0863c7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3e9226a8152aed0eea4e1bcb4e7a1245efe9446eea3bc328d4d17d735e93ff7
MD5 9c2da7184f44077a15dd3f9b53dad4c4
BLAKE2b-256 e13ff0ba8ca9748d07bddc1b6f8fc7b3e3bd696df0386447d313e453d1431211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b170b0f449e37736f1f8391bd38ebdb62c1a36c8b7ee230f4839f7c4338d4556
MD5 830fb3b8deb3ce7c5a6be388830a2d79
BLAKE2b-256 8ae11258cbc33f086c1a93ff5294b35974440a43800cdb84dfc10b1c138e7f8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e8be156fcdb7c5de6459755f77fbb19cbf09c6f8dbccbafd4adf6df0c39c5a71
MD5 a4cdc3e4cda0bf01f493151894df787f
BLAKE2b-256 fce58aa9904845e42adb95f86de56cf364eb6fc4938ddcefc68d87db435442d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aad50d2d7f6a35554d73a9797e65947f530c50fa78278dfa2f9b235b16dd4c34
MD5 949b2433e821f12a0fc7d5a7b974ec1a
BLAKE2b-256 f8f6b96772c5bf9e323ba08f41929928ed2764d6094df24b09581c1a4bb9da25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 601dac9eed31c3045f504988f90ab9455962f7719b63fff471bd82b426276f9d
MD5 62026f899bcb140f2d7306d2a50228d6
BLAKE2b-256 e6543b60341a3f2477d2736078126ad644929bf76ef6f16be766a182471e5b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5a4c53f25a55aa68e5a5c369d7c85ced6c42d7d22901c65c106b578d15c5f822
MD5 31c9466b92fb23d25c100effd9fd6a3f
BLAKE2b-256 1590210626406783705326cd39d39b36c1bf6e9aa6469a78b1c352afeac210be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cf03694cf1473993e08ef6ecd051910a3ae34ec4637ce6a562cd618d5a38ca45
MD5 415d29428a8e933b0a6bca3d8699a5f5
BLAKE2b-256 4eaa7df94f2b3238578f471230bba54025fc36c0af1322e9e8e1f90bd7777c24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 705f1336534134abdac8901318c19835be8b20b45075987c70d9ffde1ea6dced
MD5 6e3b37e78ac0dc69fcc7c6249a649906
BLAKE2b-256 bd1d0f510cca5f0daf33e93b7c448094dc494333b25728e322a1e4f2378e6447

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 743ac678f0768dcfb67a05ce63a39a0c119e1013177302b8469cb9a6e55e98ab
MD5 f9ca4f826a5825ef5829c4112d3858b3
BLAKE2b-256 c4adc6c14673eb9eeff7c3a48731bed2eb33c135837f238285eb109cf60276f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 70707d43baedb4a4aceeec0c9d12b89dc08abb69f1e69d74ede463691ce1de4c
MD5 f86cc07f7c7f47d2428eea888936a451
BLAKE2b-256 08de01fc6163c34589d9a39ddcbb2e8b8fab9426a559690b57a579e9645c5074

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