Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ethanluoyc/e2c-pytorch

E2C implementation in PyTorch
https://github.com/ethanluoyc/e2c-pytorch

Last synced: about 1 month ago
JSON representation

E2C implementation in PyTorch

Lists

README

        

# Embed to Control implementation in PyTorch

Paper can be found here:

You will need a patched version of OpenAI Gym in order to generate the
dataset. See

For the planar task, we use code from. The source code of the repository
has been modified for our needs and included under `e2c/e2c_tf`.

## What's included ?
* E2C model, VAE and AE baselines. Allow configuration for different
network architecture for the different setups (see Appendix of the paper).

## TODO
* Documentation, tests... (Soon to follow)