Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflint authored Nov 2, 2024
1 parent b24cf03 commit d5cde2b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5cde2b

Please sign in to comment.