{% extends "base.html" %} {% block title %}Experiments · palaestrAI{% endblock %} {% block head %} {% endblock %} {% block content %}

Experiments

Load, edit and create arsenAI experiment documents (YAML). Pick an experiment on the left to load it; double-click a section to edit just that subtree in place, or use Toggle Editor for the whole document. Save stores the document (a new experiment, or an update while no runs exist yet); Generate creates concrete experiment runs via arsenAI; Schedule all schedules every generated run. Drag a template snippet from the right onto a section to insert it.

{% include "experiments_list.html" %}

New document

Add as template

Save as a new experiment

This experiment already has generated runs and is immutable. Enter a new name to store a copy.

Done

{% endblock %} {% block scripts %} {% endblock %}