Metadata-Version: 2.4
Name: world_machine_experiments
Version: 0.2
Summary: Experiments of the World Machine project, that investigates the concept and creation of computational world models
Author-email: Elton Cardoso do Nascimento <e233840@dac.unicamp.br>
Project-URL: Homepage, https://h-iaac.github.io/WorldMachine/
Project-URL: Bug Tracker, https://github.com/EltonCN/WorldMachine/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: tensordict
Requires-Dist: numpy
Requires-Dist: docstring_parser
Requires-Dist: sf-hamilton
Requires-Dist: scipy
Requires-Dist: pysdtw
Requires-Dist: seaborn
Requires-Dist: networkx[default]
Requires-Dist: pydot
Requires-Dist: graphviz
Requires-Dist: zenodo_client
Dynamic: license-file

[![](https://img.shields.io/pypi/v/world_machine_experiments?style=for-the-badge)](https://pypi.org/project/world_machine_experiments) [![](https://img.shields.io/pypi/l/world_machine_experiments?style=for-the-badge)](https://github.com/H-IAAC/WorldMachine/blob/main/LICENSE) [![](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/H-IAAC/WorldMachine) [![](https://img.shields.io/badge/-Documentation-fe9c22?style=for-the-badge&link=https%3A%2F%2Fh-iaac.github.io%WorldMachine%2F)](https://h-iaac.github.io/WorldMachine) [![](https://img.shields.io/badge/DOI-10.5281/zenodo.DOIAQUI-1082c3?style=for-the-badge)](https://doi.org/10.5281/zenodo.DOIAQUI)


# World Machine Experiments

Here are the experiments conducted in the World Machine project. For more information on each specific experiment, see our [reports](https://h-iaac.github.io/WorldMachine/reports/index.html).

World Machine is a research project that investigates the concept and creation of computational world models. These AI systems create internal representations to understand and make predictions about the external world. See the [project page](https://h-iaac.github.io/WorldMachine/) for more information. The project is part of the [H.IAAC](https://hiaac.unicamp.br/en/), the Hub for Artificial Intelligence and Cognitive Architecture, located at the Universidade Estadual de Campinas (UNICAMP), Brazil.

## Structure

- src: _world_machine_experiments_ source code.
- reports: source of the experiment reports.

## Installation / Usage

- Installing using pip:

    ```bash
    pip install --upgrade pip
    pip install world_machine_experiments
    ```

- For installing from the repository:

    ```bash
    git clone https://github.com/H-IAAC/WorldMachine
    cd WorldMachine/experiments
    pip install --upgrade pip
    pip install .
    ```

See the [report](https://h-iaac.github.io/WorldMachine/reports/index.html) of the experiment you wish to reproduce, for more information on how to perform it.


## Authors
  
- (2025-) Elton Cardoso do Nascimento: M. Eng. student, FEEC-UNICAMP
- (Advisor, 2025-) Paula Dornhofer Paro Costa: Professor, FEEC-UNICAMP
  
## Acknowledgements


Project supported by the brazilian Ministry of Science, Technology and Innovations, with resources from Law No. 8,248, of October 23, 1991
