Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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