See our DevPost writeup for more information.
- Install Unreal Engine and build AirSim.
- Setup the conda environment with
conda env create -f environment.yml
conda activate ecoguardian
- Get API keys for OpenAI and/or Claude.
- Download the AirSim zip file from Releases, and unzip the package.
- Run the AirSim simulation as
./run.bat
from the unzipped folder. - Run
python chatgpt_airsim.py
orpython manual_airsim.py
from the conda environment.
See the AirSim docs for more in-depth API and settings information.