This commit is contained in:
Michael Pilosov 2022-04-01 19:52:11 -06:00
parent c7613d0bca
commit 466d9a1f51

View File

@ -33,7 +33,7 @@ Therefore, since our objective is to stabilize the cart, the target "time series
You can generate your own data with: You can generate your own data with:
```bash ```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`. Note: if you change the presumed sample space in `data.py`, you should make the corresponding changes to the initial distribution in `main.py`.