Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 466 Bytes

File metadata and controls

20 lines (13 loc) · 466 Bytes

Generative Adversial Imitation Learning

  • This repository implements GAIL algorithm.
  • The expert policy is based on 'Dueling DQN' algorithm.
  • The GAIL is used to clone the expert policy.
  • Both the expert and GAIL are developed using PyTroch.

Expert Profile

GAIL

Work in Progress

Developer