Skip to content

peteflorence/Machine-Learning-6.867-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning 6.867 Homework

Q-Learning Project

Project video: https://www.youtube.com/watch?v=ticezSoAzxQ

Drone Autonomously Avoiding Obstacles at 30 MPH

Dependencies

https://github.com/RobotLocomotion/director

Recommended setup

Add to ~/.bash_profile or ~/.bash_rc:

alias ddConsoleApp=$HOME/path-to/build/bin/ddConsoleApp

Recommended example usage

ddConsoleApp runPolicySearchTEST.py

How to run with iPython notebook

Find full path to ipython

which ipython

Run ddConsoleApp with full path to ipython, with notebook as argument

(for example:)

ddConsoleApp /usr/local/bin/ipython notebook

Run the cells to set properties of a simulation, and then sim.run()

Currently need to restart the kernel after each time starting a new simulation.

How to run simple demo

cd project/code/
ddConsoleApp movingIntersection.py

Alternatively, can press play in runcar.ipynb

Once visualizer opens:

  • F8 to open the console
  • timer.start()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published