Skip to content

Commit

Permalink
Adding readme for pacman-maze
Browse files Browse the repository at this point in the history
  • Loading branch information
Liby99 committed Apr 12, 2023
1 parent c19a6b4 commit 3be66f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions experiments/pacman_maze/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# PacMan-Maze

To run the experiment, assuming you are in the root folder of this project, simply run

``` bash
$ python experiments/pacman_maze/run.py --show-run --overlay-prediction
```

Note that the `--show-run` flag tells the system to visualize the real-time training process.
This would only work if GUI is present in the system.
`--overlay-prediction` is used for visualizing the model predictions.

0 comments on commit 3be66f8

Please sign in to comment.