Here is a short description of the important files
cGAN_common.jlcontains all the code for training our conitional GANstaxi_models_and_data.jlcontains all the code for creating the generator and discriminator models as well as loading in the datatrain_gans.jlhas the code for actually training the gans (With a variety of hyperparameters)data\contains the datasets we use for the taxi problemtrain_smaller_generator.jlcontains the code for the supervised training of the smaller generator.