OpenANN  1.1.0
An open source library for artificial neural networks.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
protocol.h
Go to the documentation of this file.
1 /* Initialize agent by retrieving task information from server
2  * and send agent name to server to start logging.
3  */
4 int performInit(int sd, int argc, const char* agent_params[]);
5 
6 /* Run the agent for an entire episode */
7 int performEpisode(int sd);
8 
9 /* Calls the agent cleanup function */
10 void performCleanup();