Code Monkey home page Code Monkey logo

robotlearning's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mkschleg

robotlearning's Issues

Documentation

  • High level welcome
  • High level data flow diagram
  • High level module description (Learning foreground, action manager, wall demo, etc.)
  • Descriptive pydoc comments for functions and classes
    • Learning Foreground
    • Action Manager
    • State Manager
    • GenTest State Manager
    • Wall Demo
    • Wall Demo Example
    • Auto Docking
    • Align IR Example
    • GVF
    • GreedyGQ
    • Policy
    • GTD
    • Tools
    • Visualize
    • Evaluator
    • Offline Wall Demo
  • Netbook setup
  • User laptop setup { ssh vs calling; python locally, etc. }
  • Examples (simple use cases)
    • Wall Demo Example
    • Align IR example
  • Describe branches
    Note anything else that will be useful for future users of our code

Create a template that can be filled in to create an RL experiment

Since other people want to use the turtlebots too, it would be useful to have a commented template that they can fill out with their experiment-specific RL code and hardcode the turtlebot-specific code.

We can also use this template ourselves while making the demobot.

A good place to start might be LearningForeground.py

Add policy to behavior_policy.py for Wall Demo

Need to create a real policy that depends on the most recent prediction of hitting a wall -- our demo bot only turns if the prediction of hitting the wall is sufficiently high, which means to do this we also need to add predictions to our state representation.

New/updated representation of state

The agent appears to learn to avoid two of the walls of the pen and fails to learn to avoid the other two. I suspect it is hard to represent the walls with a linear function of pixel color values. Maybe we should:

  1. Tile code the RGB values of each pixel together. Haven't done the calculations on this yet.
  2. Use kernel magic, which I am reading about now. There seem to be some decent online methods.

Any other suggestions appreciated!

Fix IR data

Data is not smooth enough to be useful at all. There are too many fluctuations, so there is too much noise.

Implement Generate and Test for Pixels

(See "Generate and Test" in list of recommended paper for details of implementation)
We will later have to test if this is indeed better than our current naive random pixel picker.

Smooth robot movement

We currently use the action_manager process to publish movement messages at a pre-specified rate. Depending on how often the bot updates its movement message, the action_manager may not be sufficient and we might have to go to a lower level. Further testing on the action_manager's effectiveness is required.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.