1) Complete all of the #To Do in green using Python via google colab if possible showing output when complete
Finish the TwoByTwoVacuumEnvironment to handle a 2×2 environment:
If you are at a dirty location suck up the dirt
If the location is clean, move clockwiseTo define clockwise, assume (0,0) is top left and (1,1) is bottom right
The end state should be that all squares are clean
We can give the vacuum enough intelligence to not loop infinitely
For code reference: https://notebook.community/jo-tez/aima-python/vacu…