From f98c323c13a9e4000423b66deb5f5bac70314f52 Mon Sep 17 00:00:00 2001 From: antoine_galataud Date: Fri, 22 Dec 2023 12:12:46 +0100 Subject: [PATCH] fix README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81d2b255..0559521f 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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. @@ -129,4 +130,4 @@ Start tensorboard with: ```shell tensorboard --logdir ~/ray_results --bind_all -```` +```