Skip to content

RockySJ/ampo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model-based Policy Optimization with Unsupervised Model Adaptation

This repository contains a TensorFlow implementation of AMPO.

Requirements

  1. Install MuJoCo 1.50 at ~/.mujoco/mjpro150 and copy your license key to ~/.mujoco/mjkey.txt
  2. pip install -r requirements.txt

Running

Configuration files can be found in config/.

For AMPO with Wasserstein distance

python main.py --config=config.ant

For AMPO with Maximum Mean Discrepancy

python main.py --config=config.ant_mmd

Contact

Please email to rockyshen@apex.sjtu.edu.cn should you have any questions, comments or suggestions.

Acknowledgments

The code implementation is mainly modified based on the MBPO codebase.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages