Create a "grid world" sandbox in which to test AI ideas
- Make sure that python3 and pip3 are installed
- Run
make install
to ensure that the necessary python packages are installed - Start the simulation:
make run
- Control the simulation with the following keyboard controls:
- Spacebar: starts and stops the simulation (simulation is paused initially)
- Numbers 1-9: control simluation speed (1 is fastest and 9 is lowest)
- The grid world is composed of "environmental blocks," through which agents can interact
- These agents can be controlled by the user, but will primarily be navigated by various AIs
- Refer to ./notes/documentation.txt for more detailed information