Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 508 Bytes

File metadata and controls

16 lines (12 loc) · 508 Bytes

MiniMetroAI

Features

  • Dynamic Map Generation:

    • Randomly generated maps with rivers, lakes, islands, and stations.
    • Real-time visualization using pygame.
  • Game Mechanics:

    • Add, remove, or extend metro lines.
    • Use tunnels to cross water zones.
    • Optimize passenger movement to reduce congestion.
  • AI Training:

    • Train a reinforcement learning model to manage the metro system efficiently.
    • Incorporate realistic constraints like overcrowding and limited resources.