diff --git a/RLBotPack/Invisibot/README.md b/RLBotPack/Invisibot/README.md index 94c7eb5f..99637a30 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. +Nexto though, a bad Nexto still performs pretty well. 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 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