.gitignore
LICENSE
README.md
pyproject.toml
rename.ipynb
reports/World Machine - Toy1D - Experiment 0 Protocol Test.md
reports/World Machine - Toy1D - Experiment 1 Configuration Test.md
reports/World Machine - Toy1D - Experiment 2 Best Long.md
reports/World Machine - Toy1D Dataset.md
reports/toy1d_experiment0/metrics_box_plot_0.1sdtw.png
reports/toy1d_experiment0/metrics_box_plot_mse.png
reports/toy1d_experiment0/pipeline_base.svg
reports/toy1d_experiment0/pipeline_experiment.svg
reports/toy1d_experiment0/pipeline_multiple.svg
reports/toy1d_experiment0/pipeline_variation.svg
reports/toy1d_experiment0/state_decoded_samples.png
reports/toy1d_experiment0/toy1d_samples.png
reports/toy1d_experiment0/train_history_optimizer_loss.png
reports/toy1d_experiment1/best_models_metrics.md
reports/toy1d_experiment1/divergence_probability.png
reports/toy1d_experiment1/filtered_divergence_probability.png
reports/toy1d_experiment1/joint_impact_normal.png
reports/toy1d_experiment1/joint_impact_prediction.png
reports/toy1d_experiment1/joint_impact_prediction_local.png
reports/toy1d_experiment1/joint_impact_prediction_shallow.png
reports/toy1d_experiment1/joint_impact_use_state.png
reports/toy1d_experiment1/metric_distribution_mse.png
reports/toy1d_experiment1/pearson_mse_between_tasks.png
reports/toy1d_experiment1/pipeline_base.svg
reports/toy1d_experiment1/pipeline_final.svg
reports/toy1d_experiment1/pipeline_final_rotated.svg
reports/toy1d_experiment1/pipeline_multiple.svg
reports/toy1d_experiment1/pipeline_variation.svg
reports/toy1d_experiment1/variable_impact_on_duration.png
reports/toy1d_experiment1/variable_impact_on_tasks.png
reports/toy1d_experiment2/optimizer_loss.png
reports/toy1d_experiment2/pipeline_base.svg
reports/toy1d_experiment2/pipeline_final.svg
reports/toy1d_experiment2/pipeline_multiple.svg
reports/toy1d_experiment2/pipeline_variation.svg
reports/toy1d_experiment2/prediction_shallow_samples.png
reports/toy1d_experiment2/variation_performance.png
src/world_machine_experiments/__init__.py
src/world_machine_experiments.egg-info/PKG-INFO
src/world_machine_experiments.egg-info/SOURCES.txt
src/world_machine_experiments.egg-info/dependency_links.txt
src/world_machine_experiments.egg-info/requires.txt
src/world_machine_experiments.egg-info/top_level.txt
src/world_machine_experiments/shared/__init__.py
src/world_machine_experiments/shared/acronyms.py
src/world_machine_experiments/shared/function_variation.py
src/world_machine_experiments/shared/load_multiple_metrics.py
src/world_machine_experiments/shared/metric_plot.py
src/world_machine_experiments/shared/parameter_variation_plots.py
src/world_machine_experiments/shared/pipeline.py
src/world_machine_experiments/shared/random.py
src/world_machine_experiments/shared/save_metrics.py
src/world_machine_experiments/shared/save_parameters.py
src/world_machine_experiments/shared/save_plots.py
src/world_machine_experiments/shared/split_data.py
src/world_machine_experiments/shared/statistics.py
src/world_machine_experiments/shared/train_plots.py
src/world_machine_experiments/tools/__init__.py
src/world_machine_experiments/tools/export_zip.py
src/world_machine_experiments/tools/zenodo_upload.py
src/world_machine_experiments/toy1d/__init__.py
src/world_machine_experiments/toy1d/channels.py
src/world_machine_experiments/toy1d/experiment0_protocol_test.py
src/world_machine_experiments/toy1d/experiment1_configuration_test.py
src/world_machine_experiments/toy1d/experiment2_best_long.py
src/world_machine_experiments/toy1d/export_dataset.py
src/world_machine_experiments/toy1d/base/__init__.py
src/world_machine_experiments/toy1d/base/autoregressive.py
src/world_machine_experiments/toy1d/base/data.py
src/world_machine_experiments/toy1d/base/dataloader.py
src/world_machine_experiments/toy1d/base/dataset.py
src/world_machine_experiments/toy1d/base/mask_sensory.py
src/world_machine_experiments/toy1d/base/metrics.py
src/world_machine_experiments/toy1d/base/model.py
src/world_machine_experiments/toy1d/base/plot.py
src/world_machine_experiments/toy1d/base/simple_shift_loss.py
src/world_machine_experiments/toy1d/base/train.py
src/world_machine_experiments/toy1d/multiple/__init__.py
src/world_machine_experiments/toy1d/multiple/multiple_runs.py
src/world_machine_experiments/toy1d/parameter_variation/__init__.py
src/world_machine_experiments/toy1d/parameter_variation/parameter_variation.py
src/world_machine_experiments/toy1d/specific/__init__.py
src/world_machine_experiments/toy1d/specific/experiment0.py
src/world_machine_experiments/toy1d/specific/experiment2.py
src/world_machine_experiments/toy1d/specific/experiment1/__init__.py
src/world_machine_experiments/toy1d/specific/experiment1/_shared.py
src/world_machine_experiments/toy1d/specific/experiment1/best_models.py
src/world_machine_experiments/toy1d/specific/experiment1/disjoint_groups.py
src/world_machine_experiments/toy1d/specific/experiment1/divergence_probability.py
src/world_machine_experiments/toy1d/specific/experiment1/impact_test.py
src/world_machine_experiments/toy1d/specific/experiment1/joint_impact_test.py
src/world_machine_experiments/toy1d/specific/experiment1/masked_percentage.py
src/world_machine_experiments/toy1d/specific/experiment1/metrics_distribution.py
src/world_machine_experiments/toy1d/specific/experiment1/prepare_data.py