Skip to content

sritee/One-Shot-Imitation-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imitation-Learning

There are 2 task - 1) Reacher Evironment 2) Obstacle_reacher. Implementation takes ideas from One-Shot Imitation Learning by Yan Duan, and Seq2Seq Models for language translation.

The Main Idea is Expertdemo --> LSTM --> Embedding, [Embedding,Curstate]-->Network-->Action.

Embedding acts a summary/context of the provided demo. It is concatenate with the current states to produce actions.

About

Imitation Learning using context embedding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages