Skip to content
/ HER Public

PyTorch Implementation of Hindsight Experience Replay

License

Notifications You must be signed in to change notification settings

sumitsk/HER

Repository files navigation

HindSight Experience Replay

This repository is the PyTorch implementation of HindSight Experience Replay (https://arxiv.org/abs/1707.01495). The repo architecture is similar to that of baselines at https://github.com/openai/baselines.

Installation

Requirements:

After installing the listed dependencies, simply clone this package to run scripts.

Getting Started

See main.py script to setup the training environment. You can specify various arguments from command line. Simply execute the following to start the training.

python run.py

Results

Coming soon!

Contact

For any queries, feel free to raise an issue or contact me at [email protected].

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

PyTorch Implementation of Hindsight Experience Replay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages