- Python >= 3.11
- 2 GPUs with 24GB memory each
- 1.5 TB disk space
- Set up the environment:
python3.11 -m venv venv
source venv/bin/activate- Export PYTHONPATH:
export PYTHONPATH="$PYTHONPATH:$(pwd)"- Generate dataset files using the following:
python scripts/precompute_shp_data.py
python scripts/precompute_rewards.py-
Specify config parameters in
experiments/config.yaml. -
Login to W&B using the following:
wandb login- Run training:
python scripts/trainer.py-
Specify config parameters in
experiments/config.yaml. -
Run testing:
python scripts/test.py