top of page
Search

Day 10: Final Optimizations

As it's now time for battle, ARA-24 should be prepared for anything! Today we are trying to make small changes that will optimize ARA-24...

Day 9: Wumpus Wrangler

Today we added shooting capabilities to our robot! Now that we can guarantee the position of the Wumpus, we are able to shoot it! The...

Day 8: Gold and Wumpus Positions

Today we made a few more additions that were necessary before implementing shooting the Wumpus. Due to the fact that there is always one...

Day 7: Getting Home Quickly

Today we added a function that optimizes the path the robot takes to get home. Our previous method was not very efficient, so we chose to...

Day 6: Visualization

Today we added a way to visualize ARA-24's memory. While this was a quick addition, it proved to be very helpful when trying to debug our...

Day 5: Go Home, ARA-24!

Today we implemented the algorithm that makes the robot return home after it finds the gold. Some slight optimizations used to accomplish...

Day 4: Adding to ARA-24's Memory

Today we added a function called "update_objects". This function implements "memory" for ARA-24; it considers the types of objects that...

Day 3: Programming!

Today our robot was born! Before we started programming, we found it important to note that the program can only read one function's...

Day 2: Thinking and Planning

Today we continued to plan our algorithm. We started by identifying the variable types that would be needed for each value in our...

Day 1: The Beginning

Today we started to design our algorithm. We began by discussing the Wumpus World problem and how to approach it. We knew that there...

Blog: Blog2
bottom of page