8000 GitHub - sisl/hgail: gail, infogail, hierarchical gail implementations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sisl/hgail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HGAIL

  • This repo contains implementations of the following, built on top of rllab:
  • The main goal of these implementations is for them to be easy to use with rllab environments
  • The repo is called hgail because the original purpose was implementing the hierarchical GAIL variant, though it has since then primarily been used for the GAIL implementation

Install

  • install rllab
  • clone this repo, and run setup.py in develop mode
git clone https://github.com/sisl/hgail.git
cd hgail
python setup.py develop
  • after installing, run the tests in the tests directory to check that everything is correctly installed
cd tests
python runtests.py

Examples

  • for an artificial example on cartpole, see scripts/README.md
  • for an actual application, see this repo on learning human driver models with gail

About

gail, infogail, hierarchical gail implementations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0