Python Artificial Intelligence
Budget: £10 – £20 GBP
Your job is to write code to control a character, who we will call “Tallon”. The Arena is populated by monsters, called “Blue Meanies”, and is filled with sludge pits and bonus stations. Tallon’s objective is to survive for as long as possible, collecting bonuses, and avoiding both the pits and the Blue Meanies
provided with Python code that implements the Mean Arena (including Meanies, pits and bonus stations) and which provides an API that allows Tallon to move, and provides information on the location of pits, bonus stations and Meanies as well as Tallon themself.
Provide control code for Tallon that allows them to navigate the Arena for as long as possible when the dungeon is fully observable, meaning that Tallon can see everything in the Arena.
Provide control code for Tallon that allows them to navigate the Arena for as long as possible when the dungeon is partially observable, meaning that Tallon cannot see everything in the Arena. They can only see objects within a certain distance.
The solutions can be the same piece of code, or two separate pieces of code, the choice is yours.
provided with Python code that implements the Mean Arena (including Meanies, pits and bonus stations) and which provides an API that allows Tallon to move, and provides information on the location of pits, bonus stations and Meanies as well as Tallon themself.
Provide control code for Tallon that allows them to navigate the Arena for as long as possible when the dungeon is fully observable, meaning that Tallon can see everything in the Arena.
Provide control code for Tallon that allows them to navigate the Arena for as long as possible when the dungeon is partially observable, meaning that Tallon cannot see everything in the Arena. They can only see objects within a certain distance.
The solutions can be the same piece of code, or two separate pieces of code, the choice is yours.