Datasets:

Modalities:
Tabular
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
TheEimer commited on
Commit
d1456b0
·
verified ·
1 Parent(s): 9079e7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -7,4 +7,13 @@ tags:
7
  pretty_name: ARLBench Performance Data
8
  size_categories:
9
  - 10K<n<100K
10
- ---
 
 
 
 
 
 
 
 
 
 
7
  pretty_name: ARLBench Performance Data
8
  size_categories:
9
  - 10K<n<100K
10
+ ---
11
+
12
+ # The ARLBench Performance Dataset
13
+
14
+ [ARLBench](https://github.com/automl/arlbench) is a benchmark for hyperparameter optimization in Reinforcement Learning.
15
+ Since we performed several thousand runs on the benchmark to find meaningful HPO test settings in RL, we collect them in this dataset for future use.
16
+ These runs could be used to meta-learn information about the hyperparameter landscape or warmstart HPO tools.
17
+
18
+ In detail, it contains each 10 runs for PPO, DQN and SAC respectively on the Atari-5 environments, four XLand gridworlds, four MuJoCo walkers, five classic control and two Box2D environments.
19
+ For more information, refer to the ARLBench paper.