Jekyll2025-11-22T13:19:27-08:00https://reitmania.github.io/feed.xmlStefan Reitmannpersonal descriptionStefan ReitmannAgent-based Pandemic Simulation in Godot2021-06-17T00:00:00-07:002021-06-17T00:00:00-07:00https://reitmania.github.io/posts/2021/06/blog-post-2Hey folks,

I’d like to share my simple pandemic / COVID-19 simulation with you. I did this for a little presentation about simulations of real-life events with game engines.

This simulation was inspired by this project.

I decided to implement a similar, but 3D agent-based simulation of pandemic scenarios in the Godot game engine. This simulation could be used for a microscopical approach to analyze COVID-19.

  • green colored agent:
  • red colored: infected, can infect other agents
  • blue colored: cured
  • black colored: dead
Pandemic Sim in Godot

One can vary the number of agents, the ratio of infections and of course the environment.

My idea is to add a second collision shape to each agent, which is bigger than the agent itself. So you can create some kind of a region in which the infection might have an effect (e. g. 1.5 meters). Currently, the agents infect each others due to collisions. To create some kind of entropy, the agents bounce randomly when hitting a wall or another agent.

You can find the project here.

Feel free to fork and adjust things!

]]>
Stefan Reitmann
Blog Post number 12021-05-06T00:00:00-07:002021-05-06T00:00:00-07:00https://reitmania.github.io/posts/2021/05/blog-post-1Hey there!

I decided to add a little blog to my page. I don’t want to post regularly, but I like to share my experiences about working in the research sector, about making science with linux and open source tools, about machine learning and computer vision stuff and of course about other stuff from time to time.

Within the last years I gained a lot of experience about working in science. About getting a pipeline for myself in publishing, finding the right tools for scientic paper writing, finding the best journal or conference and so on. Maybe some of this stuff may help you (or you have additional advices for me - would be great!).

Sometimes I get very thoughtful about the common problems in science, especially about the bad contract situation for young scientists. And of course some other problems, which also link my thoughts to politics and society. I think, there will be no shortage on topics :)

See you soon! Stefan

]]>
Stefan Reitmann