From 834faef5511e2cbc8c49555f70fa5497eb513d18 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 28 Sep 2023 20:20:14 +0100 Subject: [PATCH] docs(*): Add run instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 39e916c..bda34dd 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,11 @@ You will likely see errors during installations here. Largely these should be ig `tensorboard --logdir=logs` in a new terminal to load the web UI to track agent training. `pip3 freeze > requirements.txt` to save current packages installed into an updated requirements.txt file. + +## Training + +Run the python file rl-training.py + +## Using the bot + +Within the bot folder, run the python file run_gui.py