Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ To run this simulation, you will need the following installed on your system:
We recommend using a virtual environment to manage dependencies and avoid conflicts. Follow these steps to set up your local environment:

**1. Clone the repository**
```
git clone https://github.com/trieschlab/cais.git
```

**2. Create a virtual environment:**
```
Expand Down Expand Up @@ -72,6 +75,15 @@ You can customize the simulation behavior by passing various command-line argume
If you use this code or our findings in your research, please cite our paper:

```bibtex

@article{xu2026infant,
author = {Xu, Xia and Triesch, Jochen},
title = {Infants and Mobiles: Developing an Understanding of Cause and Effect},
journal = {Developmental Science},
volume = {29},
number = {4},
pages = {e70211},
doi = {https://doi.org/10.1111/desc.70211},
year = {2026}
}
```
---
---