You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: