Skip to content

Commit

Permalink
update requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
thibo73800 committed May 30, 2018
1 parent e0d8ccd commit d2b5403
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 33 deletions.
78 changes: 46 additions & 32 deletions p3-behavioral-cloning/TrainModel.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion p3-behavioral-cloning/drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def update(self, measurement):
controller = SimplePIController(0.1, 0.002)
# 781 is good to 9
# 881
set_speed = 9
set_speed = 50
controller.set_desired(set_speed)

@sio.on('telemetry')
Expand Down
1 change: 1 addition & 0 deletions p3-behavioral-cloning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ opencv-python
sklearn
jupyter
scipy
flask-socketio

0 comments on commit d2b5403

Please sign in to comment.