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 a number of changes #13

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 21, 2017

  1. test

    snawara committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    4127c26 View commit details
    Browse the repository at this point in the history
  2. test

    snawara committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    f1fdf29 View commit details
    Browse the repository at this point in the history
  3. altered directory structure and prepare func in utils to allow traini…

    …ng + validation data records, changed default record directory to samples/train
    snawara committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    56c80b9 View commit details
    Browse the repository at this point in the history
  4. 1) Added path argument to data class, along with method to return the…

    … first n values (useful for validation data). 2) Added early stopping based on validation loss. 3) Fixed bugs in progress printout and that batch_size was not used by data.next_batch
    snawara committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    3a33f30 View commit details
    Browse the repository at this point in the history
  5. limited controller values to the appropriate ranges, corrected for a …

    …bias towards driving straight, changed button push logic so that each update is a Bernoulli trial between 0/1 (rather than rounding).
    snawara committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    fac0d67 View commit details
    Browse the repository at this point in the history
  6. Added step-by-step instructions that worked from a fresh mint 18.1 in…

    …stall, hopefully got the train/val directories to be included
    snawara committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    b448343 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. Configuration menu
    Copy the full SHA
    1830090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19b3ada View commit details
    Browse the repository at this point in the history