Skip to content

Commit

Permalink
add visualization information
Browse files Browse the repository at this point in the history
  • Loading branch information
albheim committed Apr 1, 2021
1 parent 934007a commit 8ed4b0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ tensorboard --logdir ~/ray_results
```
after which you navigate to `localhost:6006` (or whatever tensorboard told you) to view the data.

## Figures
To generate the figures from the article the notebook `visualize.ipynb` was used. Remember to set the ray path and the trial id's for the data you want to plot.

## Python environment
This is the python environment used to run the code. It will likely work with other versions, but is documented for completeness.
```
Expand Down

0 comments on commit 8ed4b0c

Please sign in to comment.