Skip to content

Unfinished grid world simulation with predator-prey AIs

Notifications You must be signed in to change notification settings

uncmath25/grid_world_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid World AI Simulator

Description:

Create a "grid world" sandbox in which to test AI ideas

Usage

  • 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)

Details

  • 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

About

Unfinished grid world simulation with predator-prey AIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published