Game Reasoning Arena
Welcome to Game Reasoning Arena - a research platform for training and evaluating AI agents in games.
Installation
conda env create -f environment.yaml
conda activate game_reasoning_arena
pip install -e .
Usage
from game_reasoning_arena import *
# Your code here