Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimkanazi committed Jul 1, 2024
1 parent 554eeed commit 5c8d218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```
```python3 main.py --system-id='single_integrator' --seed=0 --nb-cpus=15 --w-S=1e-2 --test-n=0 --GPU-flag --recover-training-flag```

0 comments on commit 5c8d218

Please sign in to comment.