Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yjwong1999 committed Jun 14, 2023
1 parent 6cd7ec4 commit 69853c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ python3 main_train.py --drl td3 --reward see --seeds 0 1 # weights of DRL 1
`run_simulation.py` is the python file to run the simulation using your trained models
```shell
# plot everything for each episode
python3 run_simulation.py --path <path>
python3 run_simulation.py --path data/storage/scratch/<DIR> --ep-num 300 # if you train the algorithm without the pretrained uav
python3 run_simulation.py --path data/storage/trained_uav/<DIR> --ep-num 300 # if you train the algorithm with the pretrained uav
```


Expand Down

0 comments on commit 69853c3

Please sign in to comment.