Skip to content

RLOpensource/Generative_Adversarial_Imitation_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative Adversarial Imitation Learning

Gym environment

  • Env==CartPole-v0
  • State==Continuous
  • Action==Discrete

Generate expert data

Generate expert data by ppo

python get_expert_data.py

Imitation Learning

python main.py

Result

  • orange : gail
  • blue : ppo

Reference

[1] Generative Adversarial Imitation Learning