Skip to content

Commit 1d13466

Browse files
committed
update the behavior modeling project
1 parent e73e813 commit 1d13466

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

_projects/project_modeling_indoor_behaviors.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
layout: page
33
title: Modeling indoor behaviors using deep-RL
44
description: Modeling indoor behaviors of people using deep-RL and simulating virus transmissions to evaluate health interventions
5-
img:
5+
img: assets/img/behavior_modeling.jpg
66
importance: 1
77
category: work
88
related_publications: false
99
---
1010

11-
> 📘 **This post is an accessible read of a work under publication**
11+
> 📘 **This post is an accessible read of a work being prepared for publication**
1212
>
13-
> I am happy to share the code on request for any evaluation of skills, or discussion about the project. After the submission of the work, I will open-source the code, and the manuscript on arxiv.
13+
> I am happy to share the code on request for any evaluation of skills, or discussion about the project. After the submission of the work for review, I will open-source the code, and the manuscript on arxiv.
1414
1515
## Simulating Indoor Behavior and Viral Transmission with Deep RL
1616

@@ -22,10 +22,14 @@ The goal is to train agents to behave in a way that satisfies their needs effici
2222

2323
Below is a short clip describing the simulation. One of the agents is infected with covid-19 and the other is uninfected. They move about, occassionally going to the bathroom or kitchen depending on the next.
2424

25-
<video width="100%" controls>
26-
<source src="{{ site.baseurl }}/assets/video/behavior_modeling.mp4" type="video/mp4">
27-
Your browser does not support the video tag.
28-
</video>
25+
<div class="row justify-content-sm-center">
26+
<div class="col-sm-8 col-md-8 mt-3 mt-md-0">
27+
<video width="100%" controls>
28+
<source src="{{ site.baseurl }}/assets/video/behavior_modeling.mp4" type="video/mp4">
29+
Your browser does not support the video tag.
30+
</video>
31+
</div>
32+
</div>
2933

3034
---
3135

assets/img/behavior_modeling.jpg

179 KB
Loading

0 commit comments

Comments
 (0)