GitXplorerGitXplorer
e

llm_maze_agent

public
37 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
05679fa18db4a3c8eaf83ddb6ac7b9f7a9afdd0b

screenshot

eekzhu committed 2 years ago
Unverified
b4dbaf6c39f71630d7bd0322a57737a1d10bf33a

llm agent using langchain

eekzhu committed 2 years ago
Verified
8956977274122d0fc20850078b86b3bc3773bd5d

Initial commit

eekzhu committed 2 years ago

README

The README file for this repository.

LLM-based Maze Agent

screenshot

Install dependencies:

pip install -r requirements.txt

Set up environment variables:

export OPENAI_API_KEY='your API key'

Run maze agent on a randomly generated maze with 4 rows and 4 columns:

python maze_agent.py --rows 4 --columns 4

A separate window will pop up to show the agent navigating the maze in realtime.