WhoKnowsssss / skill_transformer

MIT License
29 stars 4 forks source link

Skill Transformer: A Monolithic Policy for Mobile Manipulation

This is the official PyTorch code implementation for "Skill Transformer: A Monolithic Policy for Mobile Manipulation".

Installation

Refer to Habitat-Lab repo for installation.

Important Config Options

Important hyperparameters and options can be found in habitat_baselines/config/rearrange/hab/transformer.yaml

Collect dataset with DDPPO expert (Habitat 2.0)

Train Skill Transformer

Evaluate Skill Transformer

Code Structure

Structure of the code under habitat_baselines/transformer_policy:

Citation

@article{huang2023skill,
  title={Skill Transformer: A Monolithic Policy for Mobile Manipulation},
  author={Huang, Xiaoyu and Batra, Dhruv and Rai, Akshara and Szot, Andrew},
  journal={arXiv preprint arXiv:2308.09873},
  year={2023}
}

License

this code is licensed under the CC-BY-NC license, see LICENSE.md for more details