Coder Social home page Coder Social logo

blip's People

Contributors

anonymous-dragdiffusion avatar yujun-shi 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

Watchers

 avatar  avatar  avatar

Forkers

yuanli2333 ibagur

blip's Issues

Missing '_costate' attribute error

Hi,

I am trying this very interesting and novel approach on some experiments with sparse-reward environments. In my particular case I am making use of a QMLPBase policy. Training over a task goes fine, but I get an error at the post processing with agent.ng_post_processing(rollouts, task_idx) as follows:

AttributeError: 'Linear_Q' object has no attribute '_costate'

Apparently the error has its origin at the estimate_fisher() function, where supposedly a backward hook is registered for the Linear_Q layers on both actor and critic networks (as defined under QMLPBase). It seems that this backward hook does not get triggered for the critic network, therefore the attribute _costate never gets created. This subsequently raises an error at the update_fisher_exact() function, as this function expects the _costate attribute to exist for every Linear_Q layer when calculating H = (f_state*m._costate).sum().

Any suggestions on how to overcome this issue?

Many thanks

如何在其它数据集上成功运行?

老师,您好:
请教您修改哪部分代码,才使得您的BLIP能够在我自己的数据集上运行?或者是能给出一个数据加载的思路?

谢谢您!

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.