From e494e23d399f89768da9e32aeea6a9ccac6d7dd5 Mon Sep 17 00:00:00 2001 From: Kartik Chandra <5202416+kach@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:13:26 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e67c99..661cfda 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ This repository also includes several classical examples of recursive reasoning - [Scalar implicature](./demo/demo-scalar.py), analogous to the example on the front page of WebPPL.org. (This example is explained in more detail in the Memonomicon.) - [Rational Speech Acts](./demo/demo-rsa.py) (RSA), with the recursion explicitly unrolled. - [Rational Speech Acts](./demo/demo-rsa-recursive.py) with recursive calls. -- [An grid-world MDP](./demo/demo-grid.py) with planning and inverse planning. +- [A grid-world MDP](./demo/demo-grid.py) with planning and inverse planning. - [A POMDP](./demo/demo-pomdp.py) with belief-space planning.