From 024c3e1dbe5006b069d2aefc98a57296130a9128 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 2 Dec 2022 09:07:21 -0800 Subject: [PATCH] add react text world doc (#245) --- docs/explanation/cool_demos.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/explanation/cool_demos.md b/docs/explanation/cool_demos.md index 47758aeec50..27381633e38 100644 --- a/docs/explanation/cool_demos.md +++ b/docs/explanation/cool_demos.md @@ -19,6 +19,9 @@ GPT Index is a project consisting of a set of data structures that are created u ### [Grover's Algorithm](https://github.com/JavaFXpert/llm-grovers-search-party) Leveraging Qiskit, OpenAI and LangChain to demonstrate Grover's algorithm +### [ReAct TextWorld](https://colab.research.google.com/drive/19WTIWC3prw5LDMHmRMvqNV2loD9FHls6?usp=sharing) +Leveraging the ReActTextWorldAgent to play TextWorld with an LLM! + ## Not Open Source