docs(*): Update bot config

This commit is contained in:
Josh Creek
2023-09-25 21:12:29 +01:00
parent 12ae059818
commit 4638532a18
+5 -6
View File
@@ -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