# My first Agents.jl project - Toy model of rental market

**URL:** https://discourse.julialang.org/t/my-first-agents-jl-project-toy-model-of-rental-market/111127
**Category:** New to Julia
**Tags:** agentsjl
**Created:** [March 4, 2024, 12:21pm UTC](https://discourse.julialang.org/t/my-first-agents-jl-project-toy-model-of-rental-market/111127 "2024-03-04T12:21:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Piotr\_Zakrzewski](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/piotr_zakrzewski/32/207290_2.png) [@Piotr\_Zakrzewski](https://discourse.julialang.org/u/Piotr_Zakrzewski)
#### Post date: [March 4, 2024, 12:21pm UTC](https://discourse.julialang.org/t/my-first-agents-jl-project-toy-model-of-rental-market/111127/1 "2024-03-04T12:21:07Z")

</div>

I have long been interested in agent based simulations so I played around with Agents.jl to make a toy model of rental market.

I published it here: [GitHub - PiotrZakrzewski/real-estate-sim: Julia Agent Simulation of Real Estate Market](https://github.com/PiotrZakrzewski/real-estate-sim)

I am curious if you have any feedback on the code, either on general Julia programming on usage of Agents.jl

cheers!
