From 3840ddf752143f7fc1a54bf3debc125855df4ca2 Mon Sep 17 00:00:00 2001 From: Sophia Gu <14866379+sophiagu@users.noreply.github.com> Date: Wed, 26 Aug 2020 18:39:41 -0400 Subject: [PATCH] Add stable-baselines-tf2 to project list page. (#986) * Add stable-baselines-tf2 to project list page. * Update changelog.rst Co-authored-by: Antonin RAFFIN Co-authored-by: Anssi --- docs/misc/changelog.rst | 26 +++++++++++++++++++++++++- docs/misc/projects.rst | 8 ++++++++ stable_baselines/version.txt | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index bd692118d2..ee80931c54 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -6,6 +6,30 @@ Changelog For download links, please look at `Github release page `_. +Pre-Release 2.10.2a0 (WIP) +--------------------------- + + +Breaking Changes: +^^^^^^^^^^^^^^^^^ + +New Features: +^^^^^^^^^^^^^ + +Bug Fixes: +^^^^^^^^^^ + +Deprecations: +^^^^^^^^^^^^^ + +Others: +^^^^^^^ + +Documentation: +^^^^^^^^^^^^^^ +- Added stable-baselines-tf2 link on Projects page. (@sophiagu) + + Release 2.10.1 (2020-08-05) --------------------------- @@ -721,4 +745,4 @@ Thanks to @bjmuld @iambenzo @iandanforth @r7vme @brendenpetersen @huvar @abhiskk @Miffyli @dwiel @miguelrass @qxcv @jaberkow @eavelardev @ruifeng96150 @pedrohbtp @srivatsankrishnan @evilsocket @MarvineGothic @jdossgollin @SyllogismRXS @rusu24edward @jbulow @Antymon @seheevic @justinkterry @edbeeching @flodorner @KuKuXia @NeoExtended @PartiallyTyped @mmcenta @richardwu @tirafesi @caburu @johannes-dornheim @kvenkman @aakash94 -@enderdead @hardmaru @jbarsce @ColinLeongUDRI @shwang @YangRui2015 +@enderdead @hardmaru @jbarsce @ColinLeongUDRI @shwang @YangRui2015 @sophiagu diff --git a/docs/misc/projects.rst b/docs/misc/projects.rst index b7b08f7681..1798a5370f 100644 --- a/docs/misc/projects.rst +++ b/docs/misc/projects.rst @@ -7,6 +7,14 @@ This is a list of projects using stable-baselines. Please tell us, if you want your project to appear on this page ;) +Stable Baselines for TensorFlow 2 +--------------------------------- +A fork of the original stable-baselines repo that works with TF2.x. + +| Author: Sophia Gu (@sophiagu) +| Github repo: https://github.com/sophiagu/stable-baselines-tf2 + + Slime Volleyball Gym Environment -------------------------------- A simple environment for benchmarking single and multi-agent reinforcement learning algorithms on a clone of the Slime Volleyball game. Only dependencies are gym and numpy. Both state and pixel observation environments are available. The motivation of this environment is to easily enable trained agents to play against each other, and also facilitate the training of agents directly in a multi-agent setting, thus adding an extra dimension for evaluating an agent's performance. diff --git a/stable_baselines/version.txt b/stable_baselines/version.txt index 8bbb6e406a..61837b3b45 100644 --- a/stable_baselines/version.txt +++ b/stable_baselines/version.txt @@ -1 +1 @@ -2.10.1 +2.10.2a0