mirror of
https://github.com/jcreek/Sarpy.git
synced 2026-07-13 03:03:43 +00:00
docs(*): Update bot config
This commit is contained in:
+5
-6
@@ -7,7 +7,7 @@ python_file = ./bot.py
|
|||||||
requirements_file = ./requirements.txt
|
requirements_file = ./requirements.txt
|
||||||
|
|
||||||
# Name of the bot in-game
|
# 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.
|
# The maximum number of ticks per second that your bot wishes to receive.
|
||||||
maximum_tick_rate_preference = 120
|
maximum_tick_rate_preference = 120
|
||||||
@@ -15,17 +15,16 @@ maximum_tick_rate_preference = 120
|
|||||||
[Details]
|
[Details]
|
||||||
# These values are optional but useful metadata for helper programs
|
# These values are optional but useful metadata for helper programs
|
||||||
# Name of the bot's creator/developer
|
# Name of the bot's creator/developer
|
||||||
developer = The RLBot community
|
developer = Scruffy238
|
||||||
|
|
||||||
# Short description of the bot
|
# Short description of the bot
|
||||||
description = This is a multi-line description
|
description = This is a machine learning bot that uses the RLGym environment to train a neural network to play Rocket League.
|
||||||
of the official rlgym example bot
|
|
||||||
|
|
||||||
# Fun fact about the bot
|
# Fun fact about the bot
|
||||||
fun_fact =
|
fun_fact = Its name comes from SARPBC, the prequel to Rocket League.
|
||||||
|
|
||||||
# Link to github repository
|
# Link to github repository
|
||||||
github = https://github.com/RLGym/RLGymExampleBot
|
github = https://github.com/jcreek/Sarpy
|
||||||
|
|
||||||
# Programming language
|
# Programming language
|
||||||
language = rlgym
|
language = rlgym
|
||||||
|
|||||||
Reference in New Issue
Block a user