OpenANN
1.1.0
An open source library for artificial neural networks.
Main Page
Classes
Files
List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
benchmarks
octopusarm
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
();
Generated on Wed Jul 9 2014 08:57:52 for OpenANN by
1.8.4