Skip to content

Commit

Permalink
better doc
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-galataud committed Nov 28, 2023
1 parent d8e521b commit ce3be28
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ Run the container
docker run --rm --name rllib-energyplus -it rllib-energyplus
```

If you want to use tensorboard, start the container with `--network host` parameter.

If you want to use a GPU, start the container with `--gpus all` parameter.
Notes:
- Remove `--rm` to keep the container after exiting.
- If you want to use tensorboard, start the container with `--network host` parameter.
- If you want to use a GPU, start the container with `--gpus all` parameter.

Inside the container, run the experiment

Expand Down

0 comments on commit ce3be28

Please sign in to comment.