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.1.5.tar.gz (37.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rlgym_learn_algos-0.1.5-cp313-cp313-macosx_11_0_arm64.whl (305.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlgym_learn_algos-0.1.5-cp312-cp312-win_amd64.whl (203.1 kB view details)

Uploaded CPython 3.12Windows x86-64

rlgym_learn_algos-0.1.5-cp312-cp312-win32.whl (196.8 kB view details)

Uploaded CPython 3.12Windows x86

rlgym_learn_algos-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (514.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.5-cp312-cp312-musllinux_1_2_i686.whl (544.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.5-cp312-cp312-musllinux_1_2_armv7l.whl (613.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.5-cp312-cp312-musllinux_1_2_aarch64.whl (522.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (351.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (344.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (366.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.5-cp311-cp311-win_amd64.whl (203.2 kB view details)

Uploaded CPython 3.11Windows x86-64

rlgym_learn_algos-0.1.5-cp311-cp311-win32.whl (196.1 kB view details)

Uploaded CPython 3.11Windows x86

rlgym_learn_algos-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl (516.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.5-cp311-cp311-musllinux_1_2_i686.whl (546.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.5-cp311-cp311-musllinux_1_2_armv7l.whl (615.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl (523.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (385.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (404.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (352.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (367.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.5-cp310-cp310-win_amd64.whl (203.4 kB view details)

Uploaded CPython 3.10Windows x86-64

rlgym_learn_algos-0.1.5-cp310-cp310-win32.whl (196.5 kB view details)

Uploaded CPython 3.10Windows x86

rlgym_learn_algos-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl (516.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.5-cp310-cp310-musllinux_1_2_i686.whl (547.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl (523.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (386.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (367.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.5-cp39-cp39-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.9Windows x86-64

rlgym_learn_algos-0.1.5-cp39-cp39-win32.whl (196.8 kB view details)

Uploaded CPython 3.9Windows x86

rlgym_learn_algos-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl (518.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.5-cp39-cp39-musllinux_1_2_i686.whl (548.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.5-cp39-cp39-musllinux_1_2_armv7l.whl (616.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.5-cp39-cp39-musllinux_1_2_aarch64.whl (524.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (387.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (405.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (369.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rlgym_learn_algos-0.1.5-cp38-cp38-win_amd64.whl (203.6 kB view details)

Uploaded CPython 3.8Windows x86-64

rlgym_learn_algos-0.1.5-cp38-cp38-win32.whl (196.7 kB view details)

Uploaded CPython 3.8Windows x86

rlgym_learn_algos-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl (516.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rlgym_learn_algos-0.1.5-cp38-cp38-musllinux_1_2_i686.whl (546.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rlgym_learn_algos-0.1.5-cp38-cp38-musllinux_1_2_armv7l.whl (615.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rlgym_learn_algos-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl (524.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (384.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (368.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rlgym_learn_algos-0.1.5.tar.gz
Algorithm Hash digest
SHA256 a386c9bc5b626bae4e04e6d7d26c2ea7ba6700dc0e7706e27781a0376f5fdb7f
MD5 b565ea46e979881a372cb975254ff697
BLAKE2b-256 c60e8dfdaec97131ac00f2d8a035fc1c7793625b73ec2cddf1b1c96973360723

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 185f881b7f18edbcf4b1dacecca79abc3a734657ec81c246d9894dd42f7db8ea
MD5 5b196300e4522b5750cff76719a799a5
BLAKE2b-256 ea9656c82ad5d8135cdd84768d1422f1c5d85e802db42db2f5b6c8a539bfb73b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 23794ac4f8c2e171ac86c65b037f039d39e3bc34b800bedbcd6e84b484aa3887
MD5 c3f4ace968350dda93800e26ceb4779b
BLAKE2b-256 e920849c4cafd90e7511775b3c5acdcc793e40657e121fa560c6d8e33eccf42d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2c25babb080ed2f84c49afc267afafb960e66e7602351c9e8c9ba6333a7edc65
MD5 7800f8371e488922a617be7291686a2e
BLAKE2b-256 4a7163d5110fe46b7767bf92711292c7df1095cf4b6968556d7204bf759c8f09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be46b3207db27cccf7c9bb85c7a3dd8bcdc7f1b8e63a7abebec8760b491665bf
MD5 ae4a88875ec9ad7096838bb35e2afe2f
BLAKE2b-256 41c6390aa8f1452119a1846c49cd8671274f6d85024f89ff7d9724cd5e321bf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3e4481786d2894aec345a4e3dcd4fbac451b1624cf1ccf69265552abb95bcd52
MD5 d21c0fb8059e90d6054056a85b35db2c
BLAKE2b-256 443504b3dd5733a90f349e0a51d6b489eec149aa6446ae04cbf23625a694a796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2ea47c5374f325284a08518054c89511cb132eb4f561c8ace0a2e28fa4ed4e41
MD5 e7e0b0dba19cd1ee62bd1c0574c73ac1
BLAKE2b-256 66fb970707b5148e9560ebf763414ccfcf75ba56f2afe2393a729e718389fd5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21488ac2c5e27e79a34b1d5661a3207d066293972d3192316d8b4ec9dff7b2f3
MD5 e675cbcf7462da1b1fbe39fb16319d8f
BLAKE2b-256 19531b81c2479cd819b272459d1cf23907c0f606087aaac7abf29aec599196c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c518527d9fda6f6c4e8bcc2981aca6234203c02d9c887012d4b941fb4901fe5
MD5 91e3871f2b80d1a46cea065721d867d2
BLAKE2b-256 5c9e8228d9ad9d21b37f5d4bac8f97ed9675a76bdf179e1b97d2923b6ae62862

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4f1e4a2925a9dcb751d49bfbc5b8dd0442bc3b607dc43b117cf23f20b0f8818e
MD5 d1b69e9ee3ca486f327abf7f18aeb97c
BLAKE2b-256 57c2b91fc0ef6ac77bc416203fadb4ab6f2d4b70103920394dc09d3715d1e29e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac0d7bead27215121d004fd798ec255e566d82f8f4e4a2acba588f8671b79966
MD5 2134bcaae03ace5164ef17227b2c5101
BLAKE2b-256 4343bfff15a74bd87e817f2d2367aceb8a4efc20e7e4e1db3c8916e814473beb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 40ba17e3f9369b339d3e7b6017773e7d2282f5263c642a7bb8670915e87ddd46
MD5 11cb3fe2212e4851a8eeb3b592757592
BLAKE2b-256 5376e9ccf6b5b517d1318f44856098844f6538f0bd3e5b88d0013598476f60be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c578b8061ab6b11099042b2a12c1ae954cc066cb0bd0bd85b3e417b0d54eaf6
MD5 afb544838a361bf302c92545c2782a26
BLAKE2b-256 4fbc3f1b5de8237204c6ece8139ec1bef2f283365340b0db24b00af9c2dbef90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 01e0a2c8d7ce29d4642e8a7343ab758a71cebea17976c5f8ff12af11a76f42b2
MD5 b3536b5b73f41d260ddf6d95962fffec
BLAKE2b-256 490a6f89f3f220518b5be6994284270d10819a2905cf1e8b17dc1aa7dc937ebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 879251d30a8f2486e7a3ec47457a1b6978fd9e303c02edac28561f610b27e52c
MD5 3085b973687f2f92108e9e2943195ff4
BLAKE2b-256 b74027a4ced4e5bca3caf9ee9305cf93449b3c0d0a092b65d546fe39a29edba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bba279404c339783ce11a53a3387d25a028c2a45e14098591a3c6c6d0849f8bd
MD5 2b9af7fd9e594f8616d8af7076f81c94
BLAKE2b-256 3a829763e31d99583cccc6b9aac7aa0c913d9e058bc2b59e01c1071d148a5763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de4b415e4a732d80ac2c71dd9c279bc951317bca803169d2dd44fb66a25c9ebc
MD5 8ae1b99f4b0209836f958bae26a1d0e8
BLAKE2b-256 48e93d69a70ed58f6866ac54081b5809e8dd6b17eea06bee72015540bb6e1cb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d4817a6c0c41e7ef851e155b49571439857073c0ff498adabd9a9ed9255fe139
MD5 24ac6f6e23c268fb7c302d2bb22980f3
BLAKE2b-256 6fde693bda93bd5dc68d46e24e006ba5fb72323607f9a9b8159aa59864a390d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 255efcf1dcf547c3ab24479ed5eb4afc4c61d72f0566442ba7319d69e5580f2d
MD5 b2f707598d3d0456d0b8c3e6f421170b
BLAKE2b-256 aac6d417d1530383a031079a31b9e89279e5406893fadcd3d4e6954a8dddfefb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3227e30179779095479a9b8a48b4394c50df7954a0950227efc9b13c44e18205
MD5 ee7e61125f94daf76dd16b69bec3a125
BLAKE2b-256 269ff80330c7e2f70cb7a53aa6e6f8c13f1aa7a63d7410bde6071b674e9654f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70f321a3b3725d94c40aaab98445be5a92212ab26483e13027055c7dca4179a8
MD5 577a377e489d8755cc7401486df4b8d4
BLAKE2b-256 07f71fe9f98a5aa974170932ef37f4abb3d7ea8f41c2a00d15d10c9980eebe3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 18008e98aa055bccb2a46c8b4aa23eb9b15436b33af05ddae96241b47cf82f4f
MD5 e01c33f56feb80a451cdd4bdb06da6ea
BLAKE2b-256 59547e52cb2aa599ffc5aa0d8821e20998329a606aa8ccb40f4f5b845b327a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b544038163bf6dd92c8294f00e3e098ad5a7287189e04882e79a745c21c42ebb
MD5 a364789169d748a6b4c1af5fa4601541
BLAKE2b-256 5947ed596fcc0783a865b1345ec8423b2ee175230b887f50b24986ea2d44734e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b728242816dee226ac42ea866cc99075dc5672a779ecaa83fe9a37729810a7d2
MD5 f5f6c0a0e214670941244af8aa14b4d9
BLAKE2b-256 7676f139eb374096fc3f680b24a602206f2a34ce40dce70c7286a076ca0c2386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 773caaf92e66bc5d70053f05a4f6ddfba9e1ade26c8723f6ee0bbe094b1087f1
MD5 cacc59976a415afcf34b0e91c51c945f
BLAKE2b-256 e8dce6d7ec0784cf62ec89e45f2f428d557d8fe089ad192e332a51d2a7181a26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7384280a3991e73679901cf3d727637b6eb0b5f96589dc4cb9814e8cc37dc08a
MD5 cc64d6b7a1c75c557621c667028bd82e
BLAKE2b-256 e1dfb6cf4c0140023a6f4bd64b8a7c8c5fb14ec2a659afbee8d481e343f8d793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 422436f7170b4dc0820130e3b9055214682163dd41aab5ca4a5d8cdcfebebc93
MD5 a25f357b9a4e80b30857d6bf2e93f2ca
BLAKE2b-256 72afb21b79e129143a8b0de3a45380ecbb41faeb32bbd8ba4960a458749cfcc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 870f8f067edb4bf2a212b666f59b51bf39e8d5ad981b5531fb1a39ce82a4eb6a
MD5 6ac1f34373e5a001249a47cb341ae438
BLAKE2b-256 a0b9c6c5352e2bc684b7b616c9eb37e8a21ae7dc495388e507cd39cf48939b24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffddcca69e02c211e73629b556295c768d844f6738e614944a458565d706273d
MD5 3e764079afe88c324727dbe85c3128f1
BLAKE2b-256 374cd46dbbb630f8e55be6b5991cb397910297de286e8c21e60d881f7e863b79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be8a76d15693692d07c130d996ec536c0d5560296bf012bdbdf8a8f63a0767d2
MD5 fb4df034fc38e249a733b3c0dbae9afc
BLAKE2b-256 b5c09e386e08c80fbe2d7b074b291965f09c31e61a234ef44d091462d7a41590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5370f355fb3f65b4bab0ff0ca391f4211ba95f42582a6ce8398c318e8e37412a
MD5 8bf78e4f9de2afbbc6eec90b8b9d78eb
BLAKE2b-256 d6db262d1b28e3af8a9a8ec16b31567280565892b208f4a1d973cc78b7b8de23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0665ae4b7fe1bf3a546d2080ab741fa420a683ffc46d3973f4e4b1a0b2977f5
MD5 ab186d9ac8b8d9584205243bdc3586a7
BLAKE2b-256 2c7abc837b6d2a24b91e1ebf1e7692285245ebeab06499c9bf7f7ff3ba9ae39b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8e360bd48370961e8bc387426522b9b435d3b486024daae5ce780ebe771cf83
MD5 fb364f82af0dbee8cff793af8e6c95bd
BLAKE2b-256 db7b5fecf57450a5275a9b6ed8a326bb11c8a4dbe957dcb965125e965b5518c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ebdd44e257000de6cd1a13b491285c350f813ca680ab0e5b3be89c29af628ea1
MD5 8288646d48911c5b9e7ca89e01a48886
BLAKE2b-256 99eab1d575123635bb29074b4e98c667c9baaae76a66880f784719946dc0a49e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3793b55fd7fdf63849369d92dc43df2143f39ddfcc7c27bdfd46f472b0c19c71
MD5 64c82532819de0e0fea7798de6b33256
BLAKE2b-256 94e60a34ad0c28b539e7a9ede9d11ee8cfcb89cfbb5c0e0d2d488c8381ad059b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1452fcb2e512d17fda13cb6740e9dd2b73587598fed505717750d011a3d22c8c
MD5 2d90c929ae48994c522538fd8fd7fe4f
BLAKE2b-256 729b64f74c2e07f82db7121fa89870e50b4b90166edde3ba31271e426399b75e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 671f563c36e95f51eb4c0c5f9cb243b53eb8dda9be06675519be9883a8690648
MD5 5afa6b73accdd8e46064d588113ef64b
BLAKE2b-256 367b97dbcf7eff454b4a837ec53249587a27614e8b231da7bb4ebdc832fafcc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 766314b91ce01eaa9684286c8809357906d3062e2e2da84e4575128cd68efdb8
MD5 14619ebd9e354463c56ecf0f9900b433
BLAKE2b-256 2e1659718b4f53c373d1e4d4191837eac5e44738a1702aac8c1fa364d94c9564

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ea007d7b1d9f262d70cb026b3ff443d1d62709c2d10c49d1a229de94cf595e23
MD5 604f2f308f401f5aa7a6f0b38aa1096a
BLAKE2b-256 a7b7bb164036c638292d898520b128334652116097277eb5465d2b3078529527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 067757cb94ec327602c7e07597ab9b118ed8d3e9efc91c1e5ae849e88e87e7d7
MD5 a9adebd7e405e8d4e5e5de19370e6d61
BLAKE2b-256 9cca03513f8b8d3ef0bfda6a07a652972c651ffe24af0558054eecd6d436b1e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4eb1b49a9f38fb1e0c07fb613e2a4a262ef9f05a3366c8ec5b0159b0d2d4e135
MD5 a6e1ce9ce776ac3b76f609abc3389232
BLAKE2b-256 3fd5cfbef5618f359ee009b009d15fdc7e1176a83127b8f00f461f6c1db8ebfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a6253b176ae7e1b2f2b3f219a3516d1f7fd81631d19202b45f0262f8b53107bc
MD5 055b25fe7443733a2228ed0cab568472
BLAKE2b-256 6940a00827cb2846a1c0d42db533fd004a299f05e79a4677fd8785317e2734b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c8c915d0dc59837a942789c2896311cc392fa8a7c9fc7adcb9516f023d0d7d6b
MD5 3589181402d93ed0566f9ab749a74677
BLAKE2b-256 5d7796e92b01e833b15e26c974b14fe9c9f7a83ec78d3f6b4b28cc218e2cee45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d553638da8aec768720f1537a6231817d724ca18ff4835fad90b47710b22a2e
MD5 a63caafa85ea87ca896ff62ed223eda4
BLAKE2b-256 eb9238c86d3794270da10bc6da1736a07c8db5912de27ff538ebe681ea39589f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d59bcb43bfa978b489211a465a27180b935cde4dbf54d9e5fd60add18e90c4c9
MD5 a8b0cf8f4a36349787f0e67e6a8b9bec
BLAKE2b-256 d67e5cbf7804984466e102454f3fb13088de4839ff9c959ef990b73654c29f02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2993086a9770884f01778daa0303951549c60ce3432115c8d626c1a1e8cc2eb8
MD5 facfdc8471b3c8b1989ef175db16e224
BLAKE2b-256 12d5af96d649725bd28c17c51e97d7fa96aa740a3a62e3d1ef0c8f2649678d3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1d86a8551121ce1be03794b720aa77cb4b4e5dabd5d71d1521f3b4c94c2fb2df
MD5 ad7996f937dbb6201dc98bc4653580d8
BLAKE2b-256 eff848bc56ddd74808e39b7a82383694c76357bf65474a8215b90b71ee399e34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e6475591ef2e01fb2c8a48df76c621d989a6f3897d10bf6ddfe710b4bb8d36b0
MD5 22f16d7c24eb500381fc3831b655fd29
BLAKE2b-256 063af680fa2f8c18dc3e3554c311cf0d0650ff3545f03ba8a34257110f848c1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d659b99e60e831682215318bbcf4dc3563f90c55181cc3742b556cd549bff6f9
MD5 ef121db093a5a63b569c160aacde8597
BLAKE2b-256 2807ac7ef4d8afe60574437c9c2598b11b91882619ecbd3820cc622a6645f0f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b0642c7bb0a692fa5fe8fb5e07d7b22f5d0475584671f30f1f876fdd2eb444ad
MD5 6b845743a73a3a4e5490b7024610546e
BLAKE2b-256 858322fc85f98399c2bb4894c19697dab191c9eb5d0f1c8793c83605049a5fe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7739afead79a85d2cfaa6ad1abd3a5de4c1aa41e6d4411d68cd55891d322bde3
MD5 119674f0ed0f316ea6938e09f17a8626
BLAKE2b-256 f50f4564e06e794ceeecae56d2111e4071f518e0e858ebc94e72f23a3fa3c579

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 436c6dc48742d723c3bc561e3c0868162f0235c05868a29e7e2fe272abcc7e05
MD5 ffec5737ba8e13f0f094e1be2a4c5422
BLAKE2b-256 62eeb049a428fa0f4f7571bc96bcf994e7e2077776f295f65925de3945c5383e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db11ebe09256c8aaa1d30a366c19f9f40502649ec899da80d40852dc6c1d993b
MD5 d45134b80a4131802b604cb3515c85ad
BLAKE2b-256 3e00df794a88380c092a99d0babe7e89825622352eb762d8ba4938f392c9991b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f640af5111ea567a828d22e82803d0e6bd8e02159505df6c9c82c20c240ebc65
MD5 cc9d32bf6dd3749afb24ca7f9087f8fc
BLAKE2b-256 574824b7f00835ea00cb414781493388ed4a86e3e08e5ed4bfdfd769a590762b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ebf7b64a31bf2c24d5978e87630a908755a5c971d9378a8ebf93233ad62a1773
MD5 d5eb4fe088d8b3655bf8142293375711
BLAKE2b-256 77dbad1eee69d74428269b2f4ae14bbdeb4e142b0c8cda244362a4125345075f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bec98edfbfc45907e86905551ec767729b21c40651a024f4e9376fe5902d1cdc
MD5 f25d84f4c7c396f55e41d6383bcaf5de
BLAKE2b-256 e0b279a76eb9383b50976e348e533741ad0fe2f0194f4d1d5063b0b13281b200

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f7da02dc032cf00dec4c62a48087fd20d5dd85109b3b1fb2c1aa0fab0e62d36
MD5 6a6ccb3b890fcf35cde4a2099b7e2543
BLAKE2b-256 e740b7efe7c7e0899e328b3bdd3b494d9c134008b6f25990a18787fc9ddfcb2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 681e5b59d623b6818059feceb0e23c982c3df1d59c9079e023be71d97ad1831f
MD5 5bb4296ef568b823cf12f034f8bf6a76
BLAKE2b-256 b96eb5bd79d2e6a60920b6803da45b36aef793c3a0d3037154e66c18b2749fa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0908412afef0f68f321a9b1bca031dce7dfec8b04bc3755cfe3ca5fe285b0c02
MD5 d255291e81c11c38d6f2a5313385d83f
BLAKE2b-256 7b627d62a884f2c77726e3c8ccd188f1e9edf35e3e49a054adb822a464d6a5ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2eaea295af7a0ba043f862c685a6ad7663e1a8fe9f2a2af51e7dfede05be1271
MD5 ca76c2b7a27099b7e170f685839e1a56
BLAKE2b-256 a1eaeb3dcd143a922be480ad8e83cd2ee7b001bd5d291ef92ca040fde0e86df7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67c18b59b937b31146d318263d31dacd23a71e3006373c91f9fcdad2acd097a2
MD5 7229d142ad66421c60a00393bd3f708f
BLAKE2b-256 f49fb5f497061aaa3a19f3ba01e3a9e2de0bbf0cc7708c11677cd624e73060f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rlgym_learn_algos-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1ba4abbdce4b8a0299c3737afc1602b19fcc2e10978a1b9433dc2a6acc4707ca
MD5 b496bf0e32865315a238cda722ecbe47
BLAKE2b-256 c3419fdf90da542f8e0594ad1709e494b4ca46911be71799c23719a74485c911

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