THE AUDITORY MODELING TOOLBOX

Applies to version: 1.6.0

View the code

Go to function

frambi_disp
Display the logs generated during simulations

Usage:

frambi_disp(logs);

Input parameters:

logs

Cell array generated by frambi_simulate containing log entries for each simulation cycle (in rows) with the following fields:

  • agent: Structure containing the state of the agent.
  • environment: Structure containing the state of the environment.
  • response: The response as returned by the function agent.model.respond. Only the response of the last element in logs will be displayed, all other elements will be ignored.

Description:

frambi_disp(..) iterates over the logs generated by frambi_simulate and displays the states of the agent and environment within each simulation cycle. Then, it displays the response as found in the last entry of logs.

See the output of dynamic in exp_barumerli2024 for an example.

References:

R. Barumerli and P. Majdak. FrAMBI: A Software Framework for Auditory Modeling Based on Bayesian Inference. under review at Neuroinformatics, 2024.