Skip to contents

Train the ANCCR model

Usage

ANCCR(parameters, experience, mapping, debug = FALSE, debug_t = -1, ...)

Arguments

parameters

A list containing the model parameters, as returned by get_parameters().

experience

A data.frame specifying trials as rows, as returned by make_experiment

mapping

A named list specifying trial and stimulus mapping, as returned by make_experiment

debug

Logical specifying whether to print debug information.

debug_t

Whether to invoke a browser at the end of a timestep equal to debug_t.

...

Additional named arguments

Value

A list with raw results

Note

This model is in a highly experimental state. Use with caution.