This is the official repository for paper "[VisualSphinx: Large-Scale Synthetic Vision Logic Puzzles for RL]".
This repo is for paper review. Please refer to VisualSphinx/VisualSphinx for the latest update!
Build environment
git clone https://github.com/VisualSphinx/VisualSphinx-Generator.git
cd VisualSphinx-Generator
conda create -n VisualSphinx python=3.10 -y
conda activate VisualSphinx
pip install -r requirements.txt
Please go into pipeline for reproduce VisualSphinx. Please do not forget to define your API-Keys in api_config.py.