Lovis Heindrich

Rationality Enhancement Alumni

I'm originally from Wiesbaden, Germany, and earned my master's degree - M.Sc. Artificial Intelligence - this summer from Utrecht University where I focused on machine learning, intelligent agents, and cognitive processing. Before that, I completed my bachelor’s degree in computer science in Darmstadt and worked as a Software Developer on the side.

I am working on the Strategy Discovery and Cognitive Tutors projects. The goal is to create cognitive tutors that teach people optimal planning strategies for complex real-world tasks, such as time-management.

I'm also interested in playing guitar, board games, and bouldering.

OSZAR »
`; return; } if (tabId === 'publicatons') { // Fix spelling here contentDiv.innerHTML = `
Rationality Enhancement Article Improving Human Decision-Making by Discovering Efficient Strategies for Hierarchical Planning Consul, S., Heindrich, L., Stojcheski, J., Lieder, F. Computational Brain & Behavior, 5:185-216, Springer, 2022 (Published) DOI URL BibTeX


Rationality Enhancement Talk Improving Human Decision-Making by Discovering Efficient Strategies for Hierarchical Planning Heindrich, L., Consul, S., Stojcheski, J., Lieder, F. Tübingen, Germany, The first edition of Life Improvement Science Conference, June 2021 (Accepted) BibTeX

Rationality Enhancement Conference Paper Leveraging AI to support the self-directed learning of disadvantaged youth in developing countries Teo, J., Pauly, R., Heindrich, L., Amo, V., Lieder, F. The first Life Improvement Science Conference, Tübingen, Germany, The first Life Improvement Science Conference, June 2021 (Accepted) BibTeX

`; return; } fetch(`/people/fetch_tab_content/${tabId}`) .then(response => { if (!response.ok) { throw new Error('Failed to load content'); } return response.json(); }) .then(data => { // Update the content div with the fetched content contentDiv.innerHTML = `${data.content}`; // contentElement.innerHTML = data.rendered_content; }) .catch(error => { console.error('Error:', error); contentDiv.innerHTML = '

Error loading content. Please try again later.

'; }); }
OSZAR »