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
A Knowledge-Based AI agent that solves the Wumpus World environment using logical reasoning and inference. Built with Python (PyScript), HTML, and JavaScript, the project demonstrates propositional logic, resolution theorem proving, and safe-path decision making with real-time grid visualization in the browser.
A Knowledge-Based AI agent that solves the Wumpus World using Propositional Logic and Resolution Refutation, built with Python (Flask) and a simple interactive frontend.
An interactive AI agent that navigates a dynamic Wumpus World using logical inference and percept-based reasoning. The system uses Flask for backend processing and a modern web UI for real-time visualization of agent decisions, hazards, and exploration paths.