RAGEN_v2 / scripts /setup_ragen.md
Harryis's picture
Add files using upload-large-folder tool
638be87 verified
|
Raw
History Blame Contribute Delete
985 Bytes

Scripts README

Release Environment Setup

Use the setup flow below for the validated RAGEN environment.

This setup has been validated on H100, H200, and B200, and supports:

  • bandit
  • sokoban
  • frozenlake
  • metamathqa
  • countdown
  • deepcoder

Requirements

  • CUDA >= 12.8

1. Clone the repository

git clone https://github.com/CHIGUI0/RAGEN.git
cd RAGEN

2. Create and activate the conda environment

conda create -n ragen python=3.12 -y
conda activate ragen

3. Run the environment setup script

bash scripts/setup_ragen.sh

If you want to install the search environment, use the following command:

bash scripts/setup_ragen.sh --with-search

This release setup does not install webshop. If you need webshop, use its separate setup flow instead of setup_ragen.sh.

If you want to run WebShop experiments, see docs/experiment_webshop_release.md.