Skip to content
VinF edited this page Mar 9, 2016 · 10 revisions

The NeuralAgent class wraps up all methods for exploring, training and testing in any given environment.

It relies on controllers to modify its hyper parameters through time and to decide how the validation/test procedures should happen. Controllers are attached to an agent using the agent.attach(Controller) method.