You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project simulates an AI-based autonomous navigation system using Python.
🔥 Features
Grid-based simulation
Obstacle detection
A* path planning
Real-time movement
Path visualization
🛠 Tech Stack
Python
NumPy
Pygame
▶️ Run
python src/main.py
About
AI-Based Autonomous Navigation System using Python. This project simulates a robot navigating in a grid environment using A* path planning, obstacle avoidance, and real-time visualization with Pygame.