From 3da17b960affc53b61e1a8268744068e82577855 Mon Sep 17 00:00:00 2001 From: Mike Gimelfarb <35513382+mike-gimelfarb@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:16:42 -0500 Subject: [PATCH] Fix readme headers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 296b2d8..dd2271b 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ controller = JaxOfflineController(planner, **train_args) ... ``` -### JaxPlan Dashboard +## JaxPlan Dashboard Since version 1.0, JaxPlan has an optional dashboard that allows keeping track of the planner performance across multiple runs, and visualization of the policy or model, and other useful debugging features. @@ -186,7 +186,7 @@ dashboard=True More documentation about this and other new features will be coming soon. -### Tuning the Planner +## Tuning the Planner It is easy to tune the planner's hyper-parameters efficiently and automatically using Bayesian optimization. To do this, first create a config file template with patterns replacing concrete parameter values that you want to tune, e.g.: