Git clone this repository:
git clone https://github.com/SimonOuellette35/ARC_gym.git
cd ARC_gym
Then pip install it:
pip install -e .
Additionally, you may need to run:
pip install -r requirements.txt
The quickest way to get started is to start from example.py, and to modify it according to your specifications. Read the following sections to better understand how to customize the script.
(TODO: New documentation coming soon...)