-
Updated
May 22, 2020 - Python
ppo
Here are 187 public repositories matching this topic...
-
Updated
Apr 21, 2020 - Jupyter Notebook
-
Updated
Feb 7, 2020 - Jupyter Notebook
-
Updated
Mar 23, 2020 - Python
-
Updated
Mar 3, 2020 - Python
- I have marked all applicable categories:
- exception-raising bug
- RL algorithm bug
- documentation request (i.e. "X is missing from the documentation.")
- new feature request
- I have visited the [source website], and in particular read the [known issues]
- I have searched through the [issue tracker] for duplicates
- I have mentioned versio
-
Updated
Jan 28, 2020 - Python
-
Updated
Mar 18, 2020 - Python
-
Updated
Feb 21, 2020 - Jupyter Notebook
-
Updated
Apr 17, 2020 - Jupyter Notebook
-
Updated
Apr 23, 2020 - Python
-
Updated
Feb 26, 2020 - Jupyter Notebook
Hi, I am trying to use the PPO algorithm; however, it's not clear how to construct the stochastic policy. Should I use the Gaussian policy network?
Cool library by the way; I like the modularity!
-
Updated
Nov 15, 2019 - Python
Some time around ae030395f56efca50a51335fe4f3367caf950066 we regressed and the example code in gym_client.cpp
doesn't converge any more. Presumably because of some difference in our observation normalization compared to the OpenAI Baselines one.
I'll look in more detail this weekend and confirm if it's that exact commit causing the problem.
Understanding the build process is currently quite difficult because it happens partly in the graph builder, in static and non-static parts of Component, and in various utils.
We should:
- Make fully clear the purpose of each build Op
- Fully document the Structure of the IR generated by the two builds (potentially revive visualisation project for this)
- Clarify the use of Build ops in gra
-
Updated
Apr 20, 2020 - Python
-
Updated
Nov 11, 2017 - Python
-
Updated
May 11, 2020 - Jupyter Notebook
-
Updated
May 4, 2020 - Python
-
Updated
Jan 25, 2020 - Python
-
Updated
Dec 29, 2019 - Python
-
Updated
Jun 26, 2019 - Python
-
Updated
May 1, 2019 - Jupyter Notebook
-
Updated
Dec 12, 2017 - Python
-
Updated
Mar 30, 2020 - Python
-
Updated
Oct 15, 2019 - Python
-
Updated
Nov 14, 2018 - Python
-
Updated
Mar 17, 2020 - Python
Improve this page
Add a description, image, and links to the ppo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ppo topic, visit your repo's landing page and select "manage topics."
The OpenAI Gym installation instructions are missing reference to the "Build Tools for Visual Studio 2019" from the following site.
https://visualstudio.microsoft.com/downloads/
I also found this by reading the following article.
https://towardsdatascience.com/how-to-install-openai-gym-in-a-windows-environment-338969e24d30
Even though this is an issue in the OpenAI gym, a note in this RE