Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made grammatical corrections #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions DriveSim.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Follow the instructions to train a generative model as described by
[Learning a Driving Simulator](http://arxiv.org/abs/1608.01230).

1) Download dataset
1) Download the dataset
```
./get_data.sh
```
Expand All @@ -11,16 +11,16 @@ Follow the instructions to train a generative model as described by
```bash
./server.py --batch 64
```
For maximum performance we recommend using tmux. screen is not good.
For maximum performance, we recommend using tmux. Screen is not good.
3) Train auto encoder in the second terminal
```bash
./train_generative_model.py autoencoder --batch 64
```
This will create two folders called `outputs/results_autoencoder` with model checkpoints
and `outputs/samples_autoencoder` with samples from the generative model. In the sampled
images odd columns are generated and even column images are target images.
images, odd columns are generated and even column images are target images.

Once the autoencoder model is trained you can stop the previous server and
Once the autoencoder model is trained, you can stop the previous server and
start training the transition model

4). Run server for transition model
Expand All @@ -46,4 +46,4 @@ logs using Tensorboard by typing
```
<img src="./images/drive_simulator.gif">

Here your job is to make the video look so great that it could be used train a steering angle model.
Here, your job is to make the video look so great that it could be used to train a steering angle model.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## the comma.ai driving dataset

7 and a quarter hours of largely highway driving. Enough to train what we had in [Bloomberg](http://www.bloomberg.com/features/2015-george-hotz-self-driving-car/).
Contains 7 and a quarter hours of largely highway driving. Enough to train what we had in [Bloomberg](http://www.bloomberg.com/features/2015-george-hotz-self-driving-car/).

## Examples

Expand Down