From 6cd11f79d48ace00974ed10720d9f1427afaae27 Mon Sep 17 00:00:00 2001 From: Mark Fuge Date: Wed, 7 Jan 2026 17:11:14 +0100 Subject: [PATCH] Add pixel_cnn_pp_2d model to README Added pixel_cnn_pp_2d entry to the models list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39d4c9a..6b828b5 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ As much as we can, we follow the [CleanRL](https://github.com/vwxyzjn/cleanrl) p [gan_cnn_2d](engiopt/gan_cnn_2d/) | Inverse Design | 2D | ❌ | GAN + CNN [surrogate_model](engiopt/surrogate_model/) | Surrogate Model | 1D | ❌ | MLP [vqgan](engiopt/vqgan) | Inverse Design | 2D | ✅ | VQVAE + Transformer +[pixel_cnn_pp_2d](engiopt/pixel_cnn_pp_2d) | Inverse Design | 2D | ✅ | PixelCNN++ Autoregressive Model ## Dashboards The integration with WandB allows us to access live dashboards of our runs (on the cluster or not). We also upload the trained models there. You can access some of our runs at https://wandb.ai/engibench/engiopt.