paper-with-me

Papers

Reinforcement Learning for Safe Occupancy Strategies in Educational Spaces during an Epidemic

2023-12-23 · Elizabeth Akinyi Ondula, Bhaskar Krishnamachari

Epidemic modeling, encompassing deterministic and stochastic approaches, is vital for understanding infectious diseases and informing public health strategies. This research adopts a prescriptive approach, focusing on reinforcement learning (RL) to develop strategies that balance minimizing infections with maximizing in-person interactions in educational settings. We introduce SafeCampus , a novel tool that simulates infection spread and facilitates the exploration of various RL algorithms in response to epidemic challenges. SafeCampus incorporates a custom RL environment, informed by stochastic epidemic models, to realistically represent university campus dynamics during epidemics. We evaluate Q-learning for a discretized state space which resulted in a policy matrix that not only guides occupancy decisions under varying epidemic conditions but also illustrates the inherent trade-off in epidemic management. This trade-off is characterized by the dilemma between stricter measures, which may effectively reduce infections but impose less educational benefit (more in-person interactions), and more lenient policies, which could lead to higher infection rates.

📄 PDF Abstract BibTeX arXiv:2312.15163

Code (0)

등록된 구현이 없습니다.

Tasks

ManagementQ-LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

On the Sample Complexity of a Policy Gradient Algorithm with Occupancy Approximation for General Utility Reinforcement Learning

2024-10-05 · Anas Barakat, Souradip Chakraborty, Peihong Yu, Pratap Tokekar 외

Reinforcement learning with general utilities has recently gained attention thanks to its ability to unify several problems, including imitation learning, pure exploration, and safe RL. However, prior work for solving th…

Imitation Learning

Can we Trust Unreliable Voxels? Exploring 3D Semantic Occupancy Prediction under Label Noise

2026-03-06 · Wenxin Li, Kunyu Peng, Di Wen, Junwei Zheng 외 arxiv

3D semantic occupancy prediction is a cornerstone of robotic perception, yet real-world voxel annotations are inherently corrupted by structural artifacts and dynamic trailing effects. This raises a critical but underexp…

EvOcc: Accurate Semantic Occupancy for Automated Driving Using Evidence Theory

2025-01-01 · CVPR 2025 1 · Jonas Kälble, Sascha Wirges, Maxim Tatarchenko, Eddy Ilg

We present EvOcc, a novel evidential semantic occupancy mapping framework. It consists of two parts: (1) an evidential approach for calculating the ground-truth 3D semantic occupancy maps from noisy LiDAR measurement…

Autonomous Driving

Unified Defense for Large Language Models against Jailbreak and Fine-Tuning Attacks in Education

2025-11-18 · Xin Yi, Yue Li, Dongsheng Shi, Linlin Wang 외 arxiv

Large Language Models (LLMs) are increasingly integrated into educational applications. However, they remain vulnerable to jailbreak and fine-tuning attacks, which can compromise safety alignment and lead to harmful outp…

Platform-Agnostic Reinforcement Learning Framework for Safe Exploration of Cluttered Environments with Graph Attention

2025-11-19 · Gabriele Calzolari, Vidya Sumathy, Christoforos Kanellakis, George Nikolakopoulos arxiv

Autonomous exploration of obstacle-rich spaces requires strategies that ensure efficiency while guaranteeing safety against collisions with obstacles. This paper investigates a novel platform-agnostic reinforcement learn…

Reinforcement LearningGraph Neural Network