Am Mittwoch, 20. Juni 2018 05:01:26 UTC+2 schrieb
menti...@gmail.com:
> MindForth is the First Working AGI for robot embodiment.
Suppose, I have written an agent in the Forth language, which is great for
object-oriented programming. For example, this one:
#include <iostream>
class Agent {
public:
std::string name;
void initblackboard() { }
void learnfromuser() { }
void run() { }
};
I belief the agent works well. But how can i use MindForth AGI to determine
the Intelligence quotient of the agent in an objective way?
Thank you.