From 90366a147007e0f4b9f1da275399428662cc2d20 Mon Sep 17 00:00:00 2001 From: Louis Kirsch Date: Sat, 29 Apr 2017 09:52:18 +0200 Subject: [PATCH] Updated README for new cli --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 483168c..f3e75a1 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ The reinforcement learning algorithm is inspired from [Mnhi et al. 2013](https:/ After starting the virtual environment run ``` -python3 rl-race-learning/qlearner.py +python3 rl-race-learning/run.py --save ``` The module will connect to the virtual environment using a TCP connection. -See `python3 qlearner.py --help` for more options. +See `python3 rl-race-learning/run.py --help` for more options. ## The real model car