From 0f4b590dcc9d9c29f0015de5c6d04a15e763c17b Mon Sep 17 00:00:00 2001 From: flaurent Date: Wed, 29 Apr 2020 14:57:35 +0200 Subject: [PATCH] Typo --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8105df3..84b12da 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ 📈 [**Results**](https://app.wandb.ai/masterscrat/flatland/reports/Flatland-Baselines--Vmlldzo4OTc5NA) +Experiments +--- + +Experiments consist of one or many RLlib YAML config files alongside a MARKDOWN file containing results, plots and a detailed description of the methodology. + +All files are stored in a experiment folder under `experiments//`. + +- [Tree observations w/ fully connected network](experiments/flatland_random_sparse_small/tree_obs_fc_net) +- [Global observations w/ convnet](experiments/flatland_random_sparse_small/global_obs_conv_net) + Setup --- @@ -31,16 +41,6 @@ Test example: Note that -f overrides all other trial-specific command-line options. -## Experiment structure - -Experiments consist of one or many RLlib YAML config files alongside a MARKDOWN file containing results, plots and a detailed description of the methodology. - -All files are stored in a experiment folder under `experiments//`. - -- [Tree observations w/ fully connected network](master/experiments/flatland_random_sparse_small/tree_obs_fc_net) -- [Global observations w/ convnet](Global observation convnet experiments) - - Notes --- -- GitLab