https://github.com/dhyeythumar/gym-video-streamer
📽 Python package to live stream OpenAI's gym agents training process from Google Colab to Twitch/YouTube server.
https://github.com/dhyeythumar/gym-video-streamer
google-colab gym gym-wrapper livestream open-source openai reinforcement-learning video-streaming
Last synced: 8 months ago
JSON representation
📽 Python package to live stream OpenAI's gym agents training process from Google Colab to Twitch/YouTube server.
- Host: GitHub
- URL: https://github.com/dhyeythumar/gym-video-streamer
- Owner: dhyeythumar
- License: mit
- Created: 2021-06-17T06:24:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T15:53:33.000Z (almost 2 years ago)
- Last Synced: 2025-08-19T13:45:40.958Z (10 months ago)
- Topics: google-colab, gym, gym-wrapper, livestream, open-source, openai, reinforcement-learning, video-streaming
- Language: Python
- Homepage: https://pypi.org/project/gym-video-streamer/1.0/
- Size: 47.9 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Introducing video streaming wrapper for OpenAI’s Gym Environments
Now you can live stream the Gym agent’s learning behavior to Twitch/YouTube from Google Colab while training these agents.
## Releases & Documentation
**Latest, stable release is `v1.0`. Click
[here](https://github.com/dhyeythumar/gym-video-streamer/tree/v1.0/README.md) to get started with the latest release of ML-Agents Video Streamer.**
- The [Releases page](https://github.com/dhyeythumar/gym-video-streamer/releases) contains details of the changes between releases.
- The [Migration page](./Migrating.md) contains details on how to upgrade
from earlier releases of the ML-Agents Toolkit.
- The **Documentation** links in the table below include installation and usage instructions specific to each release. Remember to always use the
documentation that corresponds to the release version you're using.
| **Version** | **Release Date** | **Source** | **Readme** |**Migration Details**|
| :-----------------: | :-----------------: | :-----------------: | :-----------------: | :-----------------: |
| main (unstable) | -- | [source](https://github.com/dhyeythumargym-video-streamer/tree/main) | [doc](https://github.com/dhyeythumar/gym-video-streamer/tree/main/README.md) | -- |
| [**v1.0**](https://github.com/dhyeythumar/gym-video-streamer/releases/tag/v1.0) | **June 21, 2021** | [**source**](https://github.com/dhyeythumar/gym-video-streamer/tree/v1.0) | [**doc**](https://github.com/dhyeythumar/gym-video-streamer/tree/v1.0/README.md) | -- |
## License
Licensed under the [MIT License](./LICENSE).