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

https://github.com/idsia/gogepo

Official repository for the paper "Goal-Conditioned Generators of Deep Policies"
https://github.com/idsia/gogepo

Last synced: about 1 year ago
JSON representation

Official repository for the paper "Goal-Conditioned Generators of Deep Policies"

Awesome Lists containing this project

README

          

### Goal-Conditioned Generators of Deep Policies

[arxiv](https://arxiv.org/abs/2207.01570)

Install required python packages:
```bash
pip install -r requirements.txt
```

To reproduce the main results, run GoGePo in different environments:
```bash
python3 gogepo.py --env_name Swimmer-v3 --use_gpu 1
python3 gogepo.py --env_name Hopper-v3 --use_gpu 1
python3 gogepo.py --env_name InvertedPendulum-v2 --use_gpu 1
python3 gogepo.py --env_name MountainCarContinuous-v0 --use_gpu 1
```