Metadata-Version: 2.4
Name: world_machine_experiments
Version: 0.2.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
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
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.17806741-1082c3?style=for-the-badge)](https://doi.org/10.5281/zenodo.17806741)


# 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

## License

```
Copyright 2025 Elton Cardoso do Nascimento & Paula Dornhofer Paro Costa 

Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.gnu.org/licenses/lgpl-3.0.html

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License
```
