diff --git a/RLBotPack/SeerV1/SeerV1_30000.pt b/RLBotPack/SeerV1/SeerV1_30000.pt deleted file mode 100644 index d8f6a1a7..00000000 Binary files a/RLBotPack/SeerV1/SeerV1_30000.pt and /dev/null differ diff --git a/RLBotPack/SeerV1/appearance.cfg b/RLBotPack/SeerV1/appearance.cfg deleted file mode 100644 index a108cafa..00000000 --- a/RLBotPack/SeerV1/appearance.cfg +++ /dev/null @@ -1,100 +0,0 @@ -[Bot Loadout] -# Primary Color selection -team_color_id = 57 -# Secondary Color selection -custom_color_id = 0 -# Car type (Octane, Merc, etc) -car_id = 23 -# Type of decal -decal_id = 4989 -# Wheel selection -wheels_id = 2614 -# Boost selection -boost_id = 32 -# Antenna Selection -antenna_id = 0 -# Hat Selection -hat_id = 0 -# Paint Type (for first color) -paint_finish_id = 273 -# Paint Type (for secondary color) -custom_finish_id = 0 -# Engine Audio Selection -engine_audio_id = 0 -# Car trail Selection -trails_id = 1898 -# Goal Explosion Selection -goal_explosion_id = 4549 -# Finds the closest primary color swatch based on the provided RGB value like [34, 255, 60] -primary_color_lookup = None -# Finds the closest secondary color swatch based on the provided RGB value like [34, 255, 60] -secondary_color_lookup = None - -[Bot Loadout Orange] -# Primary Color selection -team_color_id = 35 -# Secondary Color selection -custom_color_id = 0 -# Car type (Octane, Merc, etc) -car_id = 23 -# Type of decal -decal_id = 4989 -# Wheel selection -wheels_id = 2614 -# Boost selection -boost_id = 32 -# Antenna Selection -antenna_id = 0 -# Hat Selection -hat_id = 0 -# Paint Type (for first color) -paint_finish_id = 273 -# Paint Type (for secondary color) -custom_finish_id = 0 -# Engine Audio Selection -engine_audio_id = 0 -# Car trail Selection -trails_id = 1898 -# Goal Explosion Selection -goal_explosion_id = 4549 -# Finds the closest primary color swatch based on the provided RGB value like [34, 255, 60] -primary_color_lookup = None -# Finds the closest secondary color swatch based on the provided RGB value like [34, 255, 60] -secondary_color_lookup = None - -[Bot Paint Blue] -# car_paint_id -car_paint_id = 12 -# decal_paint_id -decal_paint_id = 0 -# wheels_paint_id -wheels_paint_id = 3 -# boost_paint_id -boost_paint_id = 0 -# antenna_paint_id -antenna_paint_id = 0 -# hat_paint_id -hat_paint_id = 0 -# trails_paint_id -trails_paint_id = 0 -# goal_explosion_paint_id -goal_explosion_paint_id = 12 - -[Bot Paint Orange] -# car_paint_id -car_paint_id = 12 -# decal_paint_id -decal_paint_id = 0 -# wheels_paint_id -wheels_paint_id = 3 -# boost_paint_id -boost_paint_id = 14 -# antenna_paint_id -antenna_paint_id = 0 -# hat_paint_id -hat_paint_id = 0 -# trails_paint_id -trails_paint_id = 14 -# goal_explosion_paint_id -goal_explosion_paint_id = 12 - diff --git a/RLBotPack/SeerV1/bot.cfg b/RLBotPack/SeerV1/bot.cfg deleted file mode 100644 index 3022f8ca..00000000 --- a/RLBotPack/SeerV1/bot.cfg +++ /dev/null @@ -1,35 +0,0 @@ -[Locations] -# Path to loadout config. Can use relative path from here. -looks_config = ./appearance.cfg - -# Path to python file. Can use relative path from here. -python_file = ./bot.py - -# Name of the bot in-game -name = SeerV1 - -logo_file = ./logo.png - -# The maximum number of ticks per second that your bot wishes to receive. -maximum_tick_rate_preference = 120 - -supports_early_start = True - -[Details] -# These values are optional but useful metadata for helper programs -# Name of the bot's creator/developer -developer = Neville Walo - -# Short description of the bot -description = A 1v1 bot created using reinforcement learning. - -# Fun fact about the bot -fun_fact = Trained for 40 years! - -# Link to github repository -github = https://github.com/Walon1998/SeerWorker - -# Programming language -language = python - -tags = 1v1 \ No newline at end of file diff --git a/RLBotPack/SeerV1/bot.py b/RLBotPack/SeerV1/bot.py deleted file mode 100644 index b6d6fe3a..00000000 --- a/RLBotPack/SeerV1/bot.py +++ /dev/null @@ -1,6 +0,0 @@ -from SeerPPO.V1 import SeerV1Template - - -class SeerV1(SeerV1Template): - def __init__(self, name, team, index): - super().__init__(name, team, index, "./SeerV1/SeerV1_30000.pt") diff --git a/RLBotPack/SeerV1/logo.png b/RLBotPack/SeerV1/logo.png deleted file mode 100644 index ee84d4a6..00000000 Binary files a/RLBotPack/SeerV1/logo.png and /dev/null differ diff --git a/RLBotPack/SeerV1/requirements.txt b/RLBotPack/SeerV1/requirements.txt deleted file mode 100644 index b15f45b3..00000000 --- a/RLBotPack/SeerV1/requirements.txt +++ /dev/null @@ -1,6 +0,0 @@ -rlbot -torch -numpy -scikit-learn -numba -SeerPPO>=0.0.8 \ No newline at end of file