##Requirements
pytorch
numpy
matplotlib

##RNS Domain
-To train the acquisition function in the RNS domain, run RNS-Meta/Qlearning/main.py
-To evaluate the model reproduce the information gain graphs with baselines, run info_gain_RNS.py
-Pre-trained information gain models are in the RNS-Meta/InfoGainModels folder
-To train LAL baselines, run Train_Baselines/LALTrainRNS.py

##Aircraft Domain
-To train the acquisition function in the Aircraft domain, run Aircraft-Meta/Qlearning/main.py
-To evaluate the model reproduce the information gain graphs with baselines, run info_gain_Aircraft.py
-Pre-trained information gain models are in the Aircraft-Meta/InfoGainModels folder
-To train LAL baselines, run Train_Baselines/LALTrainAircraft.py