Skip to content

Commit

Permalink
Add stable-baselines-tf2 to project list page. (#986)
Browse files Browse the repository at this point in the history
* Add stable-baselines-tf2 to project list page.
* Update changelog.rst

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
Co-authored-by: Anssi <kaneran21@hotmail.com>
  • Loading branch information
3 people committed Aug 26, 2020
1 parent e54554d commit 3840ddf
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
26 changes: 25 additions & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Changelog
For download links, please look at `Github release page <https://github.com/hill-a/stable-baselines/releases>`_.


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)
---------------------------

Expand Down Expand Up @@ -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
8 changes: 8 additions & 0 deletions docs/misc/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stable_baselines/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.1
2.10.2a0

0 comments on commit 3840ddf

Please sign in to comment.