From 0510309e0b3929b604db2ab91143cad2e155876f Mon Sep 17 00:00:00 2001 From: michalkoziarski Date: Fri, 3 Nov 2023 11:48:59 -0400 Subject: [PATCH] added config comment --- config/experiments/ai4mat23/mlp_torchani.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/experiments/ai4mat23/mlp_torchani.yaml b/config/experiments/ai4mat23/mlp_torchani.yaml index fc7333a51..60be92f92 100644 --- a/config/experiments/ai4mat23/mlp_torchani.yaml +++ b/config/experiments/ai4mat23/mlp_torchani.yaml @@ -21,6 +21,11 @@ env: reward_sampling_method: nested buffer: replay_capacity: 1000 + # To enable KDE plots, change this to `type: grid` (`n: 1000` was used in the original experiments). + test: + type: random + seed: 0 + n: 4096 # GFlowNet hyperparameters gflownet: