This repository is the official implementation of Promoting Stochasticity for Expressive Policies via a Simple and Efficient Regularization Method.
To install requirements:
pip install -r requirements.txt
-
You can edit the configuration files in the directory
configs
. -
To train agent
python scripts/run.py configs/aceb/aceb_gaussian.json --env_name HalfCheetah-v2
The results are saved in the directory data
.