Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyMorgan committed Jun 5, 2023
1 parent 0414ec9 commit 868e9ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ To evaluate the decentralized heuristic, run:
python3 -m urban_planning.eval --cfg hlg --global_seed 111 --agent rule-decentralized
```
To evaluate the geometric set-coverage adapted baseline, run:
```
python3 -m urban_planning.eval --cfg hlg --global_seed 111 --agent gsca
```
To evaluate the GA baseline, run:
```
python3 -m urban_planning.train_ga --cfg hlg --global_seed 111
Expand Down

0 comments on commit 868e9ff

Please sign in to comment.