From c2e596797c349cb4706ece8a7640bee0e0eac424 Mon Sep 17 00:00:00 2001 From: Mike Gimelfarb <35513382+mike-gimelfarb@users.noreply.github.com> Date: Wed, 25 Dec 2024 07:23:09 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 948601c..1b91d6b 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ To install JaxPlan with the **automatic hyper-parameter tuning** and rddlreposit pip install pyRDDLGym-jax[extra] ``` -(Coming soon to pip) To install JaxPlan with the **visualization dashboard**: +(Since version 1.0) To install JaxPlan with the **visualization dashboard**: ```shell pip install pyRDDLGym-jax[dashboard] ``` -(Coming soon to pip) To install JaxPlan with **all options**: +(Since version 1.0) To install JaxPlan with **all options**: ```shell pip install pyRDDLGym-jax[extra,dashboard]