Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchical Behavior Cloning #834

Open
Dhanushvarma opened this issue Jan 4, 2024 · 0 comments
Open

Hierarchical Behavior Cloning #834

Dhanushvarma opened this issue Jan 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Dhanushvarma
Copy link

Problem

Implement an hierarchical Behavior Cloning Algorithms

Solution

Build on top of the existing BC code, modified to have two main components: 1)High level planner for intermediate goals 2) low level goal (set by the high level planner). The actual neural network architectures used for both these is up to choice.

I wanted to implement this using the "imitation" library , do the author's suggest that the library provides support for this kind of an algorithm.

@Dhanushvarma Dhanushvarma added the enhancement New feature or request label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant