Experiment Scripts#
The following scripts are available in the scripts
directory. These scripts include
ones for running experiments with a grid of hyper-parameters, as well as scripts for
creating datasets and various other tasks.
The Graph Isomorphism Task#
PPO graph isomorphism experiment using a grid of hyperparameters. |
|
Dummy graph isomorphism test script, for debugging purposes. |
|
Test solo graph isomorphism agents using a grid of hyperparameters. |
|
Generate a graph isomorphism dataset. |
The Image Classification Task#
PPO image classification experiment using a grid of hyperparameters. |
|
Test solo image classification agents using a grid of hyperparameters. |
|
Dummy image classification test script, for debugging purposes. |
The Code Validation Task#
Script for running Expert Iteration (EI) with the code validation task. |
|
Generate a Buggy APPS dataset. |
Miscellaneous Scripts#
Script to download all datasets used in the project. |
|
Script to time a timeable action. |