Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-Simulation

README. md added
  • Loading branch information
sid-1998 committed Aug 11, 2018
2 parents 4f69a87 + d5b5b89 commit 42d94d3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Self-Driving-Car-Simulation

Using the Udacity self driving simulator and the technique of **Behavioral Cloning** trained a car to drive itself on a track in Unity3D simulation.

## Usage

### To run the pretrained model

Start the [the Udacity self-driving simulator](https://github.com/udacity/self-driving-car-sim), choose **lake track** and press the Autonomous Mode button.
Then Run:

```
python Run_Simulation.py
```
### To train your own model

Start the Simulator and record data in training mode for any track.Then Run:

```
python model.py
```

This will generate files `model-<val_loss>.h5`. Choose the file with minimum validation loss as the model file.

Then Run:

```
python Run_Simulation.py --path=[PATH TO MODEL]
```

0 comments on commit 42d94d3

Please sign in to comment.