Skip to content

Commit

Permalink
Update config, make it more lenient for better max recall (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadurosar authored Oct 30, 2023
1 parent 46c9049 commit 32a05f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions neurips23/sparse/nle/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32a05f8

Please sign in to comment.