# AI in VRC: Pac-Man Pete

This article is a whitepaper produced by BLRSAI: a collaboration between the Purdue SIGBots and Purdue SIGAI to create a robust framework for AI coprocessing and training with a VEX robot. All work was done during the 2021-2022 VRC game, [Tipping Point](https://www.youtube.com/watch?v=H8XcvADUXTE).&#x20;

{% embed url="<https://drive.google.com/file/d/1Fx9-o759jEp-RexDW9PPHj-qHniJF9G4/view?usp=sharing>" %}

{% embed url="<https://github.com/BLRSAI>" %}

{% embed url="<https://github.com/BLRSAI/release_TP_competition_code>" %}

{% embed url="<https://github.com/BLRSAI/VEXAI-Sim>" %}

{% embed url="<https://github.com/BLRSAI/release_TP_rings_localization_and_mapping>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.purduesigbots.com/software/ai-in-vrc-pac-man-pete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
