Senses

user_avatar Made by: TutorialDoctor

PROJECT DESCRIPTION

Share this project:

Creating something I call the Senses System. It's a bunch of logic determined to produce realistic AI for games. So far I have Touch and Sight (hearing in progress). I may have to rethink how to do smell as I'd need to be able to access more particle properties. Check my post in the forums on Artificial Intelligence in Hyperpad.

VERSION 1.3

Last Updated: September 21, 2022

The Sight behavior now stores things seen in the past in an array. I guess I will use arrays now for storing "memories" (dictionaries later). I display things sen in a text label for now. I wonder how this affects the project size. I can store up to 100 objects in the array easily.

COMMENTS

YOU MUST BE SIGNED IN TO LEAVE A COMMENT

February 20, 2017

I don't get it

February 20, 2017

The project doesn't make much sense yet. Should've waited till you had more.

February 20, 2017

I don't get what the buttons are for like the "& or" buttons. Are they meant to be usable as logic gates? Also, I don't get what this has to do with AI, other than that they can be used as data into the AI.

February 20, 2017

Yes. They will be used to store logic. I am building an AI system and am testing the logic in this project. Once this is complete I will use this as a template to copy to other projects for quick AI implementation. I can't post the full details here though.