forked from openai/baselines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PPO cpp project and C++ export (openai#585)
* Adding PPO_CPP project description. * Changing PPO_CPP project description. * Changelog addition on new dependant project. * Update changelog.rst * Added section on C++ portability of Tensorflow models
- Loading branch information
Showing
3 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,3 +168,13 @@ this study are from stable-baselines. | |
| Email: [email protected] | ||
| Github: https://github.com/harvard-edge/quarl | ||
| Paper: https://arxiv.org/pdf/1910.01055.pdf | ||
|
||
PPO_CPP: C++ version of a Deep Reinforcement Learning algorithm PPO | ||
------------------------------------------------------------------- | ||
Executes PPO at C++ level yielding notable execution performance speedups. | ||
Uses Stable Baselines to create a computational graph which is then used for training with custom environments by machine-code-compiled binary. | ||
|
||
| Authors: Szymon Brych | ||
| Email: [email protected] | ||
| GitHub: https://github.com/Antymon/ppo_cpp |