Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yjwong1999 authored Apr 5, 2023
1 parent f4e36d4 commit 0b3f507
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 @@ -57,7 +57,7 @@ python3 main_test.py --drl td3 --reward see --trained-uav
# To set number of episodes (default is 300)
python3 main_test.py --drl td3 --reward see --ep-num 300

# To set seeds for DRL weight initialization (not recommended if you use pretrained uav)
# To set seeds for DRL weight initialization (not recommended)
python3 main_test.py --drl td3 --reward see --seeds 0 # weights of both DRL are initialized with seed 0
python3 main_test.py --drl td3 --reward see --seeds 0 1 # weights of DRL 1 and DRL2 are initialized with seed 0 and 1, respectively
```
Expand Down

0 comments on commit 0b3f507

Please sign in to comment.