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

fix minor Readme typos #21

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Summer of Code. We're looking for a few student interns to help write code. We e
<ul>
<li> Very strong coding ability. Give us a link to some projects you've done.
<li> Very <i>clear</i> coding, commenting, and documentation writing skills.
Your code not only has to be correct, it also has to be easy top understand, and easy to see the connection between your code and
Your code not only has to be correct, it also has to be easy to understand, and easy to see the connection between your code and
the description of the algorithms in the textbook.
<li> Enthusiasm for helping other people by explaining things well.
Show us some examples of your work in this area.
Expand Down Expand Up @@ -67,7 +67,7 @@ source framework, such as TensorFlow, Theano, Caffe, Keras, Torch, Stanford Core

<h2>(6) Javascript Gridworld</h2>

We have code for agents learning, searching, and acting in a grid layout. We need better visualizations of that it Javascript. Make it possible for students to examine existing problems and see what is going on through a simulation of the world, and visualization of various key metrics. Make it easy to define a new world, or to define a new agent function and run it within the world.
We have code for agents learning, searching, and acting in a grid layout. We need better visualizations of that in Javascript. Make it possible for students to examine existing problems and see what is going on through a simulation of the world, and visualization of various key metrics. Make it easy to define a new world, or to define a new agent function and run it within the world.
<b>Skills:</b> User interface design, Javascript programming.
<b>Possible mentors:</b> Sam Goto

Expand Down