From 028fbf5832ab22ae231c651852ae843ce2397204 Mon Sep 17 00:00:00 2001 From: Jobst Heitzig Date: Fri, 16 Aug 2024 13:16:28 +0200 Subject: [PATCH] Update index.html --- docs/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index e65f884..d464249 100644 --- a/docs/index.html +++ b/docs/index.html @@ -43,7 +43,7 @@

The SatisfIA project

in this talk at the ENS Paris. There's also an earlier interview on Will Petillo's Y*uTube channel where Jobst talks about the rationale of non-maximizing - (and also about “satisficing”, an alternative but related idea to tihis project's, see below). + (and also about “satisficing”, an alternative but related idea to this project's, see below).

Research focus

@@ -52,9 +52,15 @@

Research focus

These environments are modelled as fully or partially observed Markov Decision Processes. We also develop corresponding planning and/or learning algorithms, primarily variations of model-based planning and reinforcement learning. + Our first academic publication is about such an algorithm.

- This involves the theoretical design of agents and algorithms, implementing them in software (mostly using Python and/or WebPPL), simulating their behavior in test environments such as AI safety gridworlds, and analyzing their behavior and safety implications. The goal is to provide numerical evidence and formal proofs where possible, and to contribute to the academic and non-academic discourse through publications and explanatory blog posts. + This involves the theoretical design of agents and algorithms, implementing them in software (mostly using Python and/or WebPPL), + simulating their behavior in test environments such as AI safety gridworlds, + and analyzing their behavior and safety implications. + The goal is to provide numerical evidence and formal proofs where possible, and to contribute to the academic and non-academic discourse through publications + such as this theory paper + and a sequence of blog posts.

Motivation and background