Joining the Lab

First of all, feel free to join in on our weekly meetings!  Mail us for the zoom links.

  • general & talk: Friday 11:45am – 1pm
  • vr meetings: Friday 11am-11:30am
  • language meetings: Thursday 12pm-1pm

Second, read some of the following papers. 

What do you like about them? What would you be more interested in focusing? Perhaps you don’t like that goals can be defined in a single way. Perhaps you want to think more about how we can represent the world and add a vision module to it. Let us know exactly what you want to invest your time in!

Third, do the tutorials [disclaimer: you don’t have to do all of them if you want to focus on one you really like right away, but if you are unsure we would suggest trying one of each type~]:

  • AR/VR:
    • Simple_rl is framework for reinforcement learning and other types of sequential decision making agents. This is where you can play around with simulation of little agents in a gridworld. You will need to understand (maybe implement) the Value Iteration algorithm. You should also look read chapter 17 of Russell Norvig (the AI textbook).
  • pomdp_py:
    •  Documentation: https://h2r.github.io/pomdp-py/html/
    • Paper: https://arxiv.org/pdf/2004.10099.pdf
    • To get started:
      • Follow the installation instructions.
      • Can you implement the Tiger domain yourself?
        • What is the optimal policy in the Tiger domain, and why?
      • Can you implement another domain yourself, either from the list here, or a POMDP you created on your own?
        • What is the optimal policy in a small version of your domain, and why?
        • Try to solve your domain by:
          • POUCT or POMCP
          • SARSOP (check out  solvers.py. )
          • What is the difference between POUCT and POMCP? between POMCP and SARSOP?
        • Try to implement a basic value iteration algorithm for POMDP.
               * See solution here.
  • PyTorch: PyTorch is a deep learning framework like Tensorflow. Think of it as a package used in Python to create neural networks. Let us know if you need help with installing anything (venv, etc.)
  • PiDrone: PiDrone is an autonomous raspberry pi/Python drone developed by the lab. Each year (traditionally, Fall semester) Stefanie runs a class (CS1951R) where every student builds their own drone and learns about the underlying autonomy. You can read papers about the drone here.:

If you need any help with them we encourage you to drop by the lab (knock on the door) and introduce yourself, and work from the lab. Most people who are around are friendly, willing, and able to help! You can also reach out to the mailing list h2r at cs.brown.edu or:

Did these feel like interesting problems to solve? Did you like the coding side of it? Do you feel like you could make use of these frameworks in your own dream project?

 

If you do these and you enjoy doing it, we can think about the next step and help you join the lab officially. If you decide you would like to join in on a certain project or perhaps start your own research group please talk to Stefanie (our PI!) who can be reached at stefie10@cs.brown.edu. If you can’t reach out to her you can also contact the members mentioned above. Our goal is to get you paired up with a student who is already in the lab, and attending one of our weekly project-specific meetings.  You will start out by helping with their project, and then move on to your own project. 

~ Extra Resources ~: