Skip to content

Latest commit

 

History

History

behavior_cloning

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Prepare Dataset

Go to examples/gail folder. Run following command to generate dataset for behavior cloning: python gen_data.py, then you will get a file named data.pkl in current folder. Then copy the data.pkl to current folder.

Train

Run following command to train behavior cloning: python train_bc.py --config cartpole_bc.yaml