-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Doc changes #130
Merged
Merged
Doc changes #130
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ed part that would pull in cv2 for everyone.
kennethjiang
pushed a commit
to kennethjiang/donkey
that referenced
this pull request
Sep 18, 2017
* fixed web ui joystick for iphone 5s, 6, ipad 2 * turned off print * adding startup script for my car * fix batch size * added physical joystick controller * added mock camera and mock controller to test some car code on my laptop * added requirements.txt * some changes to fix windows setup * add environment file to init conda environment * some windows howto docs, pi anaconda env file and setup script * fix arm platform detection * changes to get init config files * fixes * more tweaks * wip on training script * readme changes * readme edits * remove large file * fix for web ui on iphone * added sessions to make_paths * conda env tweaks * modified car script to add training * experiments with throttling records base on err... throttle * merge fixes * optional argument to specify joystick device file * car driving w joystick input now. training too. * renamed dev to dev_fn to help indicate filename type * use throttle magnitude to restrict recording * fixes to package template files * few fixes to joystick controller * added raspberry pi sixpair * added build script for sixpair * fix windows specific path parsing error. should be cross platform now. * fix for mode switching to local and local_angle * handle json errors without crashing. delay import of unix dep python module. * added template for manage w joystick. fixed some json problems w output. * add windows how-to. needs some editing thoough. * added donkey_env.yml for conda env setup * added patch howto * tweaks * tweaks * added windows conda env yml * tweaks * tweaks * remove car.py * added script to concatenate two tub records * addedsome arguments to tweak in joystick template * tweak to correct for right steering tend in default donkey * fix training * disabled early stopping * ml fixes to silence warnings, use new api for fit generator * added comments * various faq fixes * removed uneeded packages from rpi.yml * fix double reference to x input in joystick * more detail in faq * install tweaks to windows setup * fixed repo reference in windows setup * simplified joystick bluetooth setup. works with default joystick code. * more detail. * re-pariing after charging. * more detail on joystick and web controller * yes, something else. * cleaned out files * test for image stack of last 3 * added Tub derived class to try training against stack of 3 images * fix formatting in install. add section for controls w joystick. removed part that would pull in cv2 for everyone. * added TubImageStacker * cleaned root
kennethjiang
pushed a commit
to kennethjiang/donkey
that referenced
this pull request
Sep 18, 2017
* fixed web ui joystick for iphone 5s, 6, ipad 2 * turned off print * adding startup script for my car * fix batch size * added physical joystick controller * added mock camera and mock controller to test some car code on my laptop * added requirements.txt * some changes to fix windows setup * add environment file to init conda environment * some windows howto docs, pi anaconda env file and setup script * fix arm platform detection * changes to get init config files * fixes * more tweaks * wip on training script * readme changes * readme edits * remove large file * fix for web ui on iphone * added sessions to make_paths * conda env tweaks * modified car script to add training * experiments with throttling records base on err... throttle * merge fixes * optional argument to specify joystick device file * car driving w joystick input now. training too. * renamed dev to dev_fn to help indicate filename type * use throttle magnitude to restrict recording * fixes to package template files * few fixes to joystick controller * added raspberry pi sixpair * added build script for sixpair * fix windows specific path parsing error. should be cross platform now. * fix for mode switching to local and local_angle * handle json errors without crashing. delay import of unix dep python module. * added template for manage w joystick. fixed some json problems w output. * add windows how-to. needs some editing thoough. * added donkey_env.yml for conda env setup * added patch howto * tweaks * tweaks * added windows conda env yml * tweaks * tweaks * remove car.py * added script to concatenate two tub records * addedsome arguments to tweak in joystick template * tweak to correct for right steering tend in default donkey * fix training * disabled early stopping * ml fixes to silence warnings, use new api for fit generator * added comments * various faq fixes * removed uneeded packages from rpi.yml * fix double reference to x input in joystick * more detail in faq * install tweaks to windows setup * fixed repo reference in windows setup * simplified joystick bluetooth setup. works with default joystick code. * more detail. * re-pariing after charging. * more detail on joystick and web controller * yes, something else. * cleaned out files * test for image stack of last 3 * added Tub derived class to try training against stack of 3 images * fix formatting in install. add section for controls w joystick. removed part that would pull in cv2 for everyone. * added TubImageStacker * cleaned root
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A few more tweaks to docs.
Adds some experimental parts: ImgFIFO, TubImageStacker to play around with idea that NN might learn better control with some sense of image history.
Adds part: ImageListCamera - which uses the images in a dir as fake camera output. Useful when testing filters like ImgFIFO.