From 466d9a1f5188336b533bac514c50364e99a635a7 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Fri, 1 Apr 2022 19:52:11 -0600 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b64f02..3bb4e28 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Therefore, since our objective is to stabilize the cart, the target "time series You can generate your own data with: ```bash -python data.py +python sample.py ``` Note: if you change the presumed sample space in `data.py`, you should make the corresponding changes to the initial distribution in `main.py`.