Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
$300 Free Credits to Build on Google Cloud
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
A library for implementing GOAP in an AI agent.
Based on pygoap v3 by Leif Theden et al.
Updated code to work without having pygame installed, bug-fixed functions to make them implement the behaviors that were expected, and implemented desired behaviors so that the Pirate demo works properly for all known actions and goals.
2D robotic simulator in Python 2.x, tested in 2.6 and 2.7, under Win7(64) and Ubuntu 10.04 (Lucid). Needs the matching version of Pygame installed! (www.pygame.org)
Download the .py file and two .bmp files:
-->back2_800_600 for background
-->any of the robo1.bmp through robo4.bmp for robot image (different colors).
The map of the "room" can be changed by modifying the list of obstacles.
Read more in ReadMe.txt and in the .py file comments.
...Turmites are types of little Turing machines, following their own set of instructions. They will always move forward, but depending on the color of cell they are on and their current internal state, they will change directions.
Requires Pygame.