Skip to content

SabrinaRamonov/ai-llm-agent-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Solver Project

This project contains a solver for the Gandalf AI challenge.

Important: OpenAI API Key Setup

Before running the test environment, make sure you have set up your OpenAI API key as an environment variable named OPENAI_API_KEY. You can do this by running:

export OPENAI_API_KEY=your_api_key_here

Replace your_api_key_here with your actual OpenAI API key.

Running the Test Environment

To run the test environment, follow these steps:

  1. Ensure you have Python 3.7+ installed on your system.
  2. Install the required dependencies:
    pip install poetry
    poetry install
        
  3. Activate the virtual environment:
    poetry shell
        
  4. Navigate to the solver directory:
    cd solver
        
  5. Run the test_env.py file:
    python -m tests.test_env
        

This will start the test environment, which will attempt to solve the Gandalf AI challenge using the implemented agent.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages