From c4ebffc7d81ca87b4b0621be9d1e6314c0ed6237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Eduardo=20Rosar=20K=C3=B3s=20Lassance?= Date: Mon, 30 Oct 2023 08:16:43 +0100 Subject: [PATCH] Update config, make it more lenient for better max recall --- neurips23/sparse/nle/config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/neurips23/sparse/nle/config.yaml b/neurips23/sparse/nle/config.yaml index 80907663..7aa73779 100644 --- a/neurips23/sparse/nle/config.yaml +++ b/neurips23/sparse/nle/config.yaml @@ -120,12 +120,13 @@ sparse-full: [{"t1":32,"t2":128}] query-args: | [ - {"k1":4,"k2":40,"k3":150},{"k1":4,"k2":40,"k3":200}, + {"k1":4,"k2":40,"k3":150}, {"k1":4,"k2":40,"k3":75},{"k1":4,"k2":40,"k3":125}, {"k1":4,"k2":40,"k3":100}, {"k1":4,"k2":40,"k3":1}, {"k1":4,"k2":40,"k3":10}, - {"k1":4,"k2":40,"k3":1000}, + {"k1":5,"k2":40,"k3":100}, + {"k1":6,"k2":40,"k3":100}, {"k1":4,"k2":40,"k3":0.1},{"k1":4,"k2":40,"k3":50}] NLE-Full: docker-tag: neurips23-sparse-nle