AI-Explorations

robotrobot

Python

In this project the goal was to implement a virtual vacuum cleaner robot. Feel free to check out my solution on Github. Since the agent is unaware of its surroundings it can't go directly for the dirty spots. I implemented a heat map that registers where the agent has been in order to keep the agent "curious" and prone to explore new environments. I also added a file named "have_fun.py" without a solution programmed so that you can try it for yourself!