Skip to content

Commit

Permalink
Updated README for new cli
Browse files Browse the repository at this point in the history
  • Loading branch information
louiskirsch authored Apr 29, 2017
1 parent 5c93149 commit 90366a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 90366a1

Please sign in to comment.