About MineExpress:

MineExpress is an Artificial Intelligence project developed for routing or delivery tasks like Uber and amazon shipping. In this project, our agent is placed in a random location. There are also two random locations to pick up a package and drop off the package. We train our agents to find an optimal path to deliver the package to the destination. By adding paths contains blocks with different moving speeds, we also aim to minimize the delivery time. We use the q-learning algorithm as our main algorithm, Dijkstra’s algorithm as the upper bound, and random actions as the baseline. This project is visualized in the game Minecraft and Malmo platform.

Reports: