From ce912fd6f1ac4fe41b7c9cde5365bd2df58f1e4c Mon Sep 17 00:00:00 2001 From: redd <107080537+redd-rl@users.noreply.github.com> Date: Sun, 6 Nov 2022 01:15:28 +0100 Subject: [PATCH 1/4] Update README.md Change instances of "Kamael" to "Nexto" --- RLBotPack/Invisibot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RLBotPack/Invisibot/README.md b/RLBotPack/Invisibot/README.md index 94c7eb5f..55227338 100644 --- a/RLBotPack/Invisibot/README.md +++ b/RLBotPack/Invisibot/README.md @@ -2,7 +2,7 @@ Invisibot is Rocket League bot that has invisiblity powers. -It is powered by Kamael and RLUtilities. +It is powered by Nexto and RLUtilities. # How does it work? @@ -30,6 +30,6 @@ give other bots invisibility powers. Here are the requirements: The bot is working pretty well. Sometimes the simulation is not perfect and it results in the bot not being in the place that the "controlling" bot expects. This results in invisibot performing worse than the "controlling" bot. Since the controlling bot is -Kamael though, a bad Kamael still performs pretty well. +Kamael though, a bad Nexto still performs pretty well. From 11bdfaab3be60b2361f61de6a0985384361471e1 Mon Sep 17 00:00:00 2001 From: redd <107080537+redd-rl@users.noreply.github.com> Date: Sun, 6 Nov 2022 01:16:07 +0100 Subject: [PATCH 2/4] Update invisibot.py Change the selected bot in Invisibot to be Nexto --- RLBotPack/Invisibot/src/invisibot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RLBotPack/Invisibot/src/invisibot.py b/RLBotPack/Invisibot/src/invisibot.py index 6bba8152..2bef372a 100644 --- a/RLBotPack/Invisibot/src/invisibot.py +++ b/RLBotPack/Invisibot/src/invisibot.py @@ -8,7 +8,7 @@ from rlbot.utils.class_importer import import_agent -botlib = import_agent(path.abspath('../Kamael_family/Kamael.py')) +botlib = import_agent(path.abspath('../Necto/Nexto/bot.py')) BaseBot = botlib.get_loaded_class() from rlbot.agents.base_agent import SimpleControllerState From f3f675513ad65a49eca621435a8fd2775f0bd982 Mon Sep 17 00:00:00 2001 From: redd <107080537+redd-rl@users.noreply.github.com> Date: Sun, 6 Nov 2022 01:16:36 +0100 Subject: [PATCH 3/4] Update invisibot.cfg Change instance of "Kamael" to "Nexto" --- RLBotPack/Invisibot/src/invisibot.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RLBotPack/Invisibot/src/invisibot.cfg b/RLBotPack/Invisibot/src/invisibot.cfg index 2342eed2..08f7adeb 100644 --- a/RLBotPack/Invisibot/src/invisibot.cfg +++ b/RLBotPack/Invisibot/src/invisibot.cfg @@ -21,7 +21,7 @@ developer = azeemba description = This Delorean has mastered more than time travel. What it has learned is: You can't beat what you can't see. # Fun fact about the bot -fun_fact = Invisibot is Kamael with invisibility powers. +fun_fact = Invisibot is Nexto with invisibility powers. # Link to github repository github = https://github.com/azeemba/invisibot From aaa68274a92b196d7fe0f68ed39c0c881443c212 Mon Sep 17 00:00:00 2001 From: redd <107080537+redd-rl@users.noreply.github.com> Date: Sun, 6 Nov 2022 01:17:52 +0100 Subject: [PATCH 4/4] Update README.md --- RLBotPack/Invisibot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RLBotPack/Invisibot/README.md b/RLBotPack/Invisibot/README.md index 55227338..99637a30 100644 --- a/RLBotPack/Invisibot/README.md +++ b/RLBotPack/Invisibot/README.md @@ -30,6 +30,6 @@ give other bots invisibility powers. Here are the requirements: The bot is working pretty well. Sometimes the simulation is not perfect and it results in the bot not being in the place that the "controlling" bot expects. This results in invisibot performing worse than the "controlling" bot. Since the controlling bot is -Kamael though, a bad Nexto still performs pretty well. +Nexto though, a bad Nexto still performs pretty well.