Skip to content

Commit

Permalink
Add QuaRL (#507)
Browse files Browse the repository at this point in the history
* Add QuaRL

* Update changelog.rst
  • Loading branch information
srivatsankrishnan authored and araffin committed Oct 20, 2019
1 parent 4a5f8d8 commit 44033e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Documentation:
- Add Snake Game AI project (@pedrohbtp)
- Add note on the support Tensorflow versions.
- Remove unnecessary steps required for Windows installation.
- Add QuaRL project (@srivatsankrishnan)

Release 2.8.0 (2019-09-29)
--------------------------
Expand Down Expand Up @@ -517,4 +518,4 @@ In random order...
Thanks to @bjmuld @iambenzo @iandanforth @r7vme @brendenpetersen @huvar @abhiskk @JohannesAck
@EliasHasle @mrakgr @Bleyddyn @antoine-galataud @junhyeokahn @AdamGleave @keshaviyengar @tperol
@XMaster96 @kantneel @Pastafarianist @GerardMaggiolino @PatrickWalter214 @yutingsz @sc420 @Aaahh @billtubbs
@Miffyli @dwiel @miguelrass @qxcv @jaberkow @eavelardev @ruifeng96150 @pedrohbtp
@Miffyli @dwiel @miguelrass @qxcv @jaberkow @eavelardev @ruifeng96150 @pedrohbtp @srivatsankrishnan
12 changes: 12 additions & 0 deletions docs/misc/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,15 @@ then exported to tensorflowjs to run directly on the browser
| Author: Pedro Torres (@pedrohbtp)
| Repository: https://github.com/pedrohbtp/snake-rl
| Website: https://www.pedro-torres.com/snake-rl/
Quantized Reinforcement Learning (QuaRL)
----------------------------------------

QuaRL is a open-source framework to study the effects of quantization broad spectrum of reinforcement learning algorithms. The RL algorithms we used in
this study are from stable-baselines.

| Author: Srivatsan Krishnan, Sharad Chitlangia, Maximilian Lam, Zishen Wan, Aleksandra Faust, Vijay Janapa Reddi
| Email: srivatsan@seas.harvard.edu
| Github: https://github.com/harvard-edge/quarl
| Paper: https://arxiv.org/pdf/1910.01055.pdf

0 comments on commit 44033e6

Please sign in to comment.