Giter Site home page Giter Site logo

pathak22 / zeroshot-imitation Goto Github PK

View Code? Open in Web Editor NEW
203.0 15.0 43.0 9.09 MB

[ICLR 2018] TensorFlow code for zero-shot visual imitation by self-supervised exploration

License: BSD 2-Clause "Simplified" License

Python 100.00%
tensorflow imitation zero-shot deep-learning navigation manipulation demonstration

zeroshot-imitation's People

Contributors

mluogh avatar pathak22 avatar

Stargazers

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

Watchers

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

zeroshot-imitation's Issues

Can you provide the code of the multi-step GSP which mentioned in the paper?

I meet two problems while running the code.

  1. The network architecture in train.py only supports the inverse model(single-step output), and there is no code for multi-step output. Can you provide the code of Multi-step GSP(multi-step output model)?
  2. The format of datasets download from google drive does not match the rope_data.py, such as the download datasets do not have the /image_before, /image_after, /poke. Can you provide the data processing script or the datasets that match the code?

Waiting for your reply! @pathak22

print() is a function in Python 3

flake8 testing of https://github.com/pathak22/zeroshot-imitation on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./data/database.py:76:27: E999 SyntaxError: invalid syntax
                print "key", cursor.set_key(label)
                          ^
./data/rope_data.py:52:32: E999 SyntaxError: invalid syntax
            print "loading from", r, "size", db_pokes.i,
                               ^
./data/window.py:24:25: F821 undefined name 'ind'
    return ret, action, ind
                        ^
./nets/alexnet_geurzhoy.py:100:21: E999 SyntaxError: invalid syntax
        print "REUSE", reuse
                    ^
3     E999 SyntaxError: invalid syntax
1     F821 undefined name 'ind'
4

Is there a demo?

How can I use the trained model to make the turtlebot to navigate to the goal image like the video? May you offer a demo?Thanks.

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.