For installation instructions, please refer to the original CLRS README, included in this repository as "CLRS_README.md"

Alternatively, you may choose to use the specific packages we used in our experiments. If so, please ensure you have Anaconda installed (including conda), cd into this repository,
and input "conda env create -f environment.yml" to command prompt.

Once you have installed a valid environment, you can cd into this repository and run relational transformer on the "Bellman-Ford" task by inputting "python3 -m clrs.examples.run_expsamples" to command prompt. This uses default hyperparameters we already included in the example file, which are the same ones used in our main experiments.

In general, you can pass different values to the flags by editing the flag value in the example file. We provide descriptors for each flag, so the hyperparameter it corresponds to should be clear. We provide support for all ranges of hyperparameters we mentioned in the paper (Table 3).

Please refer to Table 2 in our paper for exact hyperparameters used in our experiments, and Section 5 for specific experiment details.