Giter Club home page Giter Club logo

learning_distribution_gan's People

Contributors

teguhsl avatar

Stargazers

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

Watchers

 avatar

learning_distribution_gan's Issues

NameError: name 'projector_constraint' is not defined

Thanks for your brilliant contribution!!

I have encountered this problem when I'm trying to run notebooks/motion_planning_sampling/panda.ipynb.

is_collide = True
while is_collide is True:
    q = rob_simple_sampler.sample().flatten()
    res = projector_constraint.project(q)
    q, success, func_calls = res['q'], res['stat'], res['nfev']
    #print(projector_constraint.project(q))
    is_collide = rob_col_checker.check_collision(q)
set_q_std(q.flatten())

NameError                                 Traceback (most recent call last)
<ipython-input-40-dc57b1fb1684> in <module>
      3 while is_collide is True:
      4     q = rob_simple_sampler.sample().flatten()
----> 5     res = projector_constraint.project(q)
      6     q, success, func_calls = res['q'], res['stat'], res['nfev']
      7     #print(projector_constraint.project(q))

NameError: name 'projector_constraint' is not defined

My environment: ubuntu18.04, numpy1.19.03, pinocchio2.6.0, pybullet3.1.3, tensorflow2.4.1, and I have installed everything according to the Installation Procedure.

It seems like the ·'projector_constraint' class cannot be found.

Env_construction

Hi, Thanks for sharing your excellent work!

Could you please specify the environment requirement, such as the versions of python, numpy, tensorflow, tensorflow-probability, etc.?
Thanks in advance!

Best,
Fei

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.