larvaworld.portal.landing_registry

Attributes

DOCS_ROOT

GITHUB_ROOT

GITHUB_ISSUES

DOCS_WEB_APPS

DOCS_EXPERIMENT_VIEWER

DOCS_TRACK_VIEWER

DOCS_MODEL_INSPECTOR

DOCS_MODULE_INSPECTOR

DOCS_LATERAL_OSCILLATOR

DOCS_SINGLE_EXPERIMENTS

DOCS_EXPERIMENT_TYPES

DOCS_BATCH_RUNS

DOCS_REFERENCE_DATASETS

DOCS_DATA_PROCESSING

DOCS_PLOTTING_API

DOCS_ARENAS_SUBSTRATES

DOCS_AGENT_ARCHITECTURE

DOCS_MODEL_EVALUATION

DOCS_GA_OPTIMIZATION

DOCS_COMPARE_DATASETS

NOTEBOOK_TUTORIAL_BY_ITEM_ID

PINNED_QUICK_START

QUICK_START_MODES

QUICK_START_DEFAULT_MODE

LANES

ITEMS

Module Contents

larvaworld.portal.landing_registry.DOCS_ROOT = 'https://larvaworld.readthedocs.io/en/latest/'
larvaworld.portal.landing_registry.GITHUB_ROOT = 'https://github.com/nawrotlab/larvaworld'
larvaworld.portal.landing_registry.GITHUB_ISSUES = 'https://github.com/nawrotlab/larvaworld/issues'
larvaworld.portal.landing_registry.DOCS_WEB_APPS = 'https://larvaworld.readthedocs.io/en/latest/visualization/web_applications.html'
larvaworld.portal.landing_registry.DOCS_EXPERIMENT_VIEWER = 'https://larvaworld.readthedocs.io/en/latest/visualization/web_applications.html#experiment-viewer'
larvaworld.portal.landing_registry.DOCS_TRACK_VIEWER = 'https://larvaworld.readthedocs.io/en/latest/visualization/web_applications.html#track-viewer'
larvaworld.portal.landing_registry.DOCS_MODEL_INSPECTOR = 'https://larvaworld.readthedocs.io/en/latest/visualization/web_applications.html#model-inspector'
larvaworld.portal.landing_registry.DOCS_MODULE_INSPECTOR = 'https://larvaworld.readthedocs.io/en/latest/visualization/web_applications.html#module-inspector'
larvaworld.portal.landing_registry.DOCS_LATERAL_OSCILLATOR = 'https://larvaworld.readthedocs.io/en/latest/visualization/web_applications.html#lateral-oscillat...
larvaworld.portal.landing_registry.DOCS_SINGLE_EXPERIMENTS = 'https://larvaworld.readthedocs.io/en/latest/working_with_larvaworld/single_experiments.html'
larvaworld.portal.landing_registry.DOCS_EXPERIMENT_TYPES = 'https://larvaworld.readthedocs.io/en/latest/concepts/experiment_types.html'
larvaworld.portal.landing_registry.DOCS_BATCH_RUNS = 'https://larvaworld.readthedocs.io/en/latest/working_with_larvaworld/batch_runs_advanced.html'
larvaworld.portal.landing_registry.DOCS_REFERENCE_DATASETS = 'https://larvaworld.readthedocs.io/en/latest/data_pipeline/reference_datasets.html'
larvaworld.portal.landing_registry.DOCS_DATA_PROCESSING = 'https://larvaworld.readthedocs.io/en/latest/data_pipeline/data_processing.html'
larvaworld.portal.landing_registry.DOCS_PLOTTING_API = 'https://larvaworld.readthedocs.io/en/latest/visualization/plotting_api.html'
larvaworld.portal.landing_registry.DOCS_ARENAS_SUBSTRATES = 'https://larvaworld.readthedocs.io/en/latest/agents_environments/arenas_and_substrates.html'
larvaworld.portal.landing_registry.DOCS_AGENT_ARCHITECTURE = 'https://larvaworld.readthedocs.io/en/latest/agents_environments/larva_agent_architecture.html'
larvaworld.portal.landing_registry.DOCS_MODEL_EVALUATION = 'https://larvaworld.readthedocs.io/en/latest/working_with_larvaworld/model_evaluation.html'
larvaworld.portal.landing_registry.DOCS_GA_OPTIMIZATION = 'https://larvaworld.readthedocs.io/en/latest/working_with_larvaworld/ga_optimization_advanced.html'
larvaworld.portal.landing_registry.DOCS_COMPARE_DATASETS = 'https://larvaworld.readthedocs.io/en/latest/working_with_larvaworld/model_evaluation.html#statis...
larvaworld.portal.landing_registry.NOTEBOOK_TUTORIAL_BY_ITEM_ID: dict[str, str]
larvaworld.portal.landing_registry.PINNED_QUICK_START: list[str] = ['wf.run_experiment', 'wf.export_center', 'wf.deb_explorer']
larvaworld.portal.landing_registry.QUICK_START_MODES: list[larvaworld.portal.registry_types.QuickStartModeSpec]
larvaworld.portal.landing_registry.QUICK_START_DEFAULT_MODE = 'user'
larvaworld.portal.landing_registry.LANES: list[larvaworld.portal.registry_types.LaneSpec]
larvaworld.portal.landing_registry.ITEMS: dict[str, larvaworld.portal.registry_types.LandingItem]