Skip to content

Commit

Permalink
Fix readme headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gimelfarb committed Jan 7, 2025
1 parent 016bd87 commit 3da17b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.:
Expand Down

0 comments on commit 3da17b9

Please sign in to comment.