From 5c8d218c45b4629bfdf4925ace970bf435dcd05f Mon Sep 17 00:00:00 2001 From: nadim kanazi Date: Mon, 1 Jul 2024 11:43:16 -0400 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc932b0..081e47f 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ Example of usage: - The actor critic model is trained on the CPU without training recovery To run the same example on GPU and recover training, use the following command: -```python3 main.py --system-id='single_integrator' --seed=0 --nb-cpus=15 --w-S=1e-2 --test-n=0 --GPU_flag --recover-training-flag``` \ No newline at end of file +```python3 main.py --system-id='single_integrator' --seed=0 --nb-cpus=15 --w-S=1e-2 --test-n=0 --GPU-flag --recover-training-flag``` \ No newline at end of file