We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9698b2e commit a9983f8Copy full SHA for a9983f8
1 file changed
README.md
@@ -30,3 +30,7 @@ aws s3 sync logs/ s3://codeclash/logs/
30
# To retrieve logs
31
aws s3 sync s3://codeclash/logs/ logs/
32
```
33
+
34
+### Trajectory viewer
35
36
+Assuming that your logs ar in `logs/`, start the viewer with `python run_viewer.py`. Use `-d` (`--directory`) to specify a custom path to your logs.
0 commit comments