Skip to content
John Yang edited this page Jun 27, 2023 · 1 revision

🤖💻 Intercode

Welcome to the official Wiki page of the Intercode benchmark. Intercode is a lightweight, flexible, and easy-to-use framework for designing interactive code environments. Following the popular gym interface definition, Intercode makes it easy to quickly define a code environment and deploy an agent to operate in code within the context of the environment.

In addition to defining a helpful abstraction, Intercode also currently features interactive environments for bash, SQL, and python. This repository includes several experiments showcasing how Intercode can be used.

This guide will explain the Intercode environment definition and provide details on how to use Intercode to quickly develop and experiment on your own code environments in an interactive setting.

Clone this wiki locally