openai
Here are 319 public repositories matching this topic...
-
Updated
Oct 18, 2021 - Python
-
Updated
Nov 15, 2021 - Python
-
Updated
Aug 9, 2021 - Python
-
Updated
Oct 28, 2021 - Python
-
Updated
Jul 14, 2021 - Python
-
Updated
Feb 6, 2021 - Python
-
Updated
Sep 6, 2021 - Python
-
Updated
Jul 24, 2021 - Python
-
Updated
Nov 16, 2021 - Jupyter Notebook
-
Updated
Nov 15, 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
Feb 9, 2018 - Python
-
Updated
Nov 15, 2021 - Emacs Lisp
-
Updated
Oct 7, 2021 - Python
-
Updated
Aug 2, 2020 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Nov 10, 2021 - Python
-
Updated
Nov 7, 2021 - Python
-
Updated
Aug 4, 2018 - Python
-
Updated
Sep 15, 2021 - Python
-
Updated
Nov 12, 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
Nov 15, 2021 - 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.localsvariable is used, this means that: