Skip to content

Commit 0617463

Browse files
committed
update RL project description
1 parent a52cb9e commit 0617463

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_pages/custom.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ permalink: /behavior_modeling
55

66
---
77

8+
### Simulating Indoor Human Behavior and Virus Transmission with Deep RL
9+
10+
I developed a deep reinforcement learning (RL) system from scratch to simulate how people move about in indoor environments like offices or classrooms. The agent models realistic human behaviors such as walking to meetings, taking breaks, or interacting with others—and learns them through trial and error using deep RL techniques.
11+
12+
These simulations are to be used to study how viruses like COVID-19 might spread as people go about their routines. The model enables us to test the impact of different public health interventions (e.g., staggered schedules, mask-wearing, or room ventilation) in a data-driven way.
13+
814
<video width="100%" controls>
915
<source src="{{ site.baseurl }}/assets/video/behavior_modeling.mp4" type="video/mp4">
1016
Your browser does not support the video tag.
1117
</video>
18+
19+
*Code available on request.*

0 commit comments

Comments
 (0)