Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geyang/env-wrappers
A Collection of Environment Wrappers for OpenAI Gym
https://github.com/geyang/env-wrappers
Last synced: 10 days ago
JSON representation
A Collection of Environment Wrappers for OpenAI Gym
- Host: GitHub
- URL: https://github.com/geyang/env-wrappers
- Owner: geyang
- License: mit
- Created: 2020-08-04T03:38:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T04:34:58.000Z (over 3 years ago)
- Last Synced: 2024-11-11T21:40:10.275Z (2 months ago)
- Language: Python
- Size: 55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
``gym-wrappers``, a collection of wrappers for OpenAI Gym environments
======================================================================Current release at ``v0.1.0``.
Installation
------------To install:
.. code-block:: bash
pip install gym-wrappers
or
.. code-block:: bash
pip install git+https://github.com/geyang/gym-wrappers
Usage Example
-------------.. code-block:: python
import gym
from gym_wrappers import VecEnv# your code-block here...
Ge Yang © 2020