Skip to content

jj-zhu/jadagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just Another DAgger Implementation

DAgger is a reinforcement learning (imitation learning, to be exact) algorithm that uses data aggregation techniques to address the states distribution mismatch problem. The detailed algorithm is described in the paper.

This is my implementation of the DAgger. The code is based on the starter code and policy function generously provided by the Berkeley CS294 course.

In the Humanoid experiment, the goal is to train the humanoid to walk fast forward without falling. Below is the humanoid trained using DAgger.

The following figure plots the mean reward by DAgger over the iterations in the humanoid experiment. DAgger is able to achieve expert-level performance after a few data aggregation iterations.

How to run the code

Run the following command: python run_dagger.py

Dependencies

(More coming soon...)

Author

J.J. Zhu

About

Just another DAgger algorithm implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages