Skip to content

Commit 53cad5e

Browse files
authored
Update CHANGELOG.md for v2019.02.2
1 parent 61f27f9 commit 53cad5e

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 2019.02.1
7+
## [2019.02.2](https://github.com/rlworkgroup/garage/releases/tag/v2019.02.2)
88

99
### Fixed
10-
- Fix overhead in GaussianMLPRegressor by optionally creating assign operations
10+
- Bug in entropy regularization in TensorFlow PPO/TRPO ([#579](https://github.com/rlworkgroup/garage/pull/579))
11+
- Bug in which advantage normalization was broken for recurrent policies ([#626](https://github.com/rlworkgroup/garage/pull/626))
12+
- Bug in `examples/sim_policy.py` ([#691](https://github.com/rlworkgroup/garage/pull/691))
13+
- Bug in `FiniteDifferenceHvp` ([#745](https://github.com/rlworkgroup/garage/pull/745))
1114

12-
## 2019.02.0
15+
## [2019.02.1](https://github.com/rlworkgroup/garage/releases/tag/v2019.02.1)
16+
### Fixed
17+
- Fix overhead in GaussianMLPRegressor by optionally creating assign operations ([#622](https://github.com/rlworkgroup/garage/pull/622))
18+
19+
20+
## [2019.02.0](https://github.com/rlworkgroup/garage/releases/tag/v2019.02.0)
1321

1422
### Added
1523
- Epsilon-greedy exploration strategy, DiscreteMLPModel, and
@@ -59,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5967
- Bug when importing Box
6068
- Bug in test_benchmark_her
6169

62-
## 2018.10.1
70+
## [2018.10.1](https://github.com/rlworkgroup/garage/releases/tag/v2018.10.1)
6371

6472
### Fixed
6573
- Avoid importing Theano when using the TensorFlow branch
@@ -69,9 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6977
- Bug in test_benchmark_her
7078
- Bug in the CI scripts which produced false positives
7179

72-
## 2018.10.0
73-
garage is based on a predecessor project called [rllab](https://github.com/rll/rllab). If you want to migrate from rllab to garage, the simplest way is to execute the installation script for [Linux](https://github.com/rlworkgroup/garage/blob/master/scripts/setup_linux.sh) or [macOS](https://github.com/rlworkgroup/garage/blob/master/scripts/setup_macos.sh). A separate conda environment named "garage" will be created, so there won't be any conflicts with a previous installation of a "rllab" environment. However, be aware that both scripts try to install miniconda, so there could be conflicts if you already have a different conda installation. If you're not using conda for other purpose, the best option is to remove it as indicated [here](https://conda.io/docs/user-guide/install/linux.html?highlight=uninstall#uninstalling-anaconda-or-miniconda).
74-
For a more granular installation of garage, read the installation scripts and only execute those commands that are required for your system.
80+
## [2018.10.0](https://github.com/rlworkgroup/garage/releases/tag/v2018.10.1)
7581

7682
### Added
7783
- PPO and DDPG for the TensorFlow branch

0 commit comments

Comments
 (0)