From d5cde2b51e797013ffc61d39bcbcb0bc05ea1c6a Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Sat, 2 Nov 2024 09:21:06 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14f9e94..b39dac9 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,14 @@ # Logical induction in Python -This repository contains code to support the guide to logical induction for -software engineers (which has not yet been published). It consists of a -straightforward python implementation of the logical induction algorithm -published by *Garrabrant et al* in 2018. I have prioritized simplicity over -efficiency. +This repository contains an implementation of a logical inductor in python. + +The code was written to support the article [logical induction for +software engineers]([which has not yet been published](https://www.lesswrong.com/users/alexflint)). It consists of a +python implementation of the logical induction algorithm +published by *Garrabrant et al* in 2018. + +I have prioritized simplicity over efficiency. To run the example code: ```bash