Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Download Free Tool
Retool your internal operations
Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.
Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
Wumpus World Game is based on knowledgebase agents and is described in the book , Artificial Intelligence : A Modern Approach (Russel - Norvig).
This is an implementation of Wumpus World (a Knowledgebase agent game) using csharp alongside prolog with a GUI.
C# has the main environment of the game and the GUI
The GUI was created using WPF , Windows Presentation Foundation
Prolog is used as the knowledgebase of the agent of Wumpus World
In order for C# to communicate with Prolog a Csharp interface is used SWI-Prolog.
Author: Abdulrahman Zakrt
Date: Jan.02, 2018
Requirements
This implementation of Wumpus World uses prolog and is based on Dotnet and requires the following:
64 bit windows machine , Currently the game only supports 64 bit machines
SWIPL(v6.6.6) 64 bit (Installed automatically by the game if not available)
Latest Version of DotNet (Installed automatically by windows)
How to Use
In order to use the GUI only you can use the setup.exe in the SetupFiles.
GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner).
...The world has an amount of energy that the user may use to create Actors and components while Actors may also create other Actors from their own energy.
The code is structured in several layers:
- april-core simply defines the library and the objects
- april-gui builds on the concepts in april-core, giving a visual interpretation to the concepts
- AprilDream is a GUI program that uses april-gui objects to display a World in evolution.
The code base also contains a test suite based on [Google test](http://code.google.com/p/googletest/) and a set of ever-growing commented examples.
Pandora is an artificial intelligent web based bot
Pandora is an artificial intelligent web based bot written in Java. Pandora is a component based AI architecture including, database memory, XML, voice, voice rec, chat, IRC, HTTP, Wiktionary, Freebase, consciousness, language, GUI, applet, web, jsp, Android
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
This is a GUI, Java implementation of the Ant Colony Optimisation/Particle Swarm Optimisation (PSO/ACO2) rule induction algorithm. This project was inspired by Ant-Miner, but handles continuous attributes using PSO or now Differential Evolution.
An open source chess engine in C, released under the GPL. Compatible with the XBoard and UCI interface protocols to link to a GUI or other chess arbiter.
A Checkers game implementation in Java that is optimized for AI's. It includes a basic GUI and a trainer for learning AI's. This started as a Checkers program for a Checkers AI contest in the Stanford EPGY 2008 summer AI course.
a simple c/s framework software to play Reversi game also known as Othelo, with a well developed AI client, one could develop his/her own client too. Please refer to https://github.com/aijunbai/reversi.git for possible updates.
The central aim of OrkAPI is to be an interface to any kind of Ork-related data within Java. It also features a GUI that can assist in creating a move and inspecting the collected data. There are many points to extend OrkAPI with "Plugin" classes.
Ubiquity is a framework for device agents. It includes system level functionality such as networking, XML message passing, agent discovery, and GUI support for building a system of agents that wrap devices, enabling the creation of smart devices.
This project will provide an interface for using Lightweight Communications Calculus (LCC) to control agents in the Unreal Tournament enviroment. It consists of a prolog-style interperter, LCC parser/IDE,a GUI / LCC editor and interfaces to the Gamebots
ORTS is an RTS game engine. It is server/client-based and therefore suitable for on-line competitions. Games and the OpenGL GUI are scriptable. A sample game with many MD3 models is included. SVN access is provided through the home page.