You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
69
77
- Bug in test_benchmark_her
70
78
- Bug in the CI scripts which produced false positives
71
79
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.
0 commit comments