Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-galataud committed Dec 22, 2023
1 parent 3748100 commit f98c323
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ See more installation options [here](https://python-poetry.org/docs/#installatio
This project comes with a `pyproject.toml` file that lists all dependencies.
Packages versions are pinned (in `poetry.lock`) to ensure reproducibility.

Install the project dependencies with:

```shell
poetry install
```
Expand Down Expand Up @@ -107,7 +109,6 @@ If you installed dependencies with pip, you can run the example with:
python3 rleplus/train/rllib.py --env AmphitheaterEnv
```

````shell
Example of episode reward stats obtained training with PPO, 1e5 timesteps, 2 workers, with default parameters + LSTM, short E+ run period (2 first weeks of January).
Experiment took ~20min.

Expand All @@ -129,4 +130,4 @@ Start tensorboard with:

```shell
tensorboard --logdir ~/ray_results --bind_all
````
```

0 comments on commit f98c323

Please sign in to comment.