-
Updated
Feb 10, 2020 - Jupyter Notebook
gym-environment
Here are 138 public repositories matching this topic...
-
Updated
Jun 29, 2020 - Python
-
Updated
Feb 19, 2018 - Jupyter Notebook
- [bug] The tutorial references an old release
wget https://storage.googleapis.com/obstacle-tower-build/v1/obstacletower_v1_linux.zip
unzip obstacletower_v1_linux.zip
should be
wget https://storage.googleapis.com/obstacle-tower-build/v1.1/obstacletower_v1.1_lin
-
Updated
Jul 2, 2020 - Python
-
Updated
Jun 20, 2020 - Python
-
Updated
Jun 26, 2020 - Python
-
Updated
Jun 9, 2020 - C++
-
Updated
Jul 4, 2020 - Python
-
Updated
Feb 12, 2020 - Python
-
Updated
Jun 7, 2018 - Python
To be fixed by either
- Implementing own DDPG algo in examples folder
- Use a different neural network framework than keras-rl2
- update setup.py to keras_rl2 and annotate readme in examples on how to apply fixes to keras-rl2
-
Updated
Jun 22, 2020 - Python
-
Updated
Feb 8, 2019 - Python
-
Updated
Jan 16, 2020 - Python
RLLib (https://ray.readthedocs.io/en/latest/rllib.html) supports quite a lot of different algorithms and environments. And as it is built on top of ray it even scales to clusters.
I guess it should be quite straight forward to add support for it, as it integrates easily with OpenAI based environments (and even others too: https://ray.readthedocs.io/en/latest/rllib-env.html)
-
Updated
Dec 15, 2018 - Python
-
Updated
Oct 21, 2019 - Python
-
Updated
Jul 24, 2018 - Python
-
Updated
Jun 25, 2020 - Python
-
Updated
Jun 3, 2020 - Python
-
Updated
Jun 5, 2019 - Python
-
Updated
Jun 19, 2020 - Jupyter Notebook
-
Updated
Jul 28, 2018 - JavaScript
-
Updated
Mar 30, 2020 - Python
-
Updated
Jun 9, 2020 - Python
-
Updated
Dec 28, 2019 - Python
-
Updated
Aug 1, 2019 - Python
-
Updated
Apr 29, 2019 - Python
Improve this page
Add a description, image, and links to the gym-environment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gym-environment topic, visit your repo's landing page and select "manage topics."
BTgym have two main sections, the Gym framework and the RL algorithm framework.
The RL part is tailored to the unique gym requirements of BTgym, but as new research in the field is emerging there will be a benefit in exploring new algorithms that aren't implemented by this project.
The following tutorial is my own attempt of testing the integration between the Gym part of BTgym with an externa