Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kach authored Jul 8, 2024
1 parent be55e86 commit e494e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e494e23

Please sign in to comment.