| Prev: Running total99 in batch modality | Up: Home | Next: Creating a plugin and registering components |
|---|---|---|
Table of contents
The first thing to know to extend FARSA is how to create your own plugins and components. Plugins, in fact can be used to implement new experiments, new fitness functions, new sensors, motors, and eventually new control formalisms of learning algorithm.
In this section we will first show how to create and compile a plugin, then how to implement a component that can be referred from configuration files. We will also introduce the resource mechanism and show how they can be used to increment code reuse in FARSA
Manual: ComponentsConfig
Manual: CreatingNewExperiment
Manual: Home
Manual: PluginsAndRegistration
Manual: Resources
Manual: Total99Batch
Anonymous