Master thesis: Information Under Fire:
POMDP Models of Information Seeking in VR Threat Environments
function updateMastodonHref(event, link) { event.preventDefault(); let site = prompt("Geben Sie den Mastodon-Server ein, den Sie verwenden (z. B. mastodon.social):"); if (site) { try { let inputUrl; if (site.startsWith('http')) { inputUrl = new URL(site); inputUrl.protocol = "https:" } else { inputUrl = new URL('https://' + site); } let hostname = inputUrl.hostname; let url = new URL(link.href); url.hostname = hostname; window.open(url.toString(), "_blank"); } catch (e) { console.error("Error updating Mastodon URL:", e); alert("Please enter a valid domain name"); } } return false; } TVöD
Stellenangebot vom 4. Februar 2026
Responsible co-supervisor: Sara Ershadmanesh
Formal supervisor: Peter Dayan
Supervising Collaborator: Dominik Bach (Bonn)
The Department of Computational Neuroscience at the Max Planck Institute for Biological Cybernetics focuses on building and testing theories and computational models of neural processing, with a particular emphasis on decision-making, learning, and representation.
In dangerous or unpredictable environments, humans must decide whether to keep collecting rewards (e.g., food) or to seek information that helps them stay safe. In this project, you will analyse how people plan under threat and how they trade off explicit reward against information-seeking for safety. We have build a scenario in which biological agents forage for food and must stay clear of threats. We have also collected data from humans performing this task in virtual reality. The goal of the project is to develop computational models based on Partially Observable Markov Decision Processes (POMDPs). These models characterize belief formation about a threat‘s distance and speed, and how these beliefs guide planning in this situation. We will study both optimal behavior and heuristics computational strategies that may explain individual differences in this experiment.
AI-generated illustration of experiment Created with chatGPT. 5.2, 2026.
AI-generated illustration of experiment Created with chatGPT. 5.2, 2026.
// document.body.addEventListener('Fouc',function(){ var selector = "#description_875447"; $(selector).expander({ slicePoint: 120, expandText: '[mehr]', // default is 'read more' userCollapseText: '[weniger]', // default is 'read less' beforeExpand: function() {$(this).find(".details").toggleClass("expanded"); }, // hack for display-inline onCollapse: function() {$(this).find(".details").toggleClass("expanded"); } // hack for display-inline }); var selector = "#copyright_875447"; $(selector).expander({ slicePoint: 120, expandText: '[mehr]', // default is 'read more' userCollapseText: '[weniger]', // default is 'read less' beforeExpand: function() {$(this).find(".details").toggleClass("expanded"); }, // hack for display-inline onCollapse: function() {$(this).find(".details").toggleClass("expanded"); } // hack for display-inline }); }); /*-=deferred=-*/ //
What is available:
1. Behavioral dataset from a VR experiment
2. Collaboration with researchers at the University of Bonn (VR expertise and behavioral analyses)
3. The active and rich environment at the Computational Neuroscience lab (supervised by Peter Dayan), where you are expected to participate in group activities as well as pursue your Master’s project.
Student tasks:
4. Improve and clean existing code
5. Extend POMDP model to generate optimal behavior
6. Compare model predictions to human behavior
7. Write the Master thesis
Qualifications/Experience:
8. Strong programming skills are essential (Python or R)
9. Knowledge of POMDPs and experience implementing related models (more experience is a plus)
How to apply: If you are interested and feel confident about this project, please email the following to sara.ershadmanesh@tuebingen.mpg.de by February 20th, 2026:
10. CV
11. Short description of your experience with POMDPs and computational modeling
12. Names and email addresses of two referees
Remuneration is based on qualifications and professional experience.
The Max Planck Society is an equal opportunity employer: Handicapped individuals are strongly encouraged to apply, and so are women in areas in which they are underrepresented. The Max Planck Society strives for gender and diversity equality. We welcome applications from all backgrounds and aim for a fair hiring process—so applicants should not include a photo in their application documents.