openai
Here are 288 public repositories matching this topic...
-
Updated
Sep 3, 2021 - Python
I'll post it as a question as I am not quite sure that it is a bug. I have been experimenting for a while with the library in a custom environment for a school project and I am really interested in the reproducibility of the result. I have read the disclaimer in the documentation that reads that reproducible results are not guaranteed across multiple platforms or different versions of Pytorch. Ho
-
Updated
Aug 9, 2021 - Python
-
Updated
Sep 8, 2021 - Python
-
Updated
Jul 14, 2021 - Python
-
Updated
Feb 6, 2021 - Python
-
Updated
Sep 6, 2021 - Python
-
Updated
Jul 24, 2021 - Python
-
Updated
Jul 14, 2019 - Python
There seem to be some vulnerabilities in our code that might fail easily. I suggest adding more unit tests for the following:
- Custom agents (there's only VPG and PPO on CartPole-v0 as of now. We should preferably add more to cover discrete-offpolicy, continuous-offpolicy and continuous-onpolicy)
- Evaluation for the Bandits and Classical agents
- Testing of convergence of agents as proposed i
-
Updated
Jun 24, 2021 - Python
-
Updated
Sep 8, 2021 - Python
-
Updated
Feb 9, 2018 - Python
-
Updated
Jun 4, 2021 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Aug 2, 2020 - Python
-
Updated
Aug 30, 2021 - Python
-
Updated
Aug 4, 2018 - Python
-
Updated
Apr 6, 2021 - Python
-
Updated
Dec 31, 2019 - Jupyter Notebook
This is more or less similar to what we were doing long time ago with pybullet (#110, #149).
In few words, after #346 the pure-Python gym-ignition
package will depend on scenario
. When gym-ignition
gets installed in a system (currently only Ubuntu is supported), the wheel of scenario
will be installed first. Since the wheel of scenario
is not self-contained (i.e. it needs to find in t
-
Updated
Aug 29, 2021 - Python
-
Updated
May 29, 2021 - Jupyter Notebook
-
Updated
Jul 9, 2021 - Python
-
Updated
Feb 21, 2021 - Python
-
Updated
Jul 30, 2020 - Python
Improve this page
Add a description, image, and links to the openai topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openai topic, visit your repo's landing page and select "manage topics."
The following applies to DDPG and TD3, and possibly other models. The following libraries were installed in a virtual environment:
numpy==1.16.4
stable-baselines==2.10.0
gym==0.14.0
tensorflow==1.14.0
Episode rewards do not seem to be updated in
model.learn()
beforecallback.on_step()
. Depending on whichcallback.locals
variable is used, this means that: