Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include lap time in reward function #80

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2023

  1. Update the reward function to depend on lap time

    Add a bonus reward that scales inversely with the lap time (low lap time = high bonus reward). The scaling factor `bonus_coeff` needs to be tuned for optimal results.
    till2 authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0d1ceaa View commit details
    Browse the repository at this point in the history
  2. small oversight

    till2 authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    dfe3d44 View commit details
    Browse the repository at this point in the history