Skip to main content

Rust modules for VirxERLU

Project description

VirxERLU-RLib

unsafe forbidden

About

VirxERLU is a series of utilities for RLBot.

VirxERLU-RLib is the high-performance Rust code with links to Python in order to provide fast and accurate numbers that you can trust.

Features

Currently, VirxERLU-RLib has:

  • 120tps ball prediction analysis
  • Near on-shots and very accurate distance calculations (always WIP but fairly good)
  • 120tps acceleration simulation using modified RLU speed controller
  • Pathing using Dubin's Paths that says in the field
  • Semi-variable turn radius calculations for pathing
  • 6 paths, 6 ways to stay in the field per slice
  • Shoots between two goal posts, not at a single point
  • Goal post correction
  • GameTickPacket parsing
  • Custom ball prediction struct length
  • Temporary shots (for just checking the time of a possible shot)
  • Support for any car on the field
  • Shot options
    • Search starting slice
    • Search ending slice
    • Using the car's true max speed (2300) instead of the value based off of the current boost amount
    • Don't search for shots that involve driving backwards
  • SIMD vector math
  • Gravity mutator support
  • (Partial) Ball size mutator support
  • Boost amount mutator support
  • Aerials consider multiple jump types and pick the best
    • Not jumping from the ground when upside down
    • Not jump when in the air
    • Jumping once from the ground
    • Jumping once in the air
    • Jumping twice from the ground

Using the car's true max speed

This might be a little confusing, so I'm going to explain it more.

TL;DR enabling this makes the shots more consistent and reliable, at the cost of getting to some shots slower or even not at all (but it will know that from the start.)

By default, every tick this library calculates the max speed that the car get get to with it's current boost amount. This has several benefits, such as being able to turn tighter on low boost and getting to locations faster. However, this is also susceptible to boost pick-ups. If you're bot picks up a small or large boost pad, the course of the bot may be entirely different after the fact.

By passing in "use_absolute_max_values" with a value of "True" this library will make sure that the path always stays the same, and it will only get faster with boost pickups. However, this may render certain shots impossible as the bot tries to say clear of walls and can't make as tight of a turn.

POTENTIAL SOLUTION: In the max speed calculation, consider all potential boost pad pickups.

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

VirxERLU_RLib-1.2.0.tar.gz (30.9 kB view details)

Uploaded Source

Built Distributions

VirxERLU_RLib-1.2.0-cp37-abi3-win_amd64.whl (366.1 kB view details)

Uploaded CPython 3.7+ Windows x86-64

VirxERLU_RLib-1.2.0-cp37-abi3-manylinux_2_28_x86_64.whl (446.7 kB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.28+ x86-64

File details

Details for the file VirxERLU_RLib-1.2.0.tar.gz.

File metadata

  • Download URL: VirxERLU_RLib-1.2.0.tar.gz
  • Upload date:
  • Size: 30.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for VirxERLU_RLib-1.2.0.tar.gz
Algorithm Hash digest
SHA256 1475ea5a3d76b8fb433e84274fbd66a6004ec82df1bdfc9b2e79d945f7685767
MD5 3d2caaafe82772dc6fc1ece47733f818
BLAKE2b-256 7f2053940c68586ec5d0f9bae70e5a5d54fa01ce462f7400c5a97b65340876f4

See more details on using hashes here.

File details

Details for the file VirxERLU_RLib-1.2.0-cp37-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for VirxERLU_RLib-1.2.0-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 1d5b89760e9798992dad55c621c564d4d78941858fad34d8761364f6982922b9
MD5 298169b6afcc7fcbb35a8a767f5e9ed7
BLAKE2b-256 77fd537ab6b2e84774b97feb4eb764b8f5d0de5a410c934a150338c51db3cea6

See more details on using hashes here.

File details

Details for the file VirxERLU_RLib-1.2.0-cp37-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for VirxERLU_RLib-1.2.0-cp37-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f65d01ef76476b1453c80321ea040ecbc46c510929c219ec8c9e2279040da6b8
MD5 56aa62066759e45c62f345895c2e0d5d
BLAKE2b-256 6fb5c2b362c2722543b65cf1f4ba4ab7e122251e7d0d37f3dd6641cdc8a05325

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page