Code Monkey home page Code Monkey logo

Comments (4)

MischaPanch avatar MischaPanch commented on May 29, 2024 1

Hi, sorry for the late answer. Great, I'll be happy to review your work and assist with the implementation. A good start is with the tutorials and the example scripts. You can have a look at the implementation of ImitationLearning.

A new algorithm is added in the steps:

  1. A new policy, inheriting from BasePolicy or one of its subclasses
  2. A training script using low-level interfaces. See the existing examples
  3. Include the policy in the high-level Interfaces and prepare an example script

Step 3. can happen later, in a separate PR. I'm not very familiar with hierarchical imitation learning, but once you have a POC implementation, it will be a good basis for discussions. When the policy is finished, you can likely train it with the OfflineTrainer

from tianshou.

MischaPanch avatar MischaPanch commented on May 29, 2024

Hi. This is not on the current roadmap, but if you are interested in working on an implementation, I'm happy to discuss it with you.

Generally, the core team is currently more focused on improving interfaces and design than on including new algos. External contributions of new algos are welcome though!

from tianshou.

Dhanushvarma avatar Dhanushvarma commented on May 29, 2024

I would be interested on working on the implementation, I'll have to initially sketch out the tianshou repo, as I am not very familiar with it. It would be great if you could guide on the best way to implement the aforementioned algorithm in this framework :)

from tianshou.

MischaPanch avatar MischaPanch commented on May 29, 2024

You can discover all existing algorithms by looking at the implementations of BasePolicy

from tianshou.

Related Issues (20)

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.