From 4638532a187a976bebb7cff8e7152b925b90530e Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:12:29 +0100 Subject: [PATCH] docs(*): Update bot config --- bot/src/bot.cfg | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/bot/src/bot.cfg b/bot/src/bot.cfg index c9b59b4..91bea19 100644 --- a/bot/src/bot.cfg +++ b/bot/src/bot.cfg @@ -7,7 +7,7 @@ python_file = ./bot.py requirements_file = ./requirements.txt # Name of the bot in-game -name = RLGymExampleBot +name = Sarpy 1.0.0 # The maximum number of ticks per second that your bot wishes to receive. maximum_tick_rate_preference = 120 @@ -15,17 +15,16 @@ maximum_tick_rate_preference = 120 [Details] # These values are optional but useful metadata for helper programs # Name of the bot's creator/developer -developer = The RLBot community +developer = Scruffy238 # Short description of the bot -description = This is a multi-line description - of the official rlgym example bot +description = This is a machine learning bot that uses the RLGym environment to train a neural network to play Rocket League. # Fun fact about the bot -fun_fact = +fun_fact = Its name comes from SARPBC, the prequel to Rocket League. # Link to github repository -github = https://github.com/RLGym/RLGymExampleBot +github = https://github.com/jcreek/Sarpy # Programming language language = rlgym